diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 3 | ||||
-rw-r--r-- | lib/l10n/cs.json | 3 | ||||
-rw-r--r-- | lib/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | lib/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | lib/l10n/hr.js | 5 | ||||
-rw-r--r-- | lib/l10n/hr.json | 5 | ||||
-rw-r--r-- | lib/l10n/it.js | 1 | ||||
-rw-r--r-- | lib/l10n/it.json | 1 | ||||
-rw-r--r-- | lib/l10n/mk.js | 2 | ||||
-rw-r--r-- | lib/l10n/mk.json | 2 | ||||
-rw-r--r-- | lib/l10n/nl.js | 1 | ||||
-rw-r--r-- | lib/l10n/nl.json | 1 | ||||
-rw-r--r-- | lib/l10n/pl.js | 1 | ||||
-rw-r--r-- | lib/l10n/pl.json | 1 | ||||
-rw-r--r-- | lib/l10n/tr.js | 1 | ||||
-rw-r--r-- | lib/l10n/tr.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 1 | ||||
-rw-r--r-- | lib/l10n/zh_HK.js | 3 | ||||
-rw-r--r-- | lib/l10n/zh_HK.json | 3 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 1 |
22 files changed, 36 insertions, 4 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 408857ab127..c0da2d90851 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Prázdný soubor", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s identifikátorem: %s neexistuje. Povolte ho v nastavení aplikací, nebo se obraťte na správce.", "File already exists" : "Soubor už existuje", + "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony selhalo", "Templates" : "Šablony", "File name is a reserved word" : "Název souboru je rezervované slovo", @@ -122,7 +123,7 @@ OC.L10N.register( "Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum skončení platnosti více než %s dní v budoucnu", "Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny", "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s", - "%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“", + "%1$s shared »%2$s« with you" : "%1$s vám sdílí „%2$s“", "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", "Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.", "The requested share does not exist anymore" : "Požadované sdílení už neexistuje", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 892ee97a6c8..5cefde42ff7 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -70,6 +70,7 @@ "Empty file" : "Prázdný soubor", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s identifikátorem: %s neexistuje. Povolte ho v nastavení aplikací, nebo se obraťte na správce.", "File already exists" : "Soubor už existuje", + "Invalid path" : "Neplatný popis umístění", "Failed to create file from template" : "Vytvoření souboru ze šablony selhalo", "Templates" : "Šablony", "File name is a reserved word" : "Název souboru je rezervované slovo", @@ -120,7 +121,7 @@ "Can’t set expiration date more than %s days in the future" : "Nelze nastavit datum skončení platnosti více než %s dní v budoucnu", "Sharing is only allowed with group members" : "Je povoleno pouze sdílení s členy skupiny", "Sharing %s failed, because this item is already shared with user %s" : "Sdílení %s se nezdařilo, protože tato položka už je sdílena s uživatelem %s", - "%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“", + "%1$s shared »%2$s« with you" : "%1$s vám sdílí „%2$s“", "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", "Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.", "The requested share does not exist anymore" : "Požadované sdílení už neexistuje", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 4bb2342e6c8..384fa4e6841 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.", "File already exists" : "Datei bereits vorhanden", + "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 8ea41565c2c..4e27e993e22 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -70,6 +70,7 @@ "Empty file" : "Leere Datei", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.", "File already exists" : "Datei bereits vorhanden", + "Invalid path" : "Ungültiger Pfad", "Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage", "Templates" : "Vorlagen", "File name is a reserved word" : "Der Dateiname ist ein reserviertes Wort", diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index d1975e3557f..9f74a404639 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -71,6 +71,9 @@ OC.L10N.register( "seconds ago" : "prije nekoliko sekundi", "Empty file" : "Prazna datoteka", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s ID-om: %s ne postoji. Omogućite ga u postavkama svojih aplikacija ili se obratite administratoru.", + "File already exists" : "Datoteka već postoji", + "Failed to create file from template" : "Stvaranje datoteke iz predloška nije uspjelo", + "Templates" : "Predlošci", "File name is a reserved word" : "Naziv datoteke je rezervirana riječ", "File name contains at least one invalid character" : "Naziv datoteke sadrži barem jedan nevažeći znak", "File name is too long" : "Naziv datoteke je predugačak", @@ -117,6 +120,8 @@ OC.L10N.register( "Files can’t be shared with create permissions" : "Datoteke se ne mogu dijeliti s dopuštenjima za stvaranje", "Expiration date is in the past" : "Datum isteka je u prošlosti", "Can’t set expiration date more than %s days in the future" : "Ne može se postaviti datum isteka više od %s dana u budućnosti", + "Sharing is only allowed with group members" : "Dijeljenje je dopušteno samo članovima grupe", + "Sharing %s failed, because this item is already shared with user %s" : "Dijeljenje %s nije uspjelo jer je ova stavka već podijeljena s korisnikom %s", "%1$s shared »%2$s« with you" : "%1$s dijeli »%2$s« s vama", "%1$s shared »%2$s« with you." : "%1$s dijeli »%2$s« s vama.", "Click the button below to open it." : "Kliknite gumb u nastavku za otvaranje.", diff --git a/lib/l10n/hr.json b/lib/l10n/hr.json index 12fbe20d19a..a27af5435bc 100644 --- a/lib/l10n/hr.json +++ b/lib/l10n/hr.json @@ -69,6 +69,9 @@ "seconds ago" : "prije nekoliko sekundi", "Empty file" : "Prazna datoteka", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s ID-om: %s ne postoji. Omogućite ga u postavkama svojih aplikacija ili se obratite administratoru.", + "File already exists" : "Datoteka već postoji", + "Failed to create file from template" : "Stvaranje datoteke iz predloška nije uspjelo", + "Templates" : "Predlošci", "File name is a reserved word" : "Naziv datoteke je rezervirana riječ", "File name contains at least one invalid character" : "Naziv datoteke sadrži barem jedan nevažeći znak", "File name is too long" : "Naziv datoteke je predugačak", @@ -115,6 +118,8 @@ "Files can’t be shared with create permissions" : "Datoteke se ne mogu dijeliti s dopuštenjima za stvaranje", "Expiration date is in the past" : "Datum isteka je u prošlosti", "Can’t set expiration date more than %s days in the future" : "Ne može se postaviti datum isteka više od %s dana u budućnosti", + "Sharing is only allowed with group members" : "Dijeljenje je dopušteno samo članovima grupe", + "Sharing %s failed, because this item is already shared with user %s" : "Dijeljenje %s nije uspjelo jer je ova stavka već podijeljena s korisnikom %s", "%1$s shared »%2$s« with you" : "%1$s dijeli »%2$s« s vama", "%1$s shared »%2$s« with you." : "%1$s dijeli »%2$s« s vama.", "Click the button below to open it." : "Kliknite gumb u nastavku za otvaranje.", diff --git a/lib/l10n/it.js b/lib/l10n/it.js index c339ae1b773..71eadd64ab0 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -121,6 +121,7 @@ OC.L10N.register( "Expiration date is in the past" : "La data di scadenza è nel passato", "Can’t set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro", "Sharing is only allowed with group members" : "La condivisione è consentita solo con i membri del gruppo", + "Sharing %s failed, because this item is already shared with user %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con l'utente %s", "%1$s shared »%2$s« with you" : "%1$s ha condiviso «%2$s» con te", "%1$s shared »%2$s« with you." : "%1$s ha condiviso «%2$s» con te.", "Click the button below to open it." : "Fai clic sul pulsante sotto per aprirlo.", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index 730f78dfe32..e0662aab870 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -119,6 +119,7 @@ "Expiration date is in the past" : "La data di scadenza è nel passato", "Can’t set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro", "Sharing is only allowed with group members" : "La condivisione è consentita solo con i membri del gruppo", + "Sharing %s failed, because this item is already shared with user %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con l'utente %s", "%1$s shared »%2$s« with you" : "%1$s ha condiviso «%2$s» con te", "%1$s shared »%2$s« with you." : "%1$s ha condiviso «%2$s» con te.", "Click the button below to open it." : "Fai clic sul pulsante sotto per aprirlo.", diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 9aedfa6330d..c8ae9e5e1db 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Празна датотека", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул со ИД: %s не постои. Овозможете го во параметрите на апликациите или контактирајте администратор.", "File already exists" : "Датотека веќе постои", + "Invalid path" : "Невалидна патека", "Failed to create file from template" : "Неуспешно креирање на датотека од шаблон", "Templates" : "Шаблони", "File name is a reserved word" : "Името на датотеката е резервиран збор", @@ -121,6 +122,7 @@ OC.L10N.register( "Expiration date is in the past" : "Рокот на траење е во минато време", "Can’t set expiration date more than %s days in the future" : "Неможе да се постави рок на траење повеќе од %s дена", "Sharing is only allowed with group members" : "Споделувањето е овозможено само со членови на групата", + "Sharing %s failed, because this item is already shared with user %s" : "Споделувањето на %s е неуспешно, бидејќи истото веќе е споделено со корисникот %s", "%1$s shared »%2$s« with you" : "%1$s сподели »%2$s« со вас", "%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« со вас.", "Click the button below to open it." : "Кликнете на копчето подолу за да ја отворите.", diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index d4108d091e4..a15bd33d226 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -70,6 +70,7 @@ "Empty file" : "Празна датотека", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модул со ИД: %s не постои. Овозможете го во параметрите на апликациите или контактирајте администратор.", "File already exists" : "Датотека веќе постои", + "Invalid path" : "Невалидна патека", "Failed to create file from template" : "Неуспешно креирање на датотека од шаблон", "Templates" : "Шаблони", "File name is a reserved word" : "Името на датотеката е резервиран збор", @@ -119,6 +120,7 @@ "Expiration date is in the past" : "Рокот на траење е во минато време", "Can’t set expiration date more than %s days in the future" : "Неможе да се постави рок на траење повеќе од %s дена", "Sharing is only allowed with group members" : "Споделувањето е овозможено само со членови на групата", + "Sharing %s failed, because this item is already shared with user %s" : "Споделувањето на %s е неуспешно, бидејќи истото веќе е споделено со корисникот %s", "%1$s shared »%2$s« with you" : "%1$s сподели »%2$s« со вас", "%1$s shared »%2$s« with you." : "%1$s сподели »%2$s« со вас.", "Click the button below to open it." : "Кликнете на копчето подолу за да ја отворите.", diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index a90476d2238..cd71a77d212 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Leeg bestand", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met ID: %s bestaat niet. Schakel die in binnen de app-instellingen of neem contact op met je beheerder.", "File already exists" : "Bestand bestaat al", + "Invalid path" : "Ongeldig pad", "Failed to create file from template" : "Kon geen bestand van het sjabloon maken", "Templates" : "Sjablonen", "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 54e13bfc021..1f3286216f8 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -70,6 +70,7 @@ "Empty file" : "Leeg bestand", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module met ID: %s bestaat niet. Schakel die in binnen de app-instellingen of neem contact op met je beheerder.", "File already exists" : "Bestand bestaat al", + "Invalid path" : "Ongeldig pad", "Failed to create file from template" : "Kon geen bestand van het sjabloon maken", "Templates" : "Sjablonen", "File name is a reserved word" : "Bestandsnaam is een gereserveerd woord", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index c4f71208ff8..9ca953f08b1 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File already exists" : "Plik już istnieje", + "Invalid path" : "Niewłaściwa ścieżka", "Failed to create file from template" : "Nie udało się utworzyć pliku z szablonu", "Templates" : "Szablony", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index f23657942bc..1b46b19f2b7 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -70,6 +70,7 @@ "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", "File already exists" : "Plik już istnieje", + "Invalid path" : "Niewłaściwa ścieżka", "Failed to create file from template" : "Nie udało się utworzyć pliku z szablonu", "Templates" : "Szablony", "File name is a reserved word" : "Nazwa pliku jest zarezerwowana", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index baf56f766ce..9ee5d5f41fa 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "Dosya boş", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s kodlu modül bulunamadı. Lütfen uygulamalarınız içinden modülü etkinleştirin ya da BT yöneticinizle görüşün.", "File already exists" : "Dosya zaten var", + "Invalid path" : "Yol geçersiz", "Failed to create file from template" : "Kalıptan dosya oluşturulamadı", "Templates" : "Kalıplar", "File name is a reserved word" : "Bu dosya adı sistem kullanıma ayrılmıştır", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 9cc72b12bee..7d5da2e4cb3 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -70,6 +70,7 @@ "Empty file" : "Dosya boş", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s kodlu modül bulunamadı. Lütfen uygulamalarınız içinden modülü etkinleştirin ya da BT yöneticinizle görüşün.", "File already exists" : "Dosya zaten var", + "Invalid path" : "Yol geçersiz", "Failed to create file from template" : "Kalıptan dosya oluşturulamadı", "Templates" : "Kalıplar", "File name is a reserved word" : "Bu dosya adı sistem kullanıma ayrılmıştır", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 68d9011d6a4..4bfef592636 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "空文件", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。", "File already exists" : "文件已存在", + "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", "File name is a reserved word" : "文件名包含敏感字符", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 5282d453531..66c2349e3b3 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -70,6 +70,7 @@ "Empty file" : "空文件", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系管理员。", "File already exists" : "文件已存在", + "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", "File name is a reserved word" : "文件名包含敏感字符", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 6c52d4ec486..11650627003 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", "File name is a reserved word" : "檔案名稱是保留字", @@ -207,7 +208,7 @@ OC.L10N.register( "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring。func_overload 應該要被設定成 \"0\" 而不是目前的設定 \"%s\" ", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "為了修正這個問題,請到 php.ini 將 <code>mbstring.func_overload</code> 的值改為 <code>0</code>", "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 版本最低需求為 2.7.0。目前安裝版本為 %s。", - "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2。7。0 以上版本,再重啟網頁伺服器。", + "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2.7.0 以上版本,再重啟網頁伺服器。", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 已經設定成「剪除 inline doc block」模式,這將會使幾個核心應用程式無法使用", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "這大概是由快取或是加速器像是 Zend OPcache, eAccelerator 造成的", "PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index cb329e17232..a66dc58d99e 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -70,6 +70,7 @@ "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", "Templates" : "模板", "File name is a reserved word" : "檔案名稱是保留字", @@ -205,7 +206,7 @@ "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring。func_overload 應該要被設定成 \"0\" 而不是目前的設定 \"%s\" ", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "為了修正這個問題,請到 php.ini 將 <code>mbstring.func_overload</code> 的值改為 <code>0</code>", "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 版本最低需求為 2.7.0。目前安裝版本為 %s。", - "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2。7。0 以上版本,再重啟網頁伺服器。", + "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2.7.0 以上版本,再重啟網頁伺服器。", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 已經設定成「剪除 inline doc block」模式,這將會使幾個核心應用程式無法使用", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "這大概是由快取或是加速器像是 Zend OPcache, eAccelerator 造成的", "PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 15d56c9bed4..08602bdba9b 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -72,6 +72,7 @@ OC.L10N.register( "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "無效的路徑", "Failed to create file from template" : "無法從範本建立檔案", "Templates" : "範本", "File name is a reserved word" : "檔案名稱是保留字", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index fc78d41d103..af3a9e2cd23 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -70,6 +70,7 @@ "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File already exists" : "檔案已存在", + "Invalid path" : "無效的路徑", "Failed to create file from template" : "無法從範本建立檔案", "Templates" : "範本", "File name is a reserved word" : "檔案名稱是保留字", |