From 3b53ef54ca9b70258d1d6c125d50cab2f826d44a Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 14 Mar 2020 09:33:44 +0000 Subject: [PATCH] Renamed ice-coder to icecoder in all instances --- images/{ice-coder.png => icecoder.png} | Bin index.php | 6 +++--- lang/chinese-simplified.php | 2 +- lang/chinese-traditional.php | 2 +- lang/dutch.php | 2 +- lang/english.php | 2 +- lang/french.php | 2 +- lang/italian.php | 2 +- lang/norwegian.php | 2 +- lang/persian.php | 2 +- lang/portuguese-brazilian.php | 2 +- lang/spanish.php | 2 +- lib/{ice-coder.css => icecoder.css} | 0 lib/{ice-coder.js => icecoder.js} | 0 lib/login.php | 4 ++-- lib/requirements.php | 4 ++-- lib/settings-screen.php | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) rename images/{ice-coder.png => icecoder.png} (100%) rename lib/{ice-coder.css => icecoder.css} (100%) rename lib/{ice-coder.js => icecoder.js} (100%) diff --git a/images/ice-coder.png b/images/icecoder.png similarity index 100% rename from images/ice-coder.png rename to images/icecoder.png diff --git a/index.php b/index.php index 83b3951..61c8cdd 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ $isMac = strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh")>-1 ? true : false; - + $value) { $tOutput .= '"'.$key.'" : "'.$value.'",'.PHP_EOL; @@ -74,7 +74,7 @@ $t = $text['index']; ?> } - + diff --git a/lang/chinese-simplified.php b/lang/chinese-simplified.php index c92bb53..3c9f938 100644 --- a/lang/chinese-simplified.php +++ b/lang/chinese-simplified.php @@ -203,7 +203,7 @@ $text = array( "Cancel tasks" => "取消任务" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "搜索中没有选中的文本", "Creating Folder" => "正在创建文件夹", diff --git a/lang/chinese-traditional.php b/lang/chinese-traditional.php index d636c75..c04907a 100644 --- a/lang/chinese-traditional.php +++ b/lang/chinese-traditional.php @@ -203,7 +203,7 @@ $text = array( "Cancel tasks" => "取消任务" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "搜索中沒有選中的文件", "Creating Folder" => "正在創建文件夾", diff --git a/lang/dutch.php b/lang/dutch.php index c1408b1..164a89a 100644 --- a/lang/dutch.php +++ b/lang/dutch.php @@ -225,7 +225,7 @@ $text = array( "Cancel tasks" => "Annuleer taken" ), - "ice-coder" => + "icecoder" => array( "results" => "resultaten", "No text selected..." => "Geen tekst geselecteerd om te zoeken", diff --git a/lang/english.php b/lang/english.php index edde675..53390c2 100644 --- a/lang/english.php +++ b/lang/english.php @@ -258,7 +258,7 @@ $text = array( "Jump to previous tab" => "Jump to previous tab" ), - "ice-coder" => + "icecoder" => array( "results" => "results", "No text selected..." => "No text selected to search on", diff --git a/lang/french.php b/lang/french.php index 90cf8cc..161ca06 100644 --- a/lang/french.php +++ b/lang/french.php @@ -202,7 +202,7 @@ $text = array( "Cancel tasks" => "Quitter les tâches" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "Aucun texte sélectionné pour la recherche sur", "all files" => "tous les fichiers", diff --git a/lang/italian.php b/lang/italian.php index 8374d8c..3b2877e 100644 --- a/lang/italian.php +++ b/lang/italian.php @@ -205,7 +205,7 @@ $text = array( "Cancel tasks" => "Cancella compito" ), - "ice-coder" => + "icecoder" => array( "results" => "risultati", "No text selected..." => "Nessun testo selezionato per la ricerc", diff --git a/lang/norwegian.php b/lang/norwegian.php index 7a81204..336e327 100644 --- a/lang/norwegian.php +++ b/lang/norwegian.php @@ -207,7 +207,7 @@ $text = array( "Cancel tasks" => "Avbryt oppgaver" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "Ingen tekst valgt til å søke på", "Creating Folder" => "Lage mappe", diff --git a/lang/persian.php b/lang/persian.php index dc6520b..9e5c9a2 100644 --- a/lang/persian.php +++ b/lang/persian.php @@ -202,7 +202,7 @@ $text = array( "Cancel tasks" => "لغو تسک" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "هیچ متنی برای جستجو انتخاب نشده است", "Creating Folder" => "در حال ساخت پوشه", diff --git a/lang/portuguese-brazilian.php b/lang/portuguese-brazilian.php index c64afb5..e5712e2 100644 --- a/lang/portuguese-brazilian.php +++ b/lang/portuguese-brazilian.php @@ -205,7 +205,7 @@ $text = array( "Cancel tasks" => "Cancelar tarefas" ), - "ice-coder" => + "icecoder" => array( "No text selected..." => "Sem texto selecionado para buscar", "all files" => "todos arquivos", diff --git a/lang/spanish.php b/lang/spanish.php index f9a75a1..c11f35e 100644 --- a/lang/spanish.php +++ b/lang/spanish.php @@ -210,7 +210,7 @@ $text = array( "Cancel tasks" => "Cancelar tareas" ), - "ice-coder" => + "icecoder" => array( "results" => "resultados", "No text selected..." => "No hay texto seleccionado para buscar", diff --git a/lib/ice-coder.css b/lib/icecoder.css similarity index 100% rename from lib/ice-coder.css rename to lib/icecoder.css diff --git a/lib/ice-coder.js b/lib/icecoder.js similarity index 100% rename from lib/ice-coder.js rename to lib/icecoder.js diff --git a/lib/login.php b/lib/login.php index 710fbfa..028a015 100644 --- a/lib/login.php +++ b/lib/login.php @@ -16,7 +16,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login"; - + @@ -25,7 +25,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";
- ICEcoder + ICEcoder
v
onsubmit="return checkCanSubmit();"> diff --git a/lib/requirements.php b/lib/requirements.php index b02951f..b6a45a8 100644 --- a/lib/requirements.php +++ b/lib/requirements.php @@ -42,7 +42,7 @@ if (!$reqsPassed) { - + @@ -51,7 +51,7 @@ if (!$reqsPassed) {
- ICEcoder + ICEcoder
v
diff --git a/lib/settings-screen.php b/lib/settings-screen.php index b3f4a94..6b73476 100644 --- a/lib/settings-screen.php +++ b/lib/settings-screen.php @@ -41,7 +41,7 @@ for ($i=0;$i
- +