Skip to content

Commit 024e943

Browse files
committed
Merge pull request icecoder#7 from mattpass/master
update 06-09-2014
2 parents 2db030c + f829142 commit 024e943

15 files changed

Lines changed: 109 additions & 100 deletions

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
</ul>
177177
</div>
178178
<div id="githubNav" class="githubNav">
179-
<div class="commit" id="githubNavCommit" onclick="top.ICEcoder.gitHubAction('commit')">Commit</div>
179+
<div class="commit" id="githubNavCommit" onclick="top.ICEcoder.githubAction('commit')">Commit</div>
180180
<div class="selected" id="githubNavSelectedCount">Selected: 0</div>
181-
<div class="pull" id="githubNavPull" onclick="top.ICEcoder.gitHubAction('pull')">Pull</div>
181+
<div class="pull" id="githubNavPull" onclick="top.ICEcoder.githubAction('pull')">Pull</div>
182182
</div>
183183
<div class="options" id="fileOptions">
184184
<div id="optionsFile" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false">

lang/chinese-simplified.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
"website" => "网站",
9090
"Close all tabs" => "关闭所有选项卡",
9191
"Alphabetize tabs" => "按字母顺序排列的选项卡",
92-
"Find" => "搜索",
93-
"in" => "in",
94-
"and" => "and",
95-
"replace" => "替换",
96-
"replace all" => "替换所有",
97-
"this document" => "当前文件",
98-
"open documents" => "打开的文件",
99-
"all files" => "所有文件",
100-
"all filenames" => "所有文件名",
92+
// "Find" => "搜索",
93+
// "in" => "in",
94+
// "and" => "and",
95+
// "replace" => "替换",
96+
// "replace all" => "替换所有",
97+
// "this document" => "当前文件",
98+
// "open documents" => "打开的文件",
99+
// "all files" => "所有文件",
100+
// "all filenames" => "所有文件名",
101101
"Turn on/off..." => "开启/关闭代码辅助",
102102
"Code Assist" => "代码辅助",
103103
"Go to Line" => "转到行",

lang/chinese-traditional.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22
// Traditional Chinese language translation
33
// by: @lzh370 (GitHub)
44
@@ -89,15 +89,15 @@
8989
"website" => "網站",
9090
"Close all tabs" => "關閉所有選項卡",
9191
"Alphabetize tabs" => "按字母順序排序選項卡",
92-
"Find" => "檢索",
93-
"in" => "in",
94-
"and" => "and",
95-
"replace" => "替換",
96-
"replace all" => "替換所有",
97-
"this document" => "當前文件",
98-
"open documents" => "打開的文件",
99-
"all files" => "所有文件",
100-
"all filenames" => "所有文件名",
92+
// "Find" => "檢索",
93+
// "in" => "in",
94+
// "and" => "and",
95+
// "replace" => "替換",
96+
// "replace all" => "替換所有",
97+
// "this document" => "當前文件",
98+
// "open documents" => "打開的文件",
99+
// "all files" => "所有文件",
100+
// "all filenames" => "所有文件名",
101101
"Turn on/off..." => "開啓/關閉代碼輔助",
102102
"Code Assist" => "代碼輔助",
103103
"Go to Line" => "轉到行",

lang/dutch.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@
9191
"website" => "website",
9292
"Close all tabs" => "Sluit alle tabbladen",
9393
"Alphabetize tabs" => "Sorteer tabbladen",
94-
"Find" => "Zoek",
95-
"in" => "in",
96-
"and" => "en",
97-
"replace" => "vervangen",
98-
"replace all" => "alles vervangen",
99-
"this document" => "dit document",
100-
"open documents" => "open documenten",
101-
"all files" => "alle bestanden",
102-
"all filenames" => "alle bestandsnamen",
94+
// "Find" => "Zoek",
95+
// "in" => "in",
96+
// "and" => "en",
97+
// "replace" => "vervangen",
98+
// "replace all" => "alles vervangen",
99+
// "this document" => "dit document",
100+
// "open documents" => "open documenten",
101+
// "all files" => "alle bestanden",
102+
// "all filenames" => "alle bestandsnamen",
103103
"Turn on/off..." => "Schakel codehulp aan/uit",
104104
"Code Assist" => "Codehulp",
105105
"Go to Line" => "Ga naar regel",

lang/english.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@
244244
"ice-coder" =>
245245
array(
246246
"No text selected..." => "No text selected to search on",
247+
"all files" => "all files",
248+
"all filenames" => "all filenames",
249+
"selected files" => "selected files",
250+
"selected filenames" => "selected filenames",
247251
"Creating Folder" => "Creating Folder",
248252
"Sorry you can..." => "Sorry, you can only have 100 files open at a time!",
249253
"Opening File" => "Opening File",
@@ -256,6 +260,11 @@
256260
"Pasting File" => "Pasting File",
257261
"Sorry cannot paste..." => "Sorry, cannot paste a whole root",
258262
"Nothing to paste..." => "Nothing to paste, copy a file/folder first!",
263+
"and" => "and",
264+
"this document" => "this document",
265+
"replace" => "replace",
266+
"replace all" => "replace all",
267+
"file" => "file",
259268
"Replacing text in" => "Replacing text in",
260269
"Cancelled tasks" => "Cancelled tasks",
261270
"Open previous files" => "Open previous files?",

lang/french.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22
// French language translation
33
// par: @krisxoofoo (GitHub)
44
// @kris_fr Twitter)
@@ -88,15 +88,15 @@
8888
"website" => "Site internet",
8989
"Close all tabs" => "Fermer les onglets",
9090
"Alphabetize tabs" => "Onglets par ordre alphab&eacute;tique",
91-
"Find" => "Chercher",
92-
"in" => "dans",
93-
"and" => "et",
94-
"replace" => "remplacer",
95-
"replace all" => "remplacer tout",
96-
"this document" => "ce document",
97-
"open documents" => "les documents ouverts",
98-
"all files" => "tous les fichiers",
99-
"all filenames" => "tous les noms de fichiers",
91+
// "Find" => "Chercher",
92+
// "in" => "dans",
93+
// "and" => "et",
94+
// "replace" => "remplacer",
95+
// "replace all" => "remplacer tout",
96+
// "this document" => "ce document",
97+
// "open documents" => "les documents ouverts",
98+
// "all files" => "tous les fichiers",
99+
// "all filenames" => "tous les noms de fichiers",
100100
"Turn on/off..." => "Basculer on/off l&apos;assistance au code",
101101
"Code Assist" => "Assistance au Code",
102102
"Go to Line" => "Aller &agrave; la ligne",

lang/german.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
"website" => "Website",
9090
"Close all tabs" => "Alle Tabs schlie&szlig;en",
9191
"Alphabetize tabs" => "Tabs alphabetisch sortieren",
92-
"Find" => "Finden",
93-
"in" => "in",
94-
"and" => "und",
95-
"replace" => "ersetzen",
96-
"replace all" => "alle ersetzen",
97-
"this document" => "dieses Dokument",
98-
"open documents" => "ge&ouml;ffnete Dokumente",
99-
"all files" => "Alle Dateien",
100-
"all filenames" => "Alle Dateinamen",
92+
// "Find" => "Finden",
93+
// "in" => "in",
94+
// "and" => "und",
95+
// "replace" => "ersetzen",
96+
// "replace all" => "alle ersetzen",
97+
// "this document" => "dieses Dokument",
98+
// "open documents" => "ge&ouml;ffnete Dokumente",
99+
// "all files" => "Alle Dateien",
100+
// "all filenames" => "Alle Dateinamen",
101101
"Turn on/off..." => "Codeassistenten ein- ausschalten",
102102
"Code Assist" => "Codeassistent",
103103
"Go to Line" => "Geh zur Zeile",

lang/italian.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22
// Italian language translation
33
// by: @luciorota (GitHub)
44
// @luciorota ([email protected])
@@ -89,15 +89,15 @@
8989
"website" => "sito web",
9090
"Close all tabs" => "Chiudi tutte le schede",
9191
"Alphabetize tabs" => "Ordina schede",
92-
"Find" => "Trova",
93-
"in" => "in",
94-
"and" => "e",
95-
"replace" => "sostituisci",
96-
"replace all" => "sostituisci tutto",
97-
"this document" => "questo documento",
98-
"open documents" => "apri documenti",
99-
"all files" => "tutti i file",
100-
"all filenames" => "titti i nomi",
92+
// "Find" => "Trova",
93+
// "in" => "in",
94+
// "and" => "e",
95+
// "replace" => "sostituisci",
96+
// "replace all" => "sostituisci tutto",
97+
// "this document" => "questo documento",
98+
// "open documents" => "apri documenti",
99+
// "all files" => "tutti i file",
100+
// "all filenames" => "titti i nomi",
101101
"Turn on/off..." => "Attiva/disattiva code assist",
102102
"Code Assist" => "Code Assist",
103103
"Go to Line" => "Vai alla riga",

lang/norwegian.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
"website" => "webside",
9090
"Close all tabs" => "Lukk alle faner",
9191
"Alphabetize tabs" => "Ordne faner alfabetisk",
92-
"Find" => "Finn",
93-
"in" => "i",
94-
"and" => "og",
95-
"replace" => "erstatt",
96-
"replace all" => "erstatt alt",
97-
"this document" => "dette dokumentet",
98-
"open documents" => "&aring;pne dokumenter",
99-
"all files" => "alle filer",
100-
"all filenames" => "alle filenavn",
92+
// "Find" => "Finn",
93+
// "in" => "i",
94+
// "and" => "og",
95+
// "replace" => "erstatt",
96+
// "replace all" => "erstatt alt",
97+
// "this document" => "dette dokumentet",
98+
// "open documents" => "&aring;pne dokumenter",
99+
// "all files" => "alle filer",
100+
// "all filenames" => "alle filenavn",
101101
"Turn on/off..." => "Svitsj p&aring;/av kode assistenten",
102102
"Code Assist" => "Kode Assistenten",
103103
"Go to Line" => "G&aring; til Linje",

lang/persian.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989
"website" => "وب سایت",
9090
"Close all tabs" => "بستن همه پنجره ها",
9191
"Alphabetize tabs" => "مرتب سازی پنجره ها بر اساس حروف الفبا",
92-
"Find" => "یافتن",
93-
"in" => "در",
94-
"and" => "و",
95-
"replace" => "جایگزین کردن",
96-
"replace all" => "جایگزین کردن همه",
97-
"this document" => "این سند",
98-
"open documents" => "سند های باز",
99-
"all files" => "همه فایل ها",
100-
"all filenames" => "همه نام فایل ها",
92+
// "Find" => "یافتن",
93+
// "in" => "در",
94+
// "and" => "و",
95+
// "replace" => "جایگزین کردن",
96+
// "replace all" => "جایگزین کردن همه",
97+
// "this document" => "این سند",
98+
// "open documents" => "سند های باز",
99+
// "all files" => "همه فایل ها",
100+
// "all filenames" => "همه نام فایل ها",
101101
"Turn on/off..." => "روشن / خاموش کردن کد کمد",
102102
"Code Assist" => "کد کمک",
103103
"Go to Line" => "برو به خط",

0 commit comments

Comments
 (0)