diff --git a/apps/comments/l10n/es_419.js b/apps/comments/l10n/es_419.js new file mode 100644 index 0000000000000000000000000000000000000000..85e14dfe077bc39d09f73bc011e61562a9e342cb --- /dev/null +++ b/apps/comments/l10n/es_419.js @@ -0,0 +1,25 @@ +OC.L10N.register( + "comments", + { + "Type in a new comment..." : "Escribir un nuevo comentario", + "Delete comment" : "Eliminar comentario", + "Post" : "Publicar", + "Cancel" : "Cancelar", + "Edit comment" : "Modificar comentario", + "[Deleted user]" : "[Usuario eliminado]", + "Comments" : "Comentarios", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", + "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", + "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "{count} unread comments" : "{count} comentarios no leÃdos", + "Comment" : "Comentario", + "You commented" : "Has comentado", + "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Has comentado en %2$s", + "%1$s commented on %2$s" : "%1$s comentado en %2$s" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/es_419.json b/apps/comments/l10n/es_419.json new file mode 100644 index 0000000000000000000000000000000000000000..1792df8fe3c1ecfbfb39e367a0ed9ed05b373ac9 --- /dev/null +++ b/apps/comments/l10n/es_419.json @@ -0,0 +1,23 @@ +{ "translations": { + "Type in a new comment..." : "Escribir un nuevo comentario", + "Delete comment" : "Eliminar comentario", + "Post" : "Publicar", + "Cancel" : "Cancelar", + "Edit comment" : "Modificar comentario", + "[Deleted user]" : "[Usuario eliminado]", + "Comments" : "Comentarios", + "No other comments available" : "No hay mas comentarios", + "More comments..." : "Mas comentarios...", + "Save" : "Guardar", + "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Se produjo error al recuperar comentario con id {id}", + "Error occurred while updating comment with id {id}" : "Se produjo error al actualizar comentario con id {id}", + "Error occurred while posting comment" : "Se produjo error al publicar comentario", + "{count} unread comments" : "{count} comentarios no leÃdos", + "Comment" : "Comentario", + "You commented" : "Has comentado", + "%1$s commented" : "%1$s comentado", + "You commented on %2$s" : "Has comentado en %2$s", + "%1$s commented on %2$s" : "%1$s comentado en %2$s" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js index 97a5c5b7c84951cedd48b0319d918bd3ccad9266..54789e62b10b8820b95a52fd710f2943a168e5c1 100644 --- a/apps/files/l10n/cs_CZ.js +++ b/apps/files/l10n/cs_CZ.js @@ -83,6 +83,7 @@ OC.L10N.register( "Storage of {owner} is almost full ({usedSpacePercent}%)" : "ÚložiÅ¡tÄ› uživatele {owner} je téměř plné ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "VaÅ¡e úložiÅ¡tÄ› je téměř plné ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["odpovÃdá '{filter}'","odpovÃdá '{filter}'","odpovÃdá '{filter}'"], + "View in folder" : "Zobrazit v adresáři", "Path" : "Cesta", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"], "Favorited" : "PÅ™idáno k oblÃbeným", diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json index e504862e0d39dcd0b68af0376c2ff0a8d004fddd..7758fc3b539c5655d04a408a326be8007075ba3c 100644 --- a/apps/files/l10n/cs_CZ.json +++ b/apps/files/l10n/cs_CZ.json @@ -81,6 +81,7 @@ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "ÚložiÅ¡tÄ› uživatele {owner} je téměř plné ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "VaÅ¡e úložiÅ¡tÄ› je téměř plné ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["odpovÃdá '{filter}'","odpovÃdá '{filter}'","odpovÃdá '{filter}'"], + "View in folder" : "Zobrazit v adresáři", "Path" : "Cesta", "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů"], "Favorited" : "PÅ™idáno k oblÃbeným", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 82ed2364dd6ba6bfb9fa4752dbf1197b45318bb8..d97a6b4555167aca2e2124d4d1a34158aea1433f 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -83,6 +83,7 @@ OC.L10N.register( "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"], + "View in folder" : "View in folder", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 98b3d2000cb941daace3b1d60d3ed59025ec2f8a..830ce301290a5dcd9f78e298f3845f22fb98a2e6 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -81,6 +81,7 @@ "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"], + "View in folder" : "View in folder", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js index 93534911d17b89cd531e18a656df104de1b6fe29..91695f0f653a46c473c783ef7a258716a3d791bc 100644 --- a/apps/files_sharing/l10n/cs_CZ.js +++ b/apps/files_sharing/l10n/cs_CZ.js @@ -23,8 +23,7 @@ OC.L10N.register( "Cancel" : "ZruÅ¡it", "Add remote share" : "PÅ™idat vzdálené úložiÅ¡tÄ›", "You can upload into this folder" : "Můžete nahrávat do tohoto adresáře", - "No ownCloud installation (7 or higher) found at {remote}" : "Nebyla nalezena instalace ownCloud (7 nebo vyÅ¡Å¡Ã) na {remote}", - "Invalid ownCloud url" : "Neplatná ownCloud url", + "No expiration date set" : "Nenà nastaveno datum vyprÅ¡enà platnosti", "Shared by" : "SdÃlÃ", "Sharing" : "SdÃlenÃ", "Share API is disabled" : "SdÃlenà API je zakázané", @@ -95,6 +94,7 @@ OC.L10N.register( "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno", "Name" : "Název", "Share time" : "ÄŒas sdÃlenÃ", + "Expiration date" : "Datum vyprÅ¡enà platnosti", "Sorry, this link doesn’t seem to work anymore." : "Je nám lÃto, ale tento odkaz již nenà funkÄnÃ.", "Reasons might be:" : "Možné důvody:", "the item was removed" : "položka byla odebrána", diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json index fb39cf9a7e51f5dcddf4a6e91a0ec2fdb88e1b7c..a40273e2fb5741ac1d6af283c5cd32af8154cc1d 100644 --- a/apps/files_sharing/l10n/cs_CZ.json +++ b/apps/files_sharing/l10n/cs_CZ.json @@ -21,8 +21,7 @@ "Cancel" : "ZruÅ¡it", "Add remote share" : "PÅ™idat vzdálené úložiÅ¡tÄ›", "You can upload into this folder" : "Můžete nahrávat do tohoto adresáře", - "No ownCloud installation (7 or higher) found at {remote}" : "Nebyla nalezena instalace ownCloud (7 nebo vyÅ¡Å¡Ã) na {remote}", - "Invalid ownCloud url" : "Neplatná ownCloud url", + "No expiration date set" : "Nenà nastaveno datum vyprÅ¡enà platnosti", "Shared by" : "SdÃlÃ", "Sharing" : "SdÃlenÃ", "Share API is disabled" : "SdÃlenà API je zakázané", @@ -93,6 +92,7 @@ "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno", "Name" : "Název", "Share time" : "ÄŒas sdÃlenÃ", + "Expiration date" : "Datum vyprÅ¡enà platnosti", "Sorry, this link doesn’t seem to work anymore." : "Je nám lÃto, ale tento odkaz již nenà funkÄnÃ.", "Reasons might be:" : "Možné důvody:", "the item was removed" : "položka byla odebrána", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index ab5f5eb260a6aa20b0e9f1b3ad88e5ffaa7b9620..b4eaccc010a46ff32b3397b24c13a23a695c73a5 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Abbrechen", "Add remote share" : "Entfernte Freigabe hinzufügen", "You can upload into this folder" : "In diesen Ordner kann hochgeladen werden", - "No ownCloud installation (7 or higher) found at {remote}" : "Keine OwnCloud-Installation (7 oder höher) auf {remote} gefunden", - "Invalid ownCloud url" : "Ungültige OwnCloud-URL", "No expiration date set" : "Kein Ablaufdatum gesetzt", "Shared by" : "Geteilt von ", "Sharing" : "Teilen", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 3182de46a9d0c0ac15136f504bfb0fbb5cdabeb2..31e1c8d649e4a4bfda955ca3ed54952697e6009a 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -21,8 +21,6 @@ "Cancel" : "Abbrechen", "Add remote share" : "Entfernte Freigabe hinzufügen", "You can upload into this folder" : "In diesen Ordner kann hochgeladen werden", - "No ownCloud installation (7 or higher) found at {remote}" : "Keine OwnCloud-Installation (7 oder höher) auf {remote} gefunden", - "Invalid ownCloud url" : "Ungültige OwnCloud-URL", "No expiration date set" : "Kein Ablaufdatum gesetzt", "Shared by" : "Geteilt von ", "Sharing" : "Teilen", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 3f356a25db7492f925207b61923aff6c408a43e7..991c879f346f8bbd556df7cfeab58742eacb0231 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Abbrechen", "Add remote share" : "Entfernte Freigabe hinzufügen", "You can upload into this folder" : "Sie können in diesen Ordner hochladen", - "No ownCloud installation (7 or higher) found at {remote}" : "Keine OwnCloud-Installation (7 oder höher) auf {remote} gefunden", - "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", "No expiration date set" : "Kein Ablaufdatum gesetzt", "Shared by" : "Geteilt von", "Sharing" : "Teilen", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 8f73b866eb86a160cd29db701ec8e52bd2186e92..1ad690cadec4ba88367ff15425d7b3435017d29b 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -21,8 +21,6 @@ "Cancel" : "Abbrechen", "Add remote share" : "Entfernte Freigabe hinzufügen", "You can upload into this folder" : "Sie können in diesen Ordner hochladen", - "No ownCloud installation (7 or higher) found at {remote}" : "Keine OwnCloud-Installation (7 oder höher) auf {remote} gefunden", - "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", "No expiration date set" : "Kein Ablaufdatum gesetzt", "Shared by" : "Geteilt von", "Sharing" : "Teilen", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 6068561339e8a5e0a1ce018a8dd48fde0454eb0b..259994b9df8095e889e41537cab7a7a5b0231dfc 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -23,8 +23,7 @@ OC.L10N.register( "Cancel" : "Cancel", "Add remote share" : "Add remote share", "You can upload into this folder" : "You can upload into this folder", - "No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}", - "Invalid ownCloud url" : "Invalid ownCloud URL", + "No expiration date set" : "No expiration date set", "Shared by" : "Shared by", "Sharing" : "Sharing", "Share API is disabled" : "Share API is disabled", @@ -95,6 +94,7 @@ OC.L10N.register( "No entries found in this folder" : "No entries found in this folder", "Name" : "Name", "Share time" : "Share time", + "Expiration date" : "Expiration date", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.", "Reasons might be:" : "Reasons might be:", "the item was removed" : "the item was removed", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index c44c71299526c64a30ecb620f629d1b7c3813d68..43601d6ae5307802fedabb0ff9e48932d029107b 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -21,8 +21,7 @@ "Cancel" : "Cancel", "Add remote share" : "Add remote share", "You can upload into this folder" : "You can upload into this folder", - "No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}", - "Invalid ownCloud url" : "Invalid ownCloud URL", + "No expiration date set" : "No expiration date set", "Shared by" : "Shared by", "Sharing" : "Sharing", "Share API is disabled" : "Share API is disabled", @@ -93,6 +92,7 @@ "No entries found in this folder" : "No entries found in this folder", "Name" : "Name", "Share time" : "Share time", + "Expiration date" : "Expiration date", "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.", "Reasons might be:" : "Reasons might be:", "the item was removed" : "the item was removed", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 36e1eb69630e7f69e6bf93d9f842633111d1bc8e..ddc85cf2f4a14bcc74de34899f14618fd213bdc6 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Cancelar", "Add remote share" : "Añadir recurso compartido remoto", "You can upload into this folder" : "Usted puede cargar en esta carpeta", - "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}", - "Invalid ownCloud url" : "URL de ownCloud inválida", "No expiration date set" : "No se ha establecido fecha de caducidad", "Shared by" : "Compartido por", "Sharing" : "Compartiendo", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 87810f3139ee3682dc4aaf92f856fddbf06fe16a..0780cd34c4d65326a88cc87ee1ef09d20a41d43a 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -21,8 +21,6 @@ "Cancel" : "Cancelar", "Add remote share" : "Añadir recurso compartido remoto", "You can upload into this folder" : "Usted puede cargar en esta carpeta", - "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}", - "Invalid ownCloud url" : "URL de ownCloud inválida", "No expiration date set" : "No se ha establecido fecha de caducidad", "Shared by" : "Compartido por", "Sharing" : "Compartiendo", diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js index c56f27c6d2bb0490f96dd0e9df8861b9ea750c6e..7b31f03cc56fd596f83249cc1f1b3d36940293b7 100644 --- a/apps/files_sharing/l10n/fi_FI.js +++ b/apps/files_sharing/l10n/fi_FI.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Peru", "Add remote share" : "Lisää etäjako", "You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon", - "No ownCloud installation (7 or higher) found at {remote}" : "ownCloud-asennusta (versiota 7 tai uudempaa) ei löytynyt osoitteesta {remote}", - "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", "Shared by" : "Jakanut", "Sharing" : "Jakaminen", "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json index 4ae837b129fe8200a29db70a2e3a7a0b36c2f7f3..4bfcdadff767f64caf0cb333f8cfadc4ec580e3d 100644 --- a/apps/files_sharing/l10n/fi_FI.json +++ b/apps/files_sharing/l10n/fi_FI.json @@ -21,8 +21,6 @@ "Cancel" : "Peru", "Add remote share" : "Lisää etäjako", "You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon", - "No ownCloud installation (7 or higher) found at {remote}" : "ownCloud-asennusta (versiota 7 tai uudempaa) ei löytynyt osoitteesta {remote}", - "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", "Shared by" : "Jakanut", "Sharing" : "Jakaminen", "Share API is disabled" : "Jakamisrajapinta on poistettu käytöstä", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 2e632f1a9d43f48ef0041e0789e79b9714f4e742..67206f439d971f0709527e8ced48fb857e672173 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Annuler", "Add remote share" : "Ajouter un partage distant", "You can upload into this folder" : "Vous pouvez téléverser dans ce dossier", - "No ownCloud installation (7 or higher) found at {remote}" : "Aucune installation ownCloud (7 ou supérieur) trouvée sur {remote}", - "Invalid ownCloud url" : "URL ownCloud non valide", "No expiration date set" : "Aucune date d'expiration définie", "Shared by" : "Partagé par", "Sharing" : "Partage", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 3594a3a33013ed38f5724894785939123a89aada..ee27d57ea4c1ae8eafab4c5bbf11ac12ff547a35 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -21,8 +21,6 @@ "Cancel" : "Annuler", "Add remote share" : "Ajouter un partage distant", "You can upload into this folder" : "Vous pouvez téléverser dans ce dossier", - "No ownCloud installation (7 or higher) found at {remote}" : "Aucune installation ownCloud (7 ou supérieur) trouvée sur {remote}", - "Invalid ownCloud url" : "URL ownCloud non valide", "No expiration date set" : "Aucune date d'expiration définie", "Shared by" : "Partagé par", "Sharing" : "Partage", diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 985e5807e5a7719dcc74e093f2e84f54ed9e0cbf..e90ff27dfc92c626650caaec8ebad8d8ef8c74ac 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "ביטול", "Add remote share" : "הוספת שיתוף ×—×™×¦×•× ×™", "You can upload into this folder" : "× ×™×ª×Ÿ להעלות לתיקייה זו", - "No ownCloud installation (7 or higher) found at {remote}" : "×œ× × ×ž×¦××” ×”×ª×§× ×ª ownCloud (גרסה 7 ומעלה) ב- {remote}", - "Invalid ownCloud url" : "× ×ª×™×‘ ownCloud ×œ× ×—×•×§×™", "Shared by" : "שותף על־ידי", "Sharing" : "שיתוף", "Share API is disabled" : "שיתוף API ×ž× ×•×˜×¨×œ", diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 247c8e2239dbe0564089a340dccb00248aea7ae7..f765153cb6b2599551e327d7df406718c3ad2b4f 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -21,8 +21,6 @@ "Cancel" : "ביטול", "Add remote share" : "הוספת שיתוף ×—×™×¦×•× ×™", "You can upload into this folder" : "× ×™×ª×Ÿ להעלות לתיקייה זו", - "No ownCloud installation (7 or higher) found at {remote}" : "×œ× × ×ž×¦××” ×”×ª×§× ×ª ownCloud (גרסה 7 ומעלה) ב- {remote}", - "Invalid ownCloud url" : "× ×ª×™×‘ ownCloud ×œ× ×—×•×§×™", "Shared by" : "שותף על־ידי", "Sharing" : "שיתוף", "Share API is disabled" : "שיתוף API ×ž× ×•×˜×¨×œ", diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index 28fd4e87fae397f5d0b0071012f05e72dcb99996..1b8f22d0bb2644af6c849e1aece2abf6a25f7afd 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Hætta við", "Add remote share" : "Bæta við fjartengdri sameign", "You can upload into this folder" : "Þú getur sent inn skrár à þessa möppu", - "No ownCloud installation (7 or higher) found at {remote}" : "Engin ownCloud uppsetning (útgáfa 7 eða nýrri) fannst á {remote}", - "Invalid ownCloud url" : "Ógild ownCloud-slóð", "Shared by" : "Deilt af", "Sharing" : "Deiling", "Could not delete share" : "Tókst ekki að eyða sameign", diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index 0e3c8934a07710ce85669cb4d2ded8dcfd8f44af..b346985b746f2daf1b29dfacb5de8c9ab16f12da 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -21,8 +21,6 @@ "Cancel" : "Hætta við", "Add remote share" : "Bæta við fjartengdri sameign", "You can upload into this folder" : "Þú getur sent inn skrár à þessa möppu", - "No ownCloud installation (7 or higher) found at {remote}" : "Engin ownCloud uppsetning (útgáfa 7 eða nýrri) fannst á {remote}", - "Invalid ownCloud url" : "Ógild ownCloud-slóð", "Shared by" : "Deilt af", "Sharing" : "Deiling", "Could not delete share" : "Tókst ekki að eyða sameign", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 8d869b5a8f1725c7cbdec6ba6550d9b915e08ed2..fed1e071e9f092511fa2627fb7f172162c82424e 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Annulla", "Add remote share" : "Aggiungi condivisione remota", "You can upload into this folder" : "Puoi caricare in questa cartella", - "No ownCloud installation (7 or higher) found at {remote}" : "Nessuna installazione di ownCloud (7 o superiore) trovata su {remote}", - "Invalid ownCloud url" : "URL di ownCloud non valido", "No expiration date set" : "Nessuna data di scandenza impostata", "Shared by" : "Condiviso da", "Sharing" : "Condivisione", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 06c471326f6850b950ff862f0857278365843c89..0d87df2f1c8012a086325fdf9f6fc47dd59a36ed 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -21,8 +21,6 @@ "Cancel" : "Annulla", "Add remote share" : "Aggiungi condivisione remota", "You can upload into this folder" : "Puoi caricare in questa cartella", - "No ownCloud installation (7 or higher) found at {remote}" : "Nessuna installazione di ownCloud (7 o superiore) trovata su {remote}", - "Invalid ownCloud url" : "URL di ownCloud non valido", "No expiration date set" : "Nessuna data di scandenza impostata", "Shared by" : "Condiviso da", "Sharing" : "Condivisione", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 7640f8f5104ad19eaa97b096b151a997d1e052ea..88c6d7228e28b4b7f8f3f44aaad59b5a98c45c2a 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "ã‚ャンセル", "Add remote share" : "ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã‚’è¿½åŠ ", "You can upload into this folder" : "ã“ã®ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ã«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã§ãã¾ã™", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote} ã«ã¯ownCloud (7以上)ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã›ã‚“", - "Invalid ownCloud url" : "無効ãªownCloud URL ã§ã™", "Shared by" : "共有者:", "Sharing" : "共有", "Share API is disabled" : "共有APIãŒç„¡åŠ¹ã§ã™ã€‚", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 70f1fa0f32ea5e4455381ddd3419f84fb5c8ccaf..797444271e175baf6318410ef17404edf53c40be 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -21,8 +21,6 @@ "Cancel" : "ã‚ャンセル", "Add remote share" : "ãƒªãƒ¢ãƒ¼ãƒˆå…±æœ‰ã‚’è¿½åŠ ", "You can upload into this folder" : "ã“ã®ãƒ•ã‚©ãƒ«ãƒ€ãƒ¼ã«ã‚¢ãƒƒãƒ—ãƒãƒ¼ãƒ‰ã§ãã¾ã™", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote} ã«ã¯ownCloud (7以上)ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã›ã‚“", - "Invalid ownCloud url" : "無効ãªownCloud URL ã§ã™", "Shared by" : "共有者:", "Sharing" : "共有", "Share API is disabled" : "共有APIãŒç„¡åŠ¹ã§ã™ã€‚", diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 944b8f461b2f7c36d69e3fcfc072df91709c250e..5b5d00b98a479a00e8161fc1e60a29a073e577e5 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "취소", "Add remote share" : "ì›ê²© ê³µìœ ì¶”ê°€", "You can upload into this folder" : "ì´ í´ë”ì— ì—…ë¡œë“œí• ìˆ˜ 있습니다", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote}ì— ownCloud 7 ì´ìƒì´ 설치ë˜ì–´ 있지 ì•ŠìŒ", - "Invalid ownCloud url" : "ìž˜ëª»ëœ ownCloud URL", "Shared by" : "ê³µìœ í•œ 사용ìž:", "Sharing" : "ê³µìœ ", "A file or folder has been <strong>shared</strong>" : "파ì¼ì´ë‚˜ í´ë”ê°€ <strong>ê³µìœ ë¨</strong>", diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index abdbedcbf125863849489da331c4a8c26ed53745..7804a5f49c486f4b0bb426344d4c552d5b79f90c 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -21,8 +21,6 @@ "Cancel" : "취소", "Add remote share" : "ì›ê²© ê³µìœ ì¶”ê°€", "You can upload into this folder" : "ì´ í´ë”ì— ì—…ë¡œë“œí• ìˆ˜ 있습니다", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote}ì— ownCloud 7 ì´ìƒì´ 설치ë˜ì–´ 있지 ì•ŠìŒ", - "Invalid ownCloud url" : "ìž˜ëª»ëœ ownCloud URL", "Shared by" : "ê³µìœ í•œ 사용ìž:", "Sharing" : "ê³µìœ ", "A file or folder has been <strong>shared</strong>" : "파ì¼ì´ë‚˜ í´ë”ê°€ <strong>ê³µìœ ë¨</strong>", diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js index 6b4fe623dcaf0ad9e9e474c14c969b9147b90f11..4f4e28c0d61a36f79ba63c882141d60874fca873 100644 --- a/apps/files_sharing/l10n/nb_NO.js +++ b/apps/files_sharing/l10n/nb_NO.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Avbryt", "Add remote share" : "Legg til ekstern deling", "You can upload into this folder" : "Du kan laste opp til denne mappen", - "No ownCloud installation (7 or higher) found at {remote}" : "Ingen ownCloud-installasjon (7 eller høyere) funnet pÃ¥ {remote}", - "Invalid ownCloud url" : "Ugyldig ownCloud-url", "Shared by" : "Delt av", "Sharing" : "Deling", "A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>", diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json index 01bb080bb9e6d1a9e43477af57291d50256451df..b0691ad22a3263c66363b3ec35179bdbc96a0f81 100644 --- a/apps/files_sharing/l10n/nb_NO.json +++ b/apps/files_sharing/l10n/nb_NO.json @@ -21,8 +21,6 @@ "Cancel" : "Avbryt", "Add remote share" : "Legg til ekstern deling", "You can upload into this folder" : "Du kan laste opp til denne mappen", - "No ownCloud installation (7 or higher) found at {remote}" : "Ingen ownCloud-installasjon (7 eller høyere) funnet pÃ¥ {remote}", - "Invalid ownCloud url" : "Ugyldig ownCloud-url", "Shared by" : "Delt av", "Sharing" : "Deling", "A file or folder has been <strong>shared</strong>" : "En fil eller mappe ble <strong>delt</strong>", diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 2d50e1fcc976c30971e93fb4ec41e12b341e1e45..0c52e7d038efe1b2834a5c3c82e0c19055895c2d 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Annuleren", "Add remote share" : "Toevoegen externe share", "You can upload into this folder" : "Je kunt uploaden naar deze map", - "No ownCloud installation (7 or higher) found at {remote}" : "Geen recente ownCloud installatie (7 of hoger) gevonden op {remote}", - "Invalid ownCloud url" : "Ongeldige ownCloud url", "No expiration date set" : "Geen vervaldatum ingesteld", "Shared by" : "Gedeeld door", "Sharing" : "Delen", diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index 505becb5c9722fd7a39f5897166621eaec166b33..1c87871b0cf45e3b2435047c93e929f7bcfdfdc5 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -21,8 +21,6 @@ "Cancel" : "Annuleren", "Add remote share" : "Toevoegen externe share", "You can upload into this folder" : "Je kunt uploaden naar deze map", - "No ownCloud installation (7 or higher) found at {remote}" : "Geen recente ownCloud installatie (7 of hoger) gevonden op {remote}", - "Invalid ownCloud url" : "Ongeldige ownCloud url", "No expiration date set" : "Geen vervaldatum ingesteld", "Shared by" : "Gedeeld door", "Sharing" : "Delen", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 27e7d299e2496d206125f7099ed44087140e972b..eb5f31acce209343a956697b2b5c7ebcea48cb51 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Cancelar", "Add remote share" : "Adicionar compartilhamento remoto", "You can upload into this folder" : "Você não pode enviar arquivos para esta pasta", - "No ownCloud installation (7 or higher) found at {remote}" : "Nenhuma instalação ownCloud (7 ou superior) foi encontrada em {remote}", - "Invalid ownCloud url" : "Url invalida para ownCloud", "No expiration date set" : "Nenhuma data de expiração definida", "Shared by" : "Compartilhado por", "Sharing" : "Compartilhamento", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 9f2312967fe35be69e99ca2a57e8851d7ac4045c..5ec68a769b46a00ec03498ca7b63b83b6c3844ca 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -21,8 +21,6 @@ "Cancel" : "Cancelar", "Add remote share" : "Adicionar compartilhamento remoto", "You can upload into this folder" : "Você não pode enviar arquivos para esta pasta", - "No ownCloud installation (7 or higher) found at {remote}" : "Nenhuma instalação ownCloud (7 ou superior) foi encontrada em {remote}", - "Invalid ownCloud url" : "Url invalida para ownCloud", "No expiration date set" : "Nenhuma data de expiração definida", "Shared by" : "Compartilhado por", "Sharing" : "Compartilhamento", diff --git a/apps/files_sharing/l10n/pt_PT.js b/apps/files_sharing/l10n/pt_PT.js index 860c352aef2200a9a98a25c820106588b2f7db90..3a6230e5a8518f47617da54758f31b275d198c95 100644 --- a/apps/files_sharing/l10n/pt_PT.js +++ b/apps/files_sharing/l10n/pt_PT.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Cancelar", "Add remote share" : "Adicionar partilha remota", "You can upload into this folder" : "Pode enviar para esta pasta", - "No ownCloud installation (7 or higher) found at {remote}" : "Não foi encontrada nenhuma instalação OwnCloud (7 ou superior) em {remote}", - "Invalid ownCloud url" : "Url da ownCloud inválido", "Shared by" : "Partilhado por", "Sharing" : "Partilha", "Share API is disabled" : "A partilha de API está desativada", diff --git a/apps/files_sharing/l10n/pt_PT.json b/apps/files_sharing/l10n/pt_PT.json index 9f85b1b1034fd129e5f8cdbf5fae650519e86fb1..fb5a8d26a013b26e9cacc910708f9a6544a45efa 100644 --- a/apps/files_sharing/l10n/pt_PT.json +++ b/apps/files_sharing/l10n/pt_PT.json @@ -21,8 +21,6 @@ "Cancel" : "Cancelar", "Add remote share" : "Adicionar partilha remota", "You can upload into this folder" : "Pode enviar para esta pasta", - "No ownCloud installation (7 or higher) found at {remote}" : "Não foi encontrada nenhuma instalação OwnCloud (7 ou superior) em {remote}", - "Invalid ownCloud url" : "Url da ownCloud inválido", "Shared by" : "Partilhado por", "Sharing" : "Partilha", "Share API is disabled" : "A partilha de API está desativada", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index d9c3248efe686fb23f3a6367f2c0ae1f59e8730c..67bef8a2273aac2c2bf753c7a0c8d37688a77ae7 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Отменить", "Add remote share" : "Добавить удалённый общий реÑурÑ", "You can upload into this folder" : "Ð’Ñ‹ можете загружать в Ñту папку", - "No ownCloud installation (7 or higher) found at {remote}" : "Ðа удаленном реÑурÑе {remote} не уÑтановлен ownCloud верÑии 7 или выше", - "Invalid ownCloud url" : "Ðеверный Ð°Ð´Ñ€ÐµÑ ownCloud", "Shared by" : "ПоделилÑÑ", "Sharing" : "Общий доÑтуп", "Share API is disabled" : "API общего доÑтупа отключён", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 1e01f0cdc37c8cdcc14f32c09066fbda1fbcd9e8..d14478ae8fecd10cdd38bf6817e497db619c5dc5 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -21,8 +21,6 @@ "Cancel" : "Отменить", "Add remote share" : "Добавить удалённый общий реÑурÑ", "You can upload into this folder" : "Ð’Ñ‹ можете загружать в Ñту папку", - "No ownCloud installation (7 or higher) found at {remote}" : "Ðа удаленном реÑурÑе {remote} не уÑтановлен ownCloud верÑии 7 или выше", - "Invalid ownCloud url" : "Ðеверный Ð°Ð´Ñ€ÐµÑ ownCloud", "Shared by" : "ПоделилÑÑ", "Sharing" : "Общий доÑтуп", "Share API is disabled" : "API общего доÑтупа отключён", diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 79e2e33d994e5a63ff80bfdc0857891b92daed65..59115e94880c395478c8d36691a405c1c2b525ed 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "PrekliÄi", "Add remote share" : "Dodaj oddaljeno mesto za souporabo", "You can upload into this folder" : "V to mapo je dovoljeno poslati datoteke", - "No ownCloud installation (7 or higher) found at {remote}" : "Na mestu {remote} ni nameÅ¡Äenega okolja ownCloud (razliÄice 7 ali viÅ¡je)", - "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud", "Shared by" : "V souporabi z", "Sharing" : "Souporaba", "Share API is disabled" : "API za souporabo je izkljuÄen", diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index 3698b1f3d3fe0e0f88370092d81365fc6de214ce..5e720911fd8bb618b99a680f344507c93db28f84 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -21,8 +21,6 @@ "Cancel" : "PrekliÄi", "Add remote share" : "Dodaj oddaljeno mesto za souporabo", "You can upload into this folder" : "V to mapo je dovoljeno poslati datoteke", - "No ownCloud installation (7 or higher) found at {remote}" : "Na mestu {remote} ni nameÅ¡Äenega okolja ownCloud (razliÄice 7 ali viÅ¡je)", - "Invalid ownCloud url" : "Naveden je neveljaven naslov URL strežnika ownCloud", "Shared by" : "V souporabi z", "Sharing" : "Souporaba", "Share API is disabled" : "API za souporabo je izkljuÄen", diff --git a/apps/files_sharing/l10n/sq.js b/apps/files_sharing/l10n/sq.js index 3f0f72a6299d45c9549eabdd7c3f80da98760edb..d3f325c5148ac91d1dd0555b6869dd1f259c6b32 100644 --- a/apps/files_sharing/l10n/sq.js +++ b/apps/files_sharing/l10n/sq.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Anuloje", "Add remote share" : "Shtoni ndarje të largët", "You can upload into this folder" : "Mund të ngarkoni te kjo dosje", - "No ownCloud installation (7 or higher) found at {remote}" : "Te {remote} s’u gjet instalim ownCloud (7 ose më sipër)", - "Invalid ownCloud url" : "URL ownCloud e pavlefshme", "Shared by" : "Ndarë nga", "Sharing" : "Ndarje", "Share API is disabled" : "API i ndarjeve është çaktivizuar", diff --git a/apps/files_sharing/l10n/sq.json b/apps/files_sharing/l10n/sq.json index 763cf2389baa62126344a23c2c24ca48600f39c0..3d33a0010dffb46a2a397f2568434cb01aecc77e 100644 --- a/apps/files_sharing/l10n/sq.json +++ b/apps/files_sharing/l10n/sq.json @@ -21,8 +21,6 @@ "Cancel" : "Anuloje", "Add remote share" : "Shtoni ndarje të largët", "You can upload into this folder" : "Mund të ngarkoni te kjo dosje", - "No ownCloud installation (7 or higher) found at {remote}" : "Te {remote} s’u gjet instalim ownCloud (7 ose më sipër)", - "Invalid ownCloud url" : "URL ownCloud e pavlefshme", "Shared by" : "Ndarë nga", "Sharing" : "Ndarje", "Share API is disabled" : "API i ndarjeve është çaktivizuar", diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 24974bb6b4b7a573f5c6e07cc53ef68ce3fbc2d8..79b85b90711155b1f074b47150e907275513fd9d 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Avbryt", "Add remote share" : "Lägg till fjärrdelning", "You can upload into this folder" : "Du kan ladda upp i denna map", - "No ownCloud installation (7 or higher) found at {remote}" : "Ingen OwnCloud Installation (7 eller senare) funnen pÃ¥ {remote}", - "Invalid ownCloud url" : "Felaktig ownCloud url", "Shared by" : "Delad av", "Sharing" : "Dela", "A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>", diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 38939bc611a3d9f1c484738b355f8a53ad2dc473..870d7c1c3a48aabdfc6533b3dad6d64b61262a95 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -21,8 +21,6 @@ "Cancel" : "Avbryt", "Add remote share" : "Lägg till fjärrdelning", "You can upload into this folder" : "Du kan ladda upp i denna map", - "No ownCloud installation (7 or higher) found at {remote}" : "Ingen OwnCloud Installation (7 eller senare) funnen pÃ¥ {remote}", - "Invalid ownCloud url" : "Felaktig ownCloud url", "Shared by" : "Delad av", "Sharing" : "Dela", "A file or folder has been <strong>shared</strong>" : "En fil eller mapp har <strong>delats</strong>", diff --git a/apps/files_sharing/l10n/th_TH.js b/apps/files_sharing/l10n/th_TH.js index 9b8ad41a24e5254ce296e70473e0c02d7ef2a0e4..cce63f5f0dc954fbf0d7703223ad39bdc2065ea7 100644 --- a/apps/files_sharing/l10n/th_TH.js +++ b/apps/files_sharing/l10n/th_TH.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "ยà¸à¹€à¸¥à¸´à¸", "Add remote share" : "เพิ่มรีโมทà¹à¸Šà¸£à¹Œ", "You can upload into this folder" : "คุณสามารถà¸à¸±à¸žà¹‚หลดลงในโฟลเดà¸à¸£à¹Œà¸™à¸µà¹‰", - "No ownCloud installation (7 or higher) found at {remote}" : "ไม่มีà¸à¸²à¸£à¸•à¸´à¸”ตั้ง ownCloud (7 หรืà¸à¸ªà¸¹à¸‡à¸à¸§à¹ˆà¸²) พบได้ที่ {remote}", - "Invalid ownCloud url" : "URL ownCloud ไม่ถูà¸à¸•à¹‰à¸à¸‡", "Shared by" : "ถูà¸à¹à¸Šà¸£à¹Œà¹‚ดย", "Sharing" : "à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥", "Share API is disabled" : "à¹à¸Šà¸£à¹Œ API ถูà¸à¸›à¸´à¸”ใช้งาน", diff --git a/apps/files_sharing/l10n/th_TH.json b/apps/files_sharing/l10n/th_TH.json index 809d272dc8d28cc48dfecfc2cacd3b136e09cee3..19b07876d11afcb873fe1279c23d9ed5e197d323 100644 --- a/apps/files_sharing/l10n/th_TH.json +++ b/apps/files_sharing/l10n/th_TH.json @@ -21,8 +21,6 @@ "Cancel" : "ยà¸à¹€à¸¥à¸´à¸", "Add remote share" : "เพิ่มรีโมทà¹à¸Šà¸£à¹Œ", "You can upload into this folder" : "คุณสามารถà¸à¸±à¸žà¹‚หลดลงในโฟลเดà¸à¸£à¹Œà¸™à¸µà¹‰", - "No ownCloud installation (7 or higher) found at {remote}" : "ไม่มีà¸à¸²à¸£à¸•à¸´à¸”ตั้ง ownCloud (7 หรืà¸à¸ªà¸¹à¸‡à¸à¸§à¹ˆà¸²) พบได้ที่ {remote}", - "Invalid ownCloud url" : "URL ownCloud ไม่ถูà¸à¸•à¹‰à¸à¸‡", "Shared by" : "ถูà¸à¹à¸Šà¸£à¹Œà¹‚ดย", "Sharing" : "à¹à¸Šà¸£à¹Œà¸‚้à¸à¸¡à¸¹à¸¥", "Share API is disabled" : "à¹à¸Šà¸£à¹Œ API ถูà¸à¸›à¸´à¸”ใช้งาน", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 6af903a1bed7acf25b6c518a30b7c05859a1cfb9..a78c7f3bad382e7a6633a1b78a244cd58ae6c679 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "Ä°ptal", "Add remote share" : "Uzak paylaşım ekle", "You can upload into this folder" : "Bu dizine yükleme yapabilirsiniz", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote} üzerinde ownCloud (7 veya daha üstü) kurulumu bulunamadı", - "Invalid ownCloud url" : "Geçersiz ownCloud adresi", "Shared by" : "PaylaÅŸan", "Sharing" : "Paylaşım", "A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index d6cbbd59096e680fc78cfdadb48211ffa7d5255c..435ed212c72e3c03cad886ce83d573f81daf9501 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -21,8 +21,6 @@ "Cancel" : "Ä°ptal", "Add remote share" : "Uzak paylaşım ekle", "You can upload into this folder" : "Bu dizine yükleme yapabilirsiniz", - "No ownCloud installation (7 or higher) found at {remote}" : "{remote} üzerinde ownCloud (7 veya daha üstü) kurulumu bulunamadı", - "Invalid ownCloud url" : "Geçersiz ownCloud adresi", "Shared by" : "PaylaÅŸan", "Sharing" : "Paylaşım", "A file or folder has been <strong>shared</strong>" : "Bir dosya veya klasör <strong>paylaşıldı</strong>", diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index e369424d0c933960e2cecac69b47ccceddb94455..1c4625333ff506dfa27acb4579705dd6059aba9f 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -23,8 +23,6 @@ OC.L10N.register( "Cancel" : "å–消", "Add remote share" : "æ·»åŠ è¿œç¨‹åˆ†äº«", "You can upload into this folder" : "您å¯ä»¥ä¸Šä¼ 文件至æ¤æ–‡ä»¶å¤¹", - "No ownCloud installation (7 or higher) found at {remote}" : "未å‘现 {remote} 安装有ownCloud (7 或更高版本)", - "Invalid ownCloud url" : "æ— æ•ˆçš„ ownCloud 网å€", "Shared by" : "共享人", "Sharing" : "共享", "Share API is disabled" : "共享 API 已被ç¦ç”¨", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 9ab230715d49fa3f6ca25929b7a64429bdcf6335..2a4eb65c30061bd75ed0c309522ebcb6992e32e0 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -21,8 +21,6 @@ "Cancel" : "å–消", "Add remote share" : "æ·»åŠ è¿œç¨‹åˆ†äº«", "You can upload into this folder" : "您å¯ä»¥ä¸Šä¼ 文件至æ¤æ–‡ä»¶å¤¹", - "No ownCloud installation (7 or higher) found at {remote}" : "未å‘现 {remote} 安装有ownCloud (7 或更高版本)", - "Invalid ownCloud url" : "æ— æ•ˆçš„ ownCloud 网å€", "Shared by" : "共享人", "Sharing" : "共享", "Share API is disabled" : "共享 API 已被ç¦ç”¨", diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js index c883042bfae4e99590fb3b677c97af8b1b9ec769..a35567d96f5da26d77017aef72568512f28abb74 100644 --- a/lib/l10n/cs_CZ.js +++ b/lib/l10n/cs_CZ.js @@ -62,6 +62,8 @@ OC.L10N.register( "Offending command was: \"%s\"" : "PÅ™ÃsluÅ¡ný pÅ™Ãkaz byl: \"%s\"", "You need to enter either an existing account or the administrator." : "MusÃte zadat existujÃcà úÄet Äi správce.", "Offending command was: \"%s\", name: %s, password: %s" : "PÅ™ÃsluÅ¡ný pÅ™Ãkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL connection failed" : "PostgreSQL pÅ™ipojenà selhalo", + "Please check your connection details." : "Ověřte prosÃm konfiguraci pÅ™ipojenÃ.", "PostgreSQL username and/or password not valid" : "Uživatelské jméno Äi heslo PostgreSQL nenà platné", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nenà podporován a %s nebude na této platformÄ› správnÄ› fungovat. PoužÃvejte pouze na vlastnà nebezpeÄÃ!", "For the best results, please consider using a GNU/Linux server instead." : "MÃsto toho zvažte pro nejlepÅ¡Ã funkÄnost použità GNU/Linux serveru.", diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json index ab21d2bf1f473cb152f33a4256632cf4dd1ff1eb..7be3bd629d6d1e841d66ace04d1269147075c871 100644 --- a/lib/l10n/cs_CZ.json +++ b/lib/l10n/cs_CZ.json @@ -60,6 +60,8 @@ "Offending command was: \"%s\"" : "PÅ™ÃsluÅ¡ný pÅ™Ãkaz byl: \"%s\"", "You need to enter either an existing account or the administrator." : "MusÃte zadat existujÃcà úÄet Äi správce.", "Offending command was: \"%s\", name: %s, password: %s" : "PÅ™ÃsluÅ¡ný pÅ™Ãkaz byl: \"%s\", jméno: %s, heslo: %s", + "PostgreSQL connection failed" : "PostgreSQL pÅ™ipojenà selhalo", + "Please check your connection details." : "Ověřte prosÃm konfiguraci pÅ™ipojenÃ.", "PostgreSQL username and/or password not valid" : "Uživatelské jméno Äi heslo PostgreSQL nenà platné", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nenà podporován a %s nebude na této platformÄ› správnÄ› fungovat. PoužÃvejte pouze na vlastnà nebezpeÄÃ!", "For the best results, please consider using a GNU/Linux server instead." : "MÃsto toho zvažte pro nejlepÅ¡Ã funkÄnost použità GNU/Linux serveru.", diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js index 12f0857050f43ec61bcfe227254cddab67fb6a14..c1788fdb6fc1c62fe246d2564ec864aa4761e93b 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -113,7 +113,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració de només lectura. Això no permet ajustar algunes configuracions a través de la interfÃcie web. A més, l'arxiu ha de fer-se modificable manualment per a cada actualització.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentment PHP està configurat per mostrar blocs en lÃnia de documentació. Això farà que algunes aplicacions core siguin inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "El seu servidor està funcionant amb Microsoft Windows. Li recomanem Linux encaridament per gaudir una experiència òptima com a usuari.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.", "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", "This means that there might be problems with certain characters in file names." : "Això podria comportar problemes amb alguns carà cters en els noms dels fitxer.", diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index 7790e31aef5c76c89af03d4673c785548170be2e..c3a8dbe71e95599bc56c449a80824e05a3afd4c3 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -111,7 +111,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració de només lectura. Això no permet ajustar algunes configuracions a través de la interfÃcie web. A més, l'arxiu ha de fer-se modificable manualment per a cada actualització.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Aparentment PHP està configurat per mostrar blocs en lÃnia de documentació. Això farà que algunes aplicacions core siguin inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Això probablement està provocat per una cau/accelerador com Zend OPcache o eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "El seu servidor està funcionant amb Microsoft Windows. Li recomanem Linux encaridament per gaudir una experiència òptima com a usuari.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.", "System locale can not be set to a one which supports UTF-8." : "No s'ha pogut establir cap localització del sistema amb suport per UTF-8.", "This means that there might be problems with certain characters in file names." : "Això podria comportar problemes amb alguns carà cters en els noms dels fitxer.", diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index bb2949583f3ad2135a155773898d869dfbe2b094..30497413c2a8e703baa3c56293ce694483bb9a9b 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -138,7 +138,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrnÄ› nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mÃt za následek nedostupnost množstvà hlavnÃch aplikacÃ.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravdÄ›podobnÄ› způsobeno aplikacemi pro urychlenà naÄÃtánà jako jsou Zend OPcache nebo eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "VaÅ¡e databáze neběžà s úrovnà izolace transakcà \"READ COMMITED\". Toto může způsobit problémy pÅ™i paralelnÃm spouÅ¡tÄ›nà vÃce akcà souÄasnÄ›.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server běžà v prostÅ™edà Microsoft Windows. Pro optimálnà uživatelské pohodlà doporuÄujeme pÅ™ejÃt na Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Je nainstalován %1$s nižšà verze než %2$s, z důvodu lepÅ¡Ã stability a výkonu doporuÄujeme aktualizovat na novÄ›jÅ¡Ã verzi %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Scházà PHP modul 'fileinfo'. DoporuÄujeme jej povolit pro nejlepÅ¡Ã výsledky detekce typů MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "TransakÄnà uzamykánà souborů je vypnuto, což může vést k problémům s \"race\" podmÃnkami. Pro zabránÄ›nà tÄ›mto problémům povolte 'filelocking.enabled' v souboru config.php. VÃce informacà lze nalézt v <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaci ↗</a>.", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index 322d62ce48c52ead2d549d44821d74dc85ccf42c..6704e50e86cc145f68b62bf5f4954f068b7b4315 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -136,7 +136,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je patrnÄ› nastaveno tak, aby odstraňovalo bloky komentářů. Toto bude mÃt za následek nedostupnost množstvà hlavnÃch aplikacÃ.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Toto je pravdÄ›podobnÄ› způsobeno aplikacemi pro urychlenà naÄÃtánà jako jsou Zend OPcache nebo eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "VaÅ¡e databáze neběžà s úrovnà izolace transakcà \"READ COMMITED\". Toto může způsobit problémy pÅ™i paralelnÃm spouÅ¡tÄ›nà vÃce akcà souÄasnÄ›.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server běžà v prostÅ™edà Microsoft Windows. Pro optimálnà uživatelské pohodlà doporuÄujeme pÅ™ejÃt na Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Je nainstalován %1$s nižšà verze než %2$s, z důvodu lepÅ¡Ã stability a výkonu doporuÄujeme aktualizovat na novÄ›jÅ¡Ã verzi %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Scházà PHP modul 'fileinfo'. DoporuÄujeme jej povolit pro nejlepÅ¡Ã výsledky detekce typů MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "TransakÄnà uzamykánà souborů je vypnuto, což může vést k problémům s \"race\" podmÃnkami. Pro zabránÄ›nà tÄ›mto problémům povolte 'filelocking.enabled' v souboru config.php. VÃce informacà lze nalézt v <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaci ↗</a>.", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index c65742d6ca1793d99a6c3af21f2f3ea408784162..129d0fdb0b48b34ef33f3b72e0c9cf9b6c4898c8 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -119,7 +119,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slÃ¥et til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP opsætning blokere \"inline doc blocks\". dette gør at flere grundlæggende apps utilgængelige", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forÃ¥rsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server kører pÃ¥ Microsoft Windows. Vi anbefaler stærkt at anvende Linux for en optimal brugeroplevelse.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at fÃ¥ de bedste resultater med mime-type detektion.", "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", "This means that there might be problems with certain characters in file names." : "Det betyder at der kan være problemer med visse tegn i filnavne.", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 821aed4b036b330d77e22e51ab56ab41e706c89a..9f77ac337b332bbab9e89872967591690ce816ff 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -117,7 +117,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfiguration er blevet slÃ¥et til. Dette forhindrer indstillinger af nogle konfigurationer via webgrænsefladen. I tillæg skal filen gøres skrivbar manuelt for hver opdatering.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP opsætning blokere \"inline doc blocks\". dette gør at flere grundlæggende apps utilgængelige", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette er sansynligvis forÃ¥rsaget af et accelerator eller cache som Zend OPcache eller eAccelerator", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server kører pÃ¥ Microsoft Windows. Vi anbefaler stærkt at anvende Linux for en optimal brugeroplevelse.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at fÃ¥ de bedste resultater med mime-type detektion.", "System locale can not be set to a one which supports UTF-8." : "Systemets lokalitet kan ikke sættes til et der bruger UTF-8.", "This means that there might be problems with certain characters in file names." : "Det betyder at der kan være problemer med visse tegn i filnavne.", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index dd665a2abc515d66580775deb8c82e9f80e01988..c278a33346975e47017e12c590b66cc6312d6dd5 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Dein Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 198cc5f4d13a0e4e906b8714a2822554ba3dc715..b3a75dd19c736abfd07322865802042ea88d00fe 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Dein Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen dieses Modul zu aktivieren um die besten Resultate bei der Erkennung der Dateitypen zu erreichen.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. 'filelocking.enabled' in der config.php aktivieren, um diese Probleme zu vermeiden. Weitere Informationen findest du in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index b81ae76990508f58b45f74f0669ffea3a9f4fe7e..fdd1257464716855f5eeec61dadfd18462645681 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ihr Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index d2eddf120530b66514adf35f4e7f3500ffb3fdfc..cfc445450ee1efcddf05e16e922f2125be587a64 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie etwa Zend OPcache oder eAccelerator verursacht.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "ihre Datenbank läuft nicht mit der \"READ COMMITED\" Transaktionsisolationsstufe. Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ihr Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ist in einer älteren Version als %2$s installiert. Aus Stabilitäts- und Performancegründen empfehlen wir eine Aktualisierung auf eine neuere %1$s-Version", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Das PHP-Modul 'fileinfo' fehlt. Wir empfehlen Ihnen dieses Modul zu aktivieren, um die besten Resultate bei der Bestimmung der Dateitypen zu erzielen.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionales Sperren ist deaktiviert, was zu Problemen mit Laufzeitbedingungen führen kann. Aktivieren Sie 'filelocking.enabled' in der config.php diese Probleme zu vermeiden. Weitere Informationen findest Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation ↗</a>.", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index e8f5a4c15a46d7ac0b1a312f6ddf9c64dd804bfb..94799dfcbb994bc401e5a5e088560f641bffde6f 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -121,7 +121,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Η ÏÏθμιση \"μόνο ανάγνωση\" Îχει ενεÏγοποιηθεί. Αυτό εμποδίζει τον καθοÏισμό κάποιων Ïυθμίσεων μÎσω της διεπαφής web. ΕπιπλÎον, το αÏχείο Ï€ÏÎπει να γίνει χειÏοκίνητα εγγÏάψιμο Ï€Ïιν από κάθε διαδικασία ενημÎÏωσης.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Ο PHP φαίνεται να είναι ÏυθμισμÎνος ώστε να αφαιÏεί μπλοκ εσωτεÏικών κειμÎνων (inline doc). Αυτό θα καταστήσει κÏÏιες εφαÏμογÎÏ‚ μη-διαθÎσιμες.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν Ï€Ïοκλήθηκε από Ï€ÏοσωÏινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ο διακομιστής σας Ï„ÏÎχει σε Microsoft Windows. Συστήνουμε ιδιαίτεÏα Linux για τη βÎλτιστη εμπειÏία του χÏήστη.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστοÏμε να ενεÏγοποιήσετε αυτή την ενότητα για να Îχετε καλÏτεÏα αποτελÎσματα με τον εντοπισμό Ï„Ïπου MIME. ", "System locale can not be set to a one which supports UTF-8." : "Οι Ïυθμίσεις τοποθεσίας συστήματος δεν μποÏοÏν να οÏιστοÏν σε κάποιες που δεν υποστηÏίζουν UTF-8.", "This means that there might be problems with certain characters in file names." : "Αυτό σημαίνει ότι μποÏεί να υπάÏχουν Ï€Ïοβλήματα με κάποιους χαÏακτήÏες στα ονόματα αÏχείων.", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 155c2b3b764cb509fdc574af0f466902d0407ef2..b4b3a398b75e30d7ada7fa5847d82b7e03440b7f 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -119,7 +119,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Η ÏÏθμιση \"μόνο ανάγνωση\" Îχει ενεÏγοποιηθεί. Αυτό εμποδίζει τον καθοÏισμό κάποιων Ïυθμίσεων μÎσω της διεπαφής web. ΕπιπλÎον, το αÏχείο Ï€ÏÎπει να γίνει χειÏοκίνητα εγγÏάψιμο Ï€Ïιν από κάθε διαδικασία ενημÎÏωσης.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Ο PHP φαίνεται να είναι ÏυθμισμÎνος ώστε να αφαιÏεί μπλοκ εσωτεÏικών κειμÎνων (inline doc). Αυτό θα καταστήσει κÏÏιες εφαÏμογÎÏ‚ μη-διαθÎσιμες.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Αυτό πιθανόν Ï€Ïοκλήθηκε από Ï€ÏοσωÏινή μνήμη (cache)/επιταχυντή όπως τη Zend OPcache ή τον eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ο διακομιστής σας Ï„ÏÎχει σε Microsoft Windows. Συστήνουμε ιδιαίτεÏα Linux για τη βÎλτιστη εμπειÏία του χÏήστη.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστοÏμε να ενεÏγοποιήσετε αυτή την ενότητα για να Îχετε καλÏτεÏα αποτελÎσματα με τον εντοπισμό Ï„Ïπου MIME. ", "System locale can not be set to a one which supports UTF-8." : "Οι Ïυθμίσεις τοποθεσίας συστήματος δεν μποÏοÏν να οÏιστοÏν σε κάποιες που δεν υποστηÏίζουν UTF-8.", "This means that there might be problems with certain characters in file names." : "Αυτό σημαίνει ότι μποÏεί να υπάÏχουν Ï€Ïοβλήματα με κάποιους χαÏακτήÏες στα ονόματα αÏχείων.", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index b04c8728b6aa0b0338e8b0d2a60ac17625e28b89..91efac13a44728fbe4195e4eb58488a789830d72 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -110,6 +110,7 @@ OC.L10N.register( "never" : "never", "deleted {userName}" : "deleted {userName}", "add group" : "add group", + "Invalid quota value \"{val}\"" : "Invalid quota value \"{val}\"", "Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user", "A valid username must be provided" : "A valid username must be provided", "Error creating user: {message}" : "Error creating user: {message}", @@ -138,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information.", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index eec9de5861ac41951321a05df9b97de6d9ae5ac6..1a3465e7cdf580f9246e1c8fd4686965464287b0 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -108,6 +108,7 @@ "never" : "never", "deleted {userName}" : "deleted {userName}", "add group" : "add group", + "Invalid quota value \"{val}\"" : "Invalid quota value \"{val}\"", "Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user", "A valid username must be provided" : "A valid username must be provided", "Error creating user: {message}" : "Error creating user: {message}", @@ -136,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information.", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 339ae36549b8195eef73687f5f6732182a6aafc7..5df12a6e5f60d76226e8abf2c881c9ee0783f9a0 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en lÃnea. Esto hará que varias aplicaciones principales no estén accesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos GNU/Linux encarecidamente para disfrutar una experiencia óptima como usuario.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s una versión inferior %2$s está instalada, por razones de estabilidad y rendimiento, se recomienda actualizar a la versión %1$s más reciente .", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado, esto podrÃa conducir a problemas con 'race conditions'. Activa 'filelocking.enabled' en 'config.php' para solucionar esos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 81e4bd3e762790178d5ca3de365d0c64fccb5b3f..11e486cf49e575e547f7a9a2c32c4d99e5516fc4 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado para eliminar bloques de documentos en lÃnea. Esto hará que varias aplicaciones principales no estén accesibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Probablemente esto venga a causa de la caché o un acelerador, tales como Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Su base de datos no se ejecuta con el nivel de aislamiento de transacción \"READ COMMITED\" . Ésto puede causar problemas cuando múltiples acciones se ejecutan en paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Su servidor está operando con Microsoft Windows. Le recomendamos GNU/Linux encarecidamente para disfrutar una experiencia óptima como usuario.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s una versión inferior %2$s está instalada, por razones de estabilidad y rendimiento, se recomienda actualizar a la versión %1$s más reciente .", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "No se ha encontrado el modulo PHP 'fileinfo'. Le recomendamos encarecidamente que habilite este módulo para obtener mejores resultados con la detección de tipos MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo de archivos transaccional está desactivado, esto podrÃa conducir a problemas con 'race conditions'. Activa 'filelocking.enabled' en 'config.php' para solucionar esos problemas. Mira la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentación ↗</a> para más información.", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index 6c8fe9af6d90e62250c04a180bc20a18bb7e2f54..05b5a22b410d5f8ce7ba0bef3634ec25a82c530b 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -128,7 +128,6 @@ OC.L10N.register( "TLS" : "TLS", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s alle version %2$s on asennettu. Vakauden ja suorituskyvyn vuoksi suosittelemme päivittämään uudempaan %1$s-versioon.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index aa2fdc660f86fdbbbd9aea448e6eebea0a583cfe..de00bc361afe21b2c08181d0756ca4ed6db0bb09 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -126,7 +126,6 @@ "TLS" : "TLS", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tämä johtuu todennäköisesti välimuistista tai kiihdyttimestä kuten Zend OPcachesta tai eAcceleratorista.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s alle version %2$s on asennettu. Vakauden ja suorituskyvyn vuoksi suosittelemme päivittämään uudempaan %1$s-versioon.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", "System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index ccd40e466861bf1e61e999373d3a44b8fa8d7111..1c41808e61c549a549f7ce9cb08918f03218e658 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Votre serveur fonctionne actuellement sur une plateforme Microsoft Windows. Nous vous recommandons fortement d'utiliser une plateforme Linux pour une expérience utilisateur optimale.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, nous recommandons de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection mime-type.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 8ca1b537461d7d7237d4bbd21f1cbe96392066fe..5e05d4db4bd32da5bf7ca454bd592295a37c4573 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP est apparemment configuré pour supprimer les blocs de documentation internes. Cela rendra plusieurs applications de base inaccessibles.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "La raison est probablement l'utilisation d'un cache / accélérateur tel que Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Votre base de données ne fonctionne pas avec le niveau d'isolation de transaction \"READ COMMITED\". Ceci peut causer des problèmes quand plusieurs actions sont exécutées en parallèle.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Votre serveur fonctionne actuellement sur une plateforme Microsoft Windows. Nous vous recommandons fortement d'utiliser une plateforme Linux pour une expérience utilisateur optimale.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Une version de %1$s plus ancienne que %2$s est installée. Pour améliorer la stabilité et les performances, nous recommandons de mettre %1$s à jour.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection mime-type.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> pour plus d'informations.", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index 6f71e1c0316c5dba393a6daa9a859c97c1b39bdf..d2f7abc35ebc582b0e4b0a801d8033c8c09b98c2 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -119,7 +119,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribÃbel manualmente o ficheiro para cada actualización.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituÃr bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesÃbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que empregue Linux para obter unha perfecta experiencia de usuario.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", "System locale can not be set to a one which supports UTF-8." : "Non é posÃbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index f8a9befa885eb690d32618875158b6b4e3afebb9..6c0f7cc15e5923adc7492c13098991814d3004d8 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -117,7 +117,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Foi activada a restrición da configuración a só lectura. Isto impide o estabelecemento dalgunhas configuracións a través da interface web. Ademais, ten que facer escribÃbel manualmente o ficheiro para cada actualización.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Parece que PHP foi configuración para substituÃr bloques de documentos en liña. Isto fará que varias aplicacións sexan inaccesÃbeis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto probabelmente se debe unha caché/acelerador como Zend OPcache ou eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor funciona baixo Windows de Microsoft. Recomendámoslle encarecidamente que empregue Linux para obter unha perfecta experiencia de usuario.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Non se atopou o módulo de PHP «fileinfo». É recomendábel activar este módulo para obter os mellores resultados coa detección do tipo MIME.", "System locale can not be set to a one which supports UTF-8." : "Non é posÃbel estabelecer a configuración rexional do sistema a unha que admita UTF-8.", "This means that there might be problems with certain characters in file names." : "Isto significa que pode haber problemas con certos caracteres en nomes de ficheiro.", diff --git a/settings/l10n/he.js b/settings/l10n/he.js index d5eb4292b0df18c99f637fc3abe9b576962a83e0..9f28d4eeca95dbba98c24d6d4c2c367444421c61 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -137,7 +137,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP מוגדר ככל ×”× ×¨××” להפשיט בלוקי קוד. מצב ×–×” ×™×’×¨×•× ×œ×ž×¡×¤×¨ יישומי ליבה להיות ×œ× × ×’×™×©×™×.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "×–×” ככל ×”× ×¨××” × ×’×¨× ×¢×œ ידי מ××™×¥/מטמון כמו Zend OPcache ×ו eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד ×”× ×ª×•× ×™× ×©×œ×š ××™× ×• רץ ×¢× \"READ COMMITED\" ברמת בידוד פעולה. דבר ×–×” עלול להוות בעייה בזמן הרצת מספר פעולות במקביל.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "השרת רץ על גבי ×—×œ×•× ×•×ª של מיקוסופט. ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×¢×œ ×œ×™× ×•×§×¡ לחווית משתמש מיטבית.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s מתחת לגרסה %2$s ×ž×•×ª×§× ×ª, מסיבות יציבות ×•×‘×™×¦×•×¢×™× ×× ×• ×ž×ž×œ×™×¦×™× ×œ×¢×“×›×Ÿ לגרסה חדשה יותר גרסה %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "מודול ×”- PHP מסוג 'fileinfo' חסר. ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×œ×פשר מודול ×–×” כדי לקבל תוצ×ות מיטביות ×¢× ×’×™×œ×•×™ mime-type.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "× ×¢×™×œ×ª ×§×‘×¦×™× ×‘×¤×¢×•×œ×•×ª מושבתת, ×–×” עלול להוביל לבעיות גרס×ות תזמון. יש ל×פשר 'filelocking.enabled' בקובץ config.php ×œ×ž× ×™×¢×ª בעיות ×לו. × ×™×ª×Ÿ לר×ות מידע × ×•×¡×£ ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">תיעוד ↗</a>.", diff --git a/settings/l10n/he.json b/settings/l10n/he.json index 37b750112b993b53198b38cd026bde1675090eae..6f059a8480be2eb2556555e8586f2deb5d4adcf2 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -135,7 +135,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP מוגדר ככל ×”× ×¨××” להפשיט בלוקי קוד. מצב ×–×” ×™×’×¨×•× ×œ×ž×¡×¤×¨ יישומי ליבה להיות ×œ× × ×’×™×©×™×.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "×–×” ככל ×”× ×¨××” × ×’×¨× ×¢×œ ידי מ××™×¥/מטמון כמו Zend OPcache ×ו eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "מסד ×”× ×ª×•× ×™× ×©×œ×š ××™× ×• רץ ×¢× \"READ COMMITED\" ברמת בידוד פעולה. דבר ×–×” עלול להוות בעייה בזמן הרצת מספר פעולות במקביל.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "השרת רץ על גבי ×—×œ×•× ×•×ª של מיקוסופט. ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×¢×œ ×œ×™× ×•×§×¡ לחווית משתמש מיטבית.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s מתחת לגרסה %2$s ×ž×•×ª×§× ×ª, מסיבות יציבות ×•×‘×™×¦×•×¢×™× ×× ×• ×ž×ž×œ×™×¦×™× ×œ×¢×“×›×Ÿ לגרסה חדשה יותר גרסה %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "מודול ×”- PHP מסוג 'fileinfo' חסר. ×× ×• ×ž×ž×œ×™×¦×™× ×‘×—×•× ×œ×פשר מודול ×–×” כדי לקבל תוצ×ות מיטביות ×¢× ×’×™×œ×•×™ mime-type.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "× ×¢×™×œ×ª ×§×‘×¦×™× ×‘×¤×¢×•×œ×•×ª מושבתת, ×–×” עלול להוביל לבעיות גרס×ות תזמון. יש ל×פשר 'filelocking.enabled' בקובץ config.php ×œ×ž× ×™×¢×ª בעיות ×לו. × ×™×ª×Ÿ לר×ות מידע × ×•×¡×£ ב- <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">תיעוד ↗</a>.", diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js index e4a1a726147cfada56a3eb32458934d7b5771fb2..9f31d32e40029cf6327d0a9543f023ea9005b664 100644 --- a/settings/l10n/hu_HU.js +++ b/settings/l10n/hu_HU.js @@ -138,7 +138,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállÃtva, hogy eltávolÃtja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvetÅ‘ fontosságú eleme működésképtelen lesz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószÃnűleg egy gyorsÃtótár ill. kódgyorsÃtó, mint pl, a Zend, OPcache vagy eAccelererator okozza.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázisa nem tud \"READ COMMITED\" tranzakció elkülinÃtési szinttel. Ez problémákat okozhat ha több egyidejű esemény van végrehajtva.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "A szervered Microsoft Windowson fut. A legjobb felhasználói élményért erÅ‘sen javasoljuk, hogy Linuxot használj.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepÃtve, de a stabilitási és teljesÃtményi okok miatt javasoljuk az újabb, %1$s verzióra való frissÃtést.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "A 'fileinfo' PHP modul hiányzik. ErÅ‘sen javasolt ennek a modulnak a telepÃtése, mert ezzel lényegesen jobb a MIME-tÃpusok felismerése.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezze a 'filelocking.enabled' beállÃtást a config.php -ben, hogy elkerülje ezeket a problémákat. Nézze meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bÅ‘vebb információért.", diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json index e9b7ae7ac476b82201e8c176157104ae81d53a4e..08206b0e100cd53509bbe3808e4f0787d16684d7 100644 --- a/settings/l10n/hu_HU.json +++ b/settings/l10n/hu_HU.json @@ -136,7 +136,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Úgy tűnik, hogy a PHP úgy van beállÃtva, hogy eltávolÃtja programok belsejében elhelyezett szövegblokkokat. Emiatt a rendszer több alapvetÅ‘ fontosságú eleme működésképtelen lesz.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ezt valószÃnűleg egy gyorsÃtótár ill. kódgyorsÃtó, mint pl, a Zend, OPcache vagy eAccelererator okozza.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázisa nem tud \"READ COMMITED\" tranzakció elkülinÃtési szinttel. Ez problémákat okozhat ha több egyidejű esemény van végrehajtva.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "A szervered Microsoft Windowson fut. A legjobb felhasználói élményért erÅ‘sen javasoljuk, hogy Linuxot használj.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s %2$s verziója van telepÃtve, de a stabilitási és teljesÃtményi okok miatt javasoljuk az újabb, %1$s verzióra való frissÃtést.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "A 'fileinfo' PHP modul hiányzik. ErÅ‘sen javasolt ennek a modulnak a telepÃtése, mert ezzel lényegesen jobb a MIME-tÃpusok felismerése.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Tranzakcionális fájl lezárás tiltva van, ez problémákat okozhat versenyhelyzetben. Engedélyezze a 'filelocking.enabled' beállÃtást a config.php -ben, hogy elkerülje ezeket a problémákat. Nézze meg a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentációt ↗</a> bÅ‘vebb információért.", diff --git a/settings/l10n/id.js b/settings/l10n/id.js index 27cc54bc9b07a1ef58b573038fe791dcefd77db1..617025f2bbd38d54a1fc2a0ef63f47ffa52c3847 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -121,7 +121,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP tampaknya disetel menjadi strip inline doc blocks. Hal ini akan membuat beberapa aplikasi inti tidak dapat diakses.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server Anda dijalankan di Microsoft Windows. Kami sangat menyarankan Linux untuk mendapatkan pengalaman pengguna yang optimal.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Module 'fileinfo' pada PHP tidak ada. Kami sangat menyarankan untuk mengaktifkan modul ini untuk mendapatkan hasil terbaik pada proses pendeteksian mime-type.", "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", "This means that there might be problems with certain characters in file names." : "Ini artinya mungkin ada masalah dengan karakter tertentu pada nama berkas.", diff --git a/settings/l10n/id.json b/settings/l10n/id.json index 16dd9f5f3ce1b546204d0a9f76aba9e6b3f1330d..71f08f5d9e60915fb65a4a7115c78757b8de838d 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -119,7 +119,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfig Hanya-Baca telah diaktifkan. Ini akan mencegah setelan beberapa konfigurasi melalui antarmuka-web. Selanjutnya, berkas perlu dibuat dapat-dibaca secara manual untuk setiap pembaruan.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP tampaknya disetel menjadi strip inline doc blocks. Hal ini akan membuat beberapa aplikasi inti tidak dapat diakses.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Hal ini kemungkinan disebabkan oleh cache/akselerator seperti Zend OPcache atau eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server Anda dijalankan di Microsoft Windows. Kami sangat menyarankan Linux untuk mendapatkan pengalaman pengguna yang optimal.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Module 'fileinfo' pada PHP tidak ada. Kami sangat menyarankan untuk mengaktifkan modul ini untuk mendapatkan hasil terbaik pada proses pendeteksian mime-type.", "System locale can not be set to a one which supports UTF-8." : "Sistem lokal tidak dapat diatur untuk satu yang mendukung UTF-8.", "This means that there might be problems with certain characters in file names." : "Ini artinya mungkin ada masalah dengan karakter tertentu pada nama berkas.", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index 7141a61432963b37432ddc1ec8ab5a7180c48173..8a11352706026672fa0343d920933978ed03c6cc 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -123,7 +123,6 @@ OC.L10N.register( "NT LAN Manager" : "NT LAN stjórnun", "SSL" : "SSL", "TLS" : "TLS", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Þjónninn þinn er keyrandi á Microsoft Windows. Við mælum sterklega með Linux til að njóta sem best allra eiginleika fyrir notendurna.", "System locale can not be set to a one which supports UTF-8." : "Ekki var hægt að setja staðfærslu kerfisins á neina sem styður UTF-8.", "All checks passed." : "Stóðst allar prófanir.", "Open documentation" : "Opna hjálparskjöl", diff --git a/settings/l10n/is.json b/settings/l10n/is.json index 297a22e0f437772480412919c671d367b395db1d..f82312e163be2e6f111b901deb243ff3bfc9efe7 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -121,7 +121,6 @@ "NT LAN Manager" : "NT LAN stjórnun", "SSL" : "SSL", "TLS" : "TLS", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Þjónninn þinn er keyrandi á Microsoft Windows. Við mælum sterklega með Linux til að njóta sem best allra eiginleika fyrir notendurna.", "System locale can not be set to a one which supports UTF-8." : "Ekki var hægt að setja staðfærslu kerfisins á neina sem styður UTF-8.", "All checks passed." : "Stóðst allar prófanir.", "Open documentation" : "Opna hjálparskjöl", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 4ce38d25e8ee686054c3bf240c9b62426f08975e..5be2d3efe09f4149da53dffff696a72a18d0d81c 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentazione ↗</a> per ulteriori informazioni.", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 47646259181720cbbe438161bc2a31a4ff735207..54a980b2700f86ccfe83d683432d06c81450554b 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentazione ↗</a> per ulteriori informazioni.", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 5f4eac249a609d7988efdeabc412ced5bd46cb3e..4cd0dbed6ebb91084a34de4b26a18ffcc6f35d2f 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -138,7 +138,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPã§ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ãƒ‰ã‚ュメントブãƒãƒƒã‚¯ã‚’å–り除ãè¨å®šã«ãªã£ã¦ã„ã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚³ã‚¢ã‚¢ãƒ—リã§åˆ©ç”¨ã§ããªã„ã‚‚ã®ãŒã„ãã¤ã‹ã‚ã‚Šã¾ã™ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ã“ã‚Œã¯ã€Zend OPcacheã‚„eAccelerator ç‰ã®ã‚ャッシュ/アクセラレーターãŒåŽŸå› ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "データベースã®ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³åˆ†é›¢ãƒ¬ãƒ™ãƒ«ãŒ \"READ COMMITED\" ã«ãªã£ã¦ã„ã¾ã›ã‚“。ã“ã®å ´åˆã€è¤‡æ•°ã®æ“作ãŒåŒæ™‚ã«å®Ÿè¡Œã•ã‚ŒãŸã¨ãã«å•é¡ŒãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーãƒãƒ¼ãŒMicrosoft Windowsã§å‹•ã„ã¦ã„ã¾ã™ã€‚ユーザーã«æœ€é©ãªã‚µãƒ¼ãƒ“スをæä¾›ã™ã‚‹ãŸã‚ã«ã¯ã€Linuxを利用ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりもå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã™ã€‚安定ã—ãŸç¨¼åƒã¨ãƒ‘フォーマンスã®è¦³ç‚¹ã‹ã‚‰ã€æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ã«ã‚¢ãƒƒãƒ—デートã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ« 'fileinfo' ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。mimeタイプã®æ¤œå‡ºã‚’精度良ãè¡Œã†ãŸã‚ã«ã€ã“ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルã®æ›¸ãè¾¼ã¿æ™‚ã®ãƒãƒƒã‚¯ãŒç„¡åŠ¹ã«ãªã£ã¦ãŠã‚Šã€ç«¶åˆæ™‚ã«å•é¡Œã¨ãªã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã“ã®å•é¡Œã‚’é¿ã‘る為㫠config.php ä¸ã® 'filelocking.enabled' を有効ã«ã—ã¦ãã ã•ã„。詳細ã«ã¤ã„ã¦ã¯ã€<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドã‚ュメント↗ </a>ã‚’å‚ç…§ã—ã¦ãã ã•ã„。", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index facbd59cfc5148e8fbca28729dd76eba163859c3..e630443104462c1c8a7d19a0238bcfaf93b177bf 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -136,7 +136,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPã§ã‚¤ãƒ³ãƒ©ã‚¤ãƒ³ãƒ‰ã‚ュメントブãƒãƒƒã‚¯ã‚’å–り除ãè¨å®šã«ãªã£ã¦ã„ã¾ã™ã€‚ã“ã‚Œã«ã‚ˆã‚Šã‚³ã‚¢ã‚¢ãƒ—リã§åˆ©ç”¨ã§ããªã„ã‚‚ã®ãŒã„ãã¤ã‹ã‚ã‚Šã¾ã™ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "ã“ã‚Œã¯ã€Zend OPcacheã‚„eAccelerator ç‰ã®ã‚ャッシュ/アクセラレーターãŒåŽŸå› ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“。", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "データベースã®ãƒˆãƒ©ãƒ³ã‚¶ã‚¯ã‚·ãƒ§ãƒ³åˆ†é›¢ãƒ¬ãƒ™ãƒ«ãŒ \"READ COMMITED\" ã«ãªã£ã¦ã„ã¾ã›ã‚“。ã“ã®å ´åˆã€è¤‡æ•°ã®æ“作ãŒåŒæ™‚ã«å®Ÿè¡Œã•ã‚ŒãŸã¨ãã«å•é¡ŒãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーãƒãƒ¼ãŒMicrosoft Windowsã§å‹•ã„ã¦ã„ã¾ã™ã€‚ユーザーã«æœ€é©ãªã‚µãƒ¼ãƒ“スをæä¾›ã™ã‚‹ãŸã‚ã«ã¯ã€Linuxを利用ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりもå¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã™ã€‚安定ã—ãŸç¨¼åƒã¨ãƒ‘フォーマンスã®è¦³ç‚¹ã‹ã‚‰ã€æ–°ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® %1$s ã«ã‚¢ãƒƒãƒ—デートã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ« 'fileinfo' ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。mimeタイプã®æ¤œå‡ºã‚’精度良ãè¡Œã†ãŸã‚ã«ã€ã“ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’有効ã«ã™ã‚‹ã“ã¨ã‚’å¼·ããŠå‹§ã‚ã—ã¾ã™ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "ファイルã®æ›¸ãè¾¼ã¿æ™‚ã®ãƒãƒƒã‚¯ãŒç„¡åŠ¹ã«ãªã£ã¦ãŠã‚Šã€ç«¶åˆæ™‚ã«å•é¡Œã¨ãªã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚ã“ã®å•é¡Œã‚’é¿ã‘る為㫠config.php ä¸ã® 'filelocking.enabled' を有効ã«ã—ã¦ãã ã•ã„。詳細ã«ã¤ã„ã¦ã¯ã€<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドã‚ュメント↗ </a>ã‚’å‚ç…§ã—ã¦ãã ã•ã„。", diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 91410abac7159a1bcde3ca226d3903d558cd1a1b..8bf03a6760506414e0e21073aaf7e729f4e838c3 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -127,7 +127,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ì½ê¸° ì „ìš© ì„¤ì •ì´ í™œì„±í™”ë˜ì—ˆìŠµë‹ˆë‹¤. ì´ ìƒíƒœì—서는 웹 ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ 통하여 ì¼ë¶€ ì„¤ì •ì„ ë³€ê²½í• ìˆ˜ 없습니다. ë˜í•œ 매 ì—…ë°ì´íŠ¸ë§ˆë‹¤ 파ì¼ì„ 쓸 수 있는 ìƒíƒœë¡œ 변경해야 합니다.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPì—ì„œ ì¸ë¼ì¸ doc 블ë¡ì„ ì‚ì œí•˜ë„ë¡ ì„¤ì •ë˜ì–´ 있습니다. ì¼ë¶€ 코어 ì•±ì— ì ‘ê·¼í• ìˆ˜ ì—†ì„ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator ê°™ì€ ìºì‹œ/ê°€ì†ê¸° ë¬¸ì œì¼ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "서버가 Microsoft Windows 환경ì—ì„œ ë™ìž‘í•˜ê³ ìžˆìŠµë‹ˆë‹¤. 최ì ì˜ ì‚¬ìš©ìž ê²½í—˜ì„ ìœ„í•´ì„œëŠ” 리눅스를 ì‚¬ìš©í• ê²ƒì„ ê¶Œìž¥í•©ë‹ˆë‹¤.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'ê°€ 존재하지 않습니다. MIME í˜•ì‹ ê°ì§€ 결과를 í–¥ìƒì‹œí‚¤ê¸° 위하여 ì´ ëª¨ë“ˆì„ í™œì„±í™”í•˜ëŠ” ê²ƒì„ ì¶”ì²œí•©ë‹ˆë‹¤.", "System locale can not be set to a one which supports UTF-8." : "UTF-8ì„ ì§€ì›í•˜ëŠ” 시스템 ë¡œìº˜ì„ ì‚¬ìš©í• ìˆ˜ 없습니다.", "This means that there might be problems with certain characters in file names." : "íŒŒì¼ ì´ë¦„ì˜ ì¼ë¶€ 문ìžì— ë¬¸ì œê°€ ìƒê¸¸ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index 5fbe5d0501baaabf8fd1db9d1f104b7a2aa48f8e..f56b69dbec065dafb3950dfaf4b703770c59c258 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -125,7 +125,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ì½ê¸° ì „ìš© ì„¤ì •ì´ í™œì„±í™”ë˜ì—ˆìŠµë‹ˆë‹¤. ì´ ìƒíƒœì—서는 웹 ì¸í„°íŽ˜ì´ìŠ¤ë¥¼ 통하여 ì¼ë¶€ ì„¤ì •ì„ ë³€ê²½í• ìˆ˜ 없습니다. ë˜í•œ 매 ì—…ë°ì´íŠ¸ë§ˆë‹¤ 파ì¼ì„ 쓸 수 있는 ìƒíƒœë¡œ 변경해야 합니다.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPì—ì„œ ì¸ë¼ì¸ doc 블ë¡ì„ ì‚ì œí•˜ë„ë¡ ì„¤ì •ë˜ì–´ 있습니다. ì¼ë¶€ 코어 ì•±ì— ì ‘ê·¼í• ìˆ˜ ì—†ì„ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator ê°™ì€ ìºì‹œ/ê°€ì†ê¸° ë¬¸ì œì¼ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "서버가 Microsoft Windows 환경ì—ì„œ ë™ìž‘í•˜ê³ ìžˆìŠµë‹ˆë‹¤. 최ì ì˜ ì‚¬ìš©ìž ê²½í—˜ì„ ìœ„í•´ì„œëŠ” 리눅스를 ì‚¬ìš©í• ê²ƒì„ ê¶Œìž¥í•©ë‹ˆë‹¤.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'ê°€ 존재하지 않습니다. MIME í˜•ì‹ ê°ì§€ 결과를 í–¥ìƒì‹œí‚¤ê¸° 위하여 ì´ ëª¨ë“ˆì„ í™œì„±í™”í•˜ëŠ” ê²ƒì„ ì¶”ì²œí•©ë‹ˆë‹¤.", "System locale can not be set to a one which supports UTF-8." : "UTF-8ì„ ì§€ì›í•˜ëŠ” 시스템 ë¡œìº˜ì„ ì‚¬ìš©í• ìˆ˜ 없습니다.", "This means that there might be problems with certain characters in file names." : "íŒŒì¼ ì´ë¦„ì˜ ì¼ë¶€ 문ìžì— ë¬¸ì œê°€ ìƒê¸¸ ìˆ˜ë„ ìžˆìŠµë‹ˆë‹¤.", diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index 43e7471528a7b16fb591e0de44db8d1cfbabfcb8..edc054fd0f6f018efc140f72d8af7467c704d2ce 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -129,7 +129,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfigurasjonen er blitt aktivert. Dette forhindrer setting av visse konfigureringer via web-grensesnittet. Videre mÃ¥ config-filen gjøres skrivbar manuelt for hver oppdatering.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til Ã¥ fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forÃ¥rsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Serveren din kjører pÃ¥ Microsoft Windows. Vi anbefaler strekt Linux for en optimal brukeropplevelse.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Vi anbefaler Ã¥ oppgradere til en nyere %1$s-versjon for Ã¥ fÃ¥ bedre stabilitet og ytelse.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for Ã¥ kunne detektere mime-typen korrekt.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaksjonsbasert fil-lÃ¥sing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for Ã¥ unngÃ¥ disse problemene. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a> for mer informasjon.", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index 0d982902961c9b18bbb47b336a42eb5b31f580e7..1edb77536eaae940f957bfd5699fee98c749bbe2 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -127,7 +127,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Den skrivebeskyttede konfigurasjonen er blitt aktivert. Dette forhindrer setting av visse konfigureringer via web-grensesnittet. Videre mÃ¥ config-filen gjøres skrivbar manuelt for hver oppdatering.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til Ã¥ fjerne innebygde doc blocks. Dette gjør at flere av kjerneapplikasjonene blir utilgjengelige.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dette forÃ¥rsakes sannsynligvis av en bufrer/akselerator, som f.eks. Zend OPcache eller eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Serveren din kjører pÃ¥ Microsoft Windows. Vi anbefaler strekt Linux for en optimal brukeropplevelse.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lavere enn versjon %2$s er installert. Vi anbefaler Ã¥ oppgradere til en nyere %1$s-versjon for Ã¥ fÃ¥ bedre stabilitet og ytelse.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for Ã¥ kunne detektere mime-typen korrekt.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transaksjonsbasert fil-lÃ¥sing er deaktivert. Dette kan føre til konflikt. Aktiver \"filelocking.enabled\" i config.php for Ã¥ unngÃ¥ disse problemene. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a> for mer informasjon.", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index f9d16fed3d0d49a4e7f514581f64077738f4e792..195eaaafa43c586496439453dab487c8a33523ab 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -138,7 +138,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITED\" transactie isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Je server draait op Microsoft Windows. We adviseren je om een linux server te gebruiken voor een optimale gebruikerservaring.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a> voor meer informatie.", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 3596723f0c50f2e01bf00c1a6b2cd2df365370e9..7f8f0a63d754516137539200f2c817719230447c 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -136,7 +136,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Je database draait niet met \"READ COMMITED\" transactie isolatie niveau. Dit kan problemen opleveren als er meerdere acties tegelijkertijd worden uitgevoerd.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Je server draait op Microsoft Windows. We adviseren je om een linux server te gebruiken voor een optimale gebruikerservaring.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a> voor meer informatie.", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index aa7f91881b9e71d6564f569a06037f7b49b8203d..7d103ca1b8ada0c8cd2639b1cc2176102446ce2b 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -139,7 +139,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessÃveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Seu banco de dados não está sendo executado com \"READ COMMITTED\" nÃvel de isolamento da transação. Isto pode causar problemas quando várias ações são executadas em paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O servidor está em execução no Microsoft Windows. Recomendamos Linux para uma excelente experiência para o usuário.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado, por razões de estabilidade e desempenho recomendamos a atualização para uma nova versão %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mÃdia (mime-type).", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivo transacional está desativado, isso pode levar a problemas com as condições de corrida. Ativar 'filelocking.enabled' em config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a> para mais informações.", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 9b6faf9349c71d9744091b80c82906379455eb5b..a497b7d6365cb2b4bdf90bd06aeffe14e95d0faa 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -137,7 +137,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP é, aparentemente, a configuração para retirar blocos doc inline. Isso fará com que vários aplicativos do núcleo fiquem inacessÃveis.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente é causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Seu banco de dados não está sendo executado com \"READ COMMITTED\" nÃvel de isolamento da transação. Isto pode causar problemas quando várias ações são executadas em paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O servidor está em execução no Microsoft Windows. Recomendamos Linux para uma excelente experiência para o usuário.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado, por razões de estabilidade e desempenho recomendamos a atualização para uma nova versão %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O módulo PHP 'fileinfo' está faltando. Recomendamos que ative este módulo para obter uma melhor detecção do tipo de mÃdia (mime-type).", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivo transacional está desativado, isso pode levar a problemas com as condições de corrida. Ativar 'filelocking.enabled' em config.php para evitar esses problemas. Veja a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a> para mais informações.", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index e0422ba07f6c6f2d551386ece369fdb1ccc31e47..5a4844f8674e46690830e05275f897a2d08b5aed 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -136,7 +136,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP está aparentemente configurado para remover blocos doc em linha. Isto vai tornar inacessÃveis várias aplicações básicas.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A base de dados não tem o nÃvel de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor está a correr Microsoft Windows. Nós recomendamos Linux para uma experiência de utilizador optimizada.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado. Por motivos de estabilidade e desempenho, recomendamos que atualize para a nova versão %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a> para mais informação.", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index a4b188da10d2ea2b84bdb4efa8262b139ab56522..564f5f19112684a977946c340adcf0c5835ec83d 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -134,7 +134,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "O PHP está aparentemente configurado para remover blocos doc em linha. Isto vai tornar inacessÃveis várias aplicações básicas.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "A base de dados não tem o nÃvel de isolamento da transacção \"READ COMMITTED\" activado. Isto pode causar problemas quando várias acções são executadas em paralelo.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor está a correr Microsoft Windows. Nós recomendamos Linux para uma experiência de utilizador optimizada.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado. Por motivos de estabilidade e desempenho, recomendamos que atualize para a nova versão %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a> para mais informação.", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index 7fd17b4a7f881c69f4547ae7d3fa48817e57c06c..4b4c76d961f25e28bfb1e049185473a20f6457d7 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -137,7 +137,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP наÑтроен на вычищение блоков вÑтроенной документации. Ðто Ñделает неÑколько центральных приложений недоÑтупными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно Ñто вызвано кешем/уÑкорителем вроде Zend OPcache или eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ваша база данных не работает в режиме изолÑции транзакций \"READ COMMITED\". Ðто может вызвать проблемы, еÑли неÑколько дейÑтвий выполнÑетÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер работает на ОС Microsoft Windows. Мы наÑтоÑтельно рекомендуем иÑпользовать ОС ÑемейÑтва Linux Ð´Ð»Ñ Ð´Ð¾ÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð½Ð°Ð¸Ð»ÑƒÑ‡ÑˆÐ¸Ñ… уÑловий иÑпользованиÑ.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ниже уÑтановленной верÑии %2$s, по причинам ÑтабильноÑти и производительноÑти мы рекомендуем обновитьÑÑ Ð´Ð¾ новой верÑии %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отÑутÑтвует. Мы наÑтоÑтельно рекомендуем включить Ñтот модуль Ð´Ð»Ñ ÑƒÐ»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ‚Ð¸Ð¿Ð¾Ð² (mime-type) файлов.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Блокировка передаваемых файлов отключена, Ñто может привеÑти к ÑоÑтоÑнию гонки. Включите параметр 'filelocking.enabled' в файла config.php Ð´Ð»Ñ Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ñ‹. ОбратитеÑÑŒ к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗</a> Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации.", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index d3515dd923b6c09c5ac72978987ab79e8bdebe9a..04277a5b632acb6e85e794e014f2d7f08790b4fc 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -135,7 +135,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Очевидно, PHP наÑтроен на вычищение блоков вÑтроенной документации. Ðто Ñделает неÑколько центральных приложений недоÑтупными.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Возможно Ñто вызвано кешем/уÑкорителем вроде Zend OPcache или eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ваша база данных не работает в режиме изолÑции транзакций \"READ COMMITED\". Ðто может вызвать проблемы, еÑли неÑколько дейÑтвий выполнÑетÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер работает на ОС Microsoft Windows. Мы наÑтоÑтельно рекомендуем иÑпользовать ОС ÑемейÑтва Linux Ð´Ð»Ñ Ð´Ð¾ÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð½Ð°Ð¸Ð»ÑƒÑ‡ÑˆÐ¸Ñ… уÑловий иÑпользованиÑ.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s ниже уÑтановленной верÑии %2$s, по причинам ÑтабильноÑти и производительноÑти мы рекомендуем обновитьÑÑ Ð´Ð¾ новой верÑии %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-модуль 'fileinfo' отÑутÑтвует. Мы наÑтоÑтельно рекомендуем включить Ñтот модуль Ð´Ð»Ñ ÑƒÐ»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ‚Ð¸Ð¿Ð¾Ð² (mime-type) файлов.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Блокировка передаваемых файлов отключена, Ñто может привеÑти к ÑоÑтоÑнию гонки. Включите параметр 'filelocking.enabled' в файла config.php Ð´Ð»Ñ Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼Ñ‹. ОбратитеÑÑŒ к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗</a> Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации.", diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js index b72175410a34c67c3e0ed24a41cc353c3c644f0b..01c2d27fdee7dac926ace83f85c386a2ecd25663 100644 --- a/settings/l10n/sk_SK.js +++ b/settings/l10n/sk_SK.js @@ -112,7 +112,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurácia je nastavená len na ÄÃtanie. Toto znemožňuje urobiÅ¥ niektoré nastavenia prostrednÃctvom webového rozhrania. Okrem toho, súbor musà byÅ¥ zapisovanie ruÄne povolené pre každú aktualizáciu.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprÃstupnà niekoľko základných aplikáciÃ.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server je spustený s Microsoft Windows. Pre optimálne použÃvanie odporúÄame Linux.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Chýba modul 'fileinfo'. Dôrazne doporuÄujeme ho povoliÅ¥ pre dosiahnutie najlepÅ¡Ãch výsledkov zisÅ¥ovania mime-typu.", "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviÅ¥ znakovú sadu, ktorá podporuje UTF-8.", "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json index 644f5615b426982a730de8795ebadb5aae988a76..12c138de036521ae2bb7bd5566ada9546c64aadb 100644 --- a/settings/l10n/sk_SK.json +++ b/settings/l10n/sk_SK.json @@ -110,7 +110,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Konfigurácia je nastavená len na ÄÃtanie. Toto znemožňuje urobiÅ¥ niektoré nastavenia prostrednÃctvom webového rozhrania. Okrem toho, súbor musà byÅ¥ zapisovanie ruÄne povolené pre každú aktualizáciu.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprÃstupnà niekoľko základných aplikáciÃ.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Server je spustený s Microsoft Windows. Pre optimálne použÃvanie odporúÄame Linux.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Chýba modul 'fileinfo'. Dôrazne doporuÄujeme ho povoliÅ¥ pre dosiahnutie najlepÅ¡Ãch výsledkov zisÅ¥ovania mime-typu.", "System locale can not be set to a one which supports UTF-8." : "Nie je možné nastaviÅ¥ znakovú sadu, ktorá podporuje UTF-8.", "This means that there might be problems with certain characters in file names." : "To znamená, že sa môžu vyskytnúť problémy s niektorými znakmi v názvoch súborov.", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 69ec93a237321cab9f248c7b0e8b896ea65af29f..b28b1b72a055aa37083101ae881b12e0429a332d 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -130,7 +130,6 @@ OC.L10N.register( "TLS" : "TLS", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : " Izgleda, da je PHP nastavljen, da odreže znake v 'inline doc' blokih. To bo povzroÄilo, da nekateri osnovni moduli ne bodo dosegljivi.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzroÄil predpomnilnik ali pospeÅ¡evalnik, kot sta Zend OPcache ali eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Strežnik ownCloud je nameÅ¡Äen v okolju Microsoft Windows. Toplo priporoÄamo okolje Linux za najboljÅ¡o uporabniÅ¡ko izkuÅ¡njo.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. PriporoÄljivo je omogoÄiti ta modul za popolno zaznavanje vrst MIME.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoÄe nastaviti na možnost, ki podpira nabor UTF-8.", "This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index f3a86661fdc0bdf34e3a2724e30ca5c4bfe35886..b4afda83c3e82c3c3addaa1cf32add02bd13f410 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -128,7 +128,6 @@ "TLS" : "TLS", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : " Izgleda, da je PHP nastavljen, da odreže znake v 'inline doc' blokih. To bo povzroÄilo, da nekateri osnovni moduli ne bodo dosegljivi.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Napako je najverjetneje povzroÄil predpomnilnik ali pospeÅ¡evalnik, kot sta Zend OPcache ali eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Strežnik ownCloud je nameÅ¡Äen v okolju Microsoft Windows. Toplo priporoÄamo okolje Linux za najboljÅ¡o uporabniÅ¡ko izkuÅ¡njo.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. PriporoÄljivo je omogoÄiti ta modul za popolno zaznavanje vrst MIME.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoÄe nastaviti na možnost, ki podpira nabor UTF-8.", "This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index 65a4f199e751de9daccff172120e0b0d586a3fcd..fbd4997d9d4670ea7b535775580e52a4e934ffea 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -137,7 +137,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Duket se PHP-ja është rregulluar që të heqë blloqe të brendshme dokumentimi. Kjo do t’i bëjë të papërdrshme disa aplikacione bazë.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk xhiron me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Shërbyesi juaj xhiron nën Microsoft Windows. Këshillojmë fort Linux-in për punim optimal nga ana e përdoruesit.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Ka të instaluar %1$s nën versionin %2$s, për arsye qëndrueshmërie dhe performance këshillojmë të përditësohet me një version %1$s më të ri.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me forcë ta aktivizoni këtë modul, për të patur përfundimet më të mira në zbulim llojesh MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Kyçja e kartelave gjatë transaksioneve është e çaktivizuar, kjo mund të sjellë probleme me gjendje <em>race conditions</em>. Që të shmangni këto probleme, aktivizoni 'filelocking.enabled' te config.php. Për më tepër të dhëna, shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentimin ↗</a>.", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 640a7dbfcf25d0b3ba04b292aea2489f711fd115..e74f0fedc4e1ae590d3423b1283e16ab32f0cf15 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -135,7 +135,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Duket se PHP-ja është rregulluar që të heqë blloqe të brendshme dokumentimi. Kjo do t’i bëjë të papërdrshme disa aplikacione bazë.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza juaj e të dhënave nuk xhiron me nivelin \"READ COMMITED\" e izolimit për ndërveprimet. Kjo mund të shkaktojë probleme, kur kryhen paralelisht disa veprime njëherësh.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Shërbyesi juaj xhiron nën Microsoft Windows. Këshillojmë fort Linux-in për punim optimal nga ana e përdoruesit.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Ka të instaluar %1$s nën versionin %2$s, për arsye qëndrueshmërie dhe performance këshillojmë të përditësohet me një version %1$s më të ri.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me forcë ta aktivizoni këtë modul, për të patur përfundimet më të mira në zbulim llojesh MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Kyçja e kartelave gjatë transaksioneve është e çaktivizuar, kjo mund të sjellë probleme me gjendje <em>race conditions</em>. Që të shmangni këto probleme, aktivizoni 'filelocking.enabled' te config.php. Për më tepër të dhëna, shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentimin ↗</a>.", diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index c2ea9e601f1b8b4a576645bf6db0f70185f1244e..5732f6ba42953c8d2e5c0b02ebfaa561d666f1a4 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -116,7 +116,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Омогућена је Само-читај конфигурација. То Ñпречава поÑтављање неке конфигурације преко веб-интерфејÑа. ОÑим тога, фајлу мора бити ручно омогућено упиÑивање код Ñваког оÑвежавања.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "ПХП је очигледно подешен да Ñе Ñкида уметнуте док блокова. То ће учинити неколико кључних апликација недоÑтупним.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што Ñу ЗендОПкеш или еÐкцелератор.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер ради под оперативним ÑиÑтемом Microsoft Windows. Препоручујемо оперативни ÑиÑтем Linux за оптималaн кориÑнички доживљај.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ÐедоÑтаје ПХП модул „fileinfo“. Препоручујемо вам да га укључите да биÑте добили најбоље резултате Ñ Ð¾Ñ‚ÐºÑ€Ð¸Ð²Ð°ÑšÐµÐ¼ МИМЕ врÑта.", "System locale can not be set to a one which supports UTF-8." : "СиÑтемÑки локалитет Ñе не може поÑтавити на неки који подржава УТФ-8", "This means that there might be problems with certain characters in file names." : "То значи да може доћи до проблема Ñа неким знаковима у називима фајлова.", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index 0da4fbf2daacf39b73551468a7acf9905df6f971..7212341f17556e5ec51a6c8ceb33bd1c251ae71f 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -114,7 +114,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Омогућена је Само-читај конфигурација. То Ñпречава поÑтављање неке конфигурације преко веб-интерфејÑа. ОÑим тога, фајлу мора бити ручно омогућено упиÑивање код Ñваког оÑвежавања.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "ПХП је очигледно подешен да Ñе Ñкида уметнуте док блокова. То ће учинити неколико кључних апликација недоÑтупним.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ово је вероватно изазвано кешом или акцелератором као што Ñу ЗендОПкеш или еÐкцелератор.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер ради под оперативним ÑиÑтемом Microsoft Windows. Препоручујемо оперативни ÑиÑтем Linux за оптималaн кориÑнички доживљај.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "ÐедоÑтаје ПХП модул „fileinfo“. Препоручујемо вам да га укључите да биÑте добили најбоље резултате Ñ Ð¾Ñ‚ÐºÑ€Ð¸Ð²Ð°ÑšÐµÐ¼ МИМЕ врÑта.", "System locale can not be set to a one which supports UTF-8." : "СиÑтемÑки локалитет Ñе не може поÑтавити на неки који подржава УТФ-8", "This means that there might be problems with certain characters in file names." : "То значи да може доћи до проблема Ñа неким знаковима у називима фајлова.", diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index b188b6e7eb5061f7d9e3ae6d4488d1ebd7d50a3e..585c71b27ace85d039a2232696f26d5fb10791bf 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -136,7 +136,6 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP är tydligen inställd för att rensa inline doc block. Detta kommer att göra flera kärnapplikationer otillgängliga.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITED\" tansaktionsisoleringsnvÃ¥n. Detta kan orsaka problem när multipla aktioner körs parallellt.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server använder Microsoft Windows. Vi rekommenderar starkt Linux för en optimal användarerfarenhet.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s under version %2$s är installerad, för stabilitet och prestanda rekommenderar vi uppdatering till en nyare %1$s version.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking är inaktiverad, detta kan innebära konkurrenstillstÃ¥nd. Aktivera \"filelocking.enabled' i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentationen ↗</a> för mer information.", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 0cc8e36f59aef6e20e2ac3656ffce8dd97682eee..ac29e48889409990788d6ead2eaaa630d5b5b62b 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -134,7 +134,6 @@ "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP är tydligen inställd för att rensa inline doc block. Detta kommer att göra flera kärnapplikationer otillgängliga.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.", "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITED\" tansaktionsisoleringsnvÃ¥n. Detta kan orsaka problem när multipla aktioner körs parallellt.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Din server använder Microsoft Windows. Vi rekommenderar starkt Linux för en optimal användarerfarenhet.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s under version %2$s är installerad, för stabilitet och prestanda rekommenderar vi uppdatering till en nyare %1$s version.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking är inaktiverad, detta kan innebära konkurrenstillstÃ¥nd. Aktivera \"filelocking.enabled' i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentationen ↗</a> för mer information.", diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js index fe30e1f0fdb88e5fc6f68f839b77bc2e0f74e1fd..bd800894eb8f9152954a902be2cf2e3696ba09ec 100644 --- a/settings/l10n/th_TH.js +++ b/settings/l10n/th_TH.js @@ -129,7 +129,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ตั้งค่าให้สามารถà¸à¹ˆà¸²à¸™à¹„ด้à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸”ียวถูà¸à¹€à¸›à¸´à¸”ใช้งาน นี้จะช่วยป้à¸à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าผ่านทางบางเว็บà¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¹€à¸Ÿà¸‹ นà¸à¸à¸ˆà¸²à¸à¸™à¸µà¹‰à¸ˆà¸°à¸•à¹‰à¸à¸‡à¹€à¸‚ียนไฟล์ด้วยตนเà¸à¸‡à¸ªà¸³à¸«à¸£à¸±à¸šà¸—ุà¸à¸à¸²à¸£à¸à¸±à¸žà¹€à¸”ท", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่าà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า PHP จะตัดบล็à¸à¸„เà¸à¸à¸ªà¸²à¸£à¹à¸šà¸šà¸à¸´à¸™à¹„ลน์ ซึ่งจะทำให้à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันà¸à¸µà¸à¸«à¸¥à¸²à¸¢à¹à¸à¸™à¹„ม่สามารถเข้าถึงได้", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้à¸à¸²à¸ˆà¹€à¸à¸´à¸”จาภcache/accelerator à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸Šà¹ˆà¸™ Zend OPcache หรืภeAccelerator", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "เซิร์ฟเวà¸à¸£à¹Œà¸‚à¸à¸‡à¸„ุณทำงานบน Microsoft Windows เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¹ƒà¸Šà¹‰à¸¥à¸´à¸™à¸¸à¸à¸‹à¹Œà¸«à¸²à¸à¸„ุณต้à¸à¸‡à¸à¸²à¸£ à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¸—ี่ดีที่สุด", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s เป็นรุ่นที่ต่ำà¸à¸§à¹ˆà¸² %2$s ได้ถูà¸à¸•à¸´à¸”ตั้ง สำหรับเหตุผลด้านเสถียรภาพà¹à¸¥à¸°à¸›à¸£à¸°à¸ªà¸´à¸—ธิภาพà¸à¸²à¸£à¸—ำงาน เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¸à¸±à¸žà¹€à¸”ทไปเป็นรุ่น %1$s", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "โมดูล PHP 'fileinfo' หายไป เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¹€à¸›à¸´à¸”ใช้งานโมดูลนี้เพื่à¸à¹ƒà¸«à¹‰à¹„ด้ผลลัพธ์ที่ดีที่สุดà¸à¸±à¸šà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸Šà¸™à¸´à¸” mime", "System locale can not be set to a one which supports UTF-8." : "ตำà¹à¸«à¸™à¹ˆà¸‡à¸—ี่ตั้งขà¸à¸‡à¸£à¸°à¸šà¸šà¹„ม่สามารถตั้งค่าให้รà¸à¸‡à¸£à¸±à¸š UTF-8", diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json index 8f30fdf69e1871f954f5fbd2b706502844caada4..883791c90bc0e64f403be9e302d1ed49de3d1171 100644 --- a/settings/l10n/th_TH.json +++ b/settings/l10n/th_TH.json @@ -127,7 +127,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "ตั้งค่าให้สามารถà¸à¹ˆà¸²à¸™à¹„ด้à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸”ียวถูà¸à¹€à¸›à¸´à¸”ใช้งาน นี้จะช่วยป้à¸à¸‡à¸à¸±à¸™à¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่าผ่านทางบางเว็บà¸à¸´à¸™à¹€à¸•à¸à¸£à¹Œà¹€à¸Ÿà¸‹ นà¸à¸à¸ˆà¸²à¸à¸™à¸µà¹‰à¸ˆà¸°à¸•à¹‰à¸à¸‡à¹€à¸‚ียนไฟล์ด้วยตนเà¸à¸‡à¸ªà¸³à¸«à¸£à¸±à¸šà¸—ุà¸à¸à¸²à¸£à¸à¸±à¸žà¹€à¸”ท", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่าà¸à¸²à¸£à¸•à¸±à¹‰à¸‡à¸„่า PHP จะตัดบล็à¸à¸„เà¸à¸à¸ªà¸²à¸£à¹à¸šà¸šà¸à¸´à¸™à¹„ลน์ ซึ่งจะทำให้à¹à¸à¸žà¸žà¸¥à¸´à¹€à¸„ชันà¸à¸µà¸à¸«à¸¥à¸²à¸¢à¹à¸à¸™à¹„ม่สามารถเข้าถึงได้", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้à¸à¸²à¸ˆà¹€à¸à¸´à¸”จาภcache/accelerator à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸Šà¹ˆà¸™ Zend OPcache หรืภeAccelerator", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "เซิร์ฟเวà¸à¸£à¹Œà¸‚à¸à¸‡à¸„ุณทำงานบน Microsoft Windows เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¹ƒà¸Šà¹‰à¸¥à¸´à¸™à¸¸à¸à¸‹à¹Œà¸«à¸²à¸à¸„ุณต้à¸à¸‡à¸à¸²à¸£ à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¸—ี่ดีที่สุด", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s เป็นรุ่นที่ต่ำà¸à¸§à¹ˆà¸² %2$s ได้ถูà¸à¸•à¸´à¸”ตั้ง สำหรับเหตุผลด้านเสถียรภาพà¹à¸¥à¸°à¸›à¸£à¸°à¸ªà¸´à¸—ธิภาพà¸à¸²à¸£à¸—ำงาน เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¸à¸±à¸žà¹€à¸”ทไปเป็นรุ่น %1$s", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "โมดูล PHP 'fileinfo' หายไป เราขà¸à¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¹€à¸›à¸´à¸”ใช้งานโมดูลนี้เพื่à¸à¹ƒà¸«à¹‰à¹„ด้ผลลัพธ์ที่ดีที่สุดà¸à¸±à¸šà¸à¸²à¸£à¸•à¸£à¸§à¸ˆà¸ªà¸à¸šà¸Šà¸™à¸´à¸” mime", "System locale can not be set to a one which supports UTF-8." : "ตำà¹à¸«à¸™à¹ˆà¸‡à¸—ี่ตั้งขà¸à¸‡à¸£à¸°à¸šà¸šà¹„ม่สามารถตั้งค่าให้รà¸à¸‡à¸£à¸±à¸š UTF-8", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index a2c69b7740dde6c789c94f2389ffdf46df97dc71..4b225e05e63652606937b1bc9f3dd4e2153b5472 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -130,7 +130,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Salt Okunur yapılandırma etkinleÅŸtirilmiÅŸ. Bu, bazı ayarların web arayüzü ile yapılandırılmasını önler. Ayrıca, bu dosya her güncelleme sırasında el ile yazılabilir yapılmalıdır.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını eriÅŸilemez yapacak.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleÅŸir.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için ÅŸiddetle Linux'u öneriyoruz.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s, %2$s sürümü altı kurulu. Kararlılık ve performans için daha yeni bir %1$s sürümüne güncellemenizi öneririz.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleÅŸtirmenizi öneririz.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Ä°ÅŸlemsel dosya kilidi devre dışı. Bu yarış koÅŸulu (race condition) sorunlarına neden olabilir. Bu sorunlardan kaçınmak için config.php içindeki 'filelocking.enabled' ayarını etkinleÅŸtirin. Daha fazla bilgi için <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">belgelendirmeye ↗</a> bakın.", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 93c6b71fdf3e316f193099cf79d9244eaf814f68..f2476c0a735a2d32fd371a85c09b871d96c4e905 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -128,7 +128,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Salt Okunur yapılandırma etkinleÅŸtirilmiÅŸ. Bu, bazı ayarların web arayüzü ile yapılandırılmasını önler. Ayrıca, bu dosya her güncelleme sırasında el ile yazılabilir yapılmalıdır.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP satırıçi doc bloklarını ayıklamak üzere yapılandırılmış gibi görünüyor. Bu, bazı çekirdek (core) uygulamalarını eriÅŸilemez yapacak.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Bu, muhtemelen Zend OPcache veya eAccelerator gibi bir önbellek/hızlandırıcı nedeniyle gerçekleÅŸir.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Sunucunuz, Microsoft Windows ile çalışıyor. En uygun kullanıcı deneyimi için ÅŸiddetle Linux'u öneriyoruz.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s, %2$s sürümü altı kurulu. Kararlılık ve performans için daha yeni bir %1$s sürümüne güncellemenizi öneririz.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP modülü 'fileinfo' kayıp. MIME türü tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleÅŸtirmenizi öneririz.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Ä°ÅŸlemsel dosya kilidi devre dışı. Bu yarış koÅŸulu (race condition) sorunlarına neden olabilir. Bu sorunlardan kaçınmak için config.php içindeki 'filelocking.enabled' ayarını etkinleÅŸtirin. Daha fazla bilgi için <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">belgelendirmeye ↗</a> bakın.", diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index 640f40eb2d634f9805e6fee8e414a190c7429c1b..c5d3893d26c2d8bcebc54d514b3056d175705308 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -118,7 +118,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Тільки переглÑд був включений. Це запобігає вÑтановити деÑкі конфігурації через веб-інтерфейÑ. Крім того, файл повинен бути доÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу вручну Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ оновленнÑ.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Схоже, що PHP налаштовано на Ð²Ð¸Ñ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð±Ð»Ð¾ÐºÑ–Ð² вбудованої документації. Це зробить кілька оÑновних додатків недоÑтупними.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено викориÑтаннÑм кеша/приÑкорювача такого Ñк Zend OPcache або eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер працює на ОС Microsoft Windows. Ми наÑтійно рекомендуємо викориÑтовувати ОС ÑімейÑтва Linux Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð½Ð°Ð¹ÐºÑ€Ð°Ñ‰Ð¸Ñ… умов викориÑтаннÑ.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модуль 'fileinfo' відÑутній. Ми наполегливо рекомендуємо увімкнути цей модуль, щоб отримати кращі результати при виÑвленні MIME-типів.", "System locale can not be set to a one which supports UTF-8." : "Ðеможливо вÑтановити ÑиÑтемну локаль, Ñка б підтримувала UTF-8.", "This means that there might be problems with certain characters in file names." : "Це означає, що можуть виникати проблеми з деÑкими Ñимволами в іменах файлів.", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index caed4f0aa058f90d471130f67999a735d2704ab5..2fed7ce6d95d6d545475283ad5616ff43f8fdee3 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -116,7 +116,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Тільки переглÑд був включений. Це запобігає вÑтановити деÑкі конфігурації через веб-інтерфейÑ. Крім того, файл повинен бути доÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñу вручну Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ оновленнÑ.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Схоже, що PHP налаштовано на Ð²Ð¸Ñ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð±Ð»Ð¾ÐºÑ–Ð² вбудованої документації. Це зробить кілька оÑновних додатків недоÑтупними.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Це, ймовірно, обумовлено викориÑтаннÑм кеша/приÑкорювача такого Ñк Zend OPcache або eAccelerator.", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Ваш Ñервер працює на ОС Microsoft Windows. Ми наÑтійно рекомендуємо викориÑтовувати ОС ÑімейÑтва Linux Ð´Ð»Ñ Ð´Ð¾ÑÑÐ³Ð½ÐµÐ½Ð½Ñ Ð½Ð°Ð¹ÐºÑ€Ð°Ñ‰Ð¸Ñ… умов викориÑтаннÑ.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP модуль 'fileinfo' відÑутній. Ми наполегливо рекомендуємо увімкнути цей модуль, щоб отримати кращі результати при виÑвленні MIME-типів.", "System locale can not be set to a one which supports UTF-8." : "Ðеможливо вÑтановити ÑиÑтемну локаль, Ñка б підтримувала UTF-8.", "This means that there might be problems with certain characters in file names." : "Це означає, що можуть виникати проблеми з деÑкими Ñимволами в іменах файлів.", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 56ace07b97f2c7c0390ed9a4d32438dea07de1eb..83672d5bc09d9d6cbc3f12ca68d65f16af392486 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -127,7 +127,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "åªè¯»é…置已å¯ç”¨ã€‚è¿™æ ·å¯é˜²æ¢é€šè¿‡ WEB 接å£è®¾ç½®ä¸€äº›é…置。æ¤å¤–,æ¯æ¬¡æ›´æ–°åŽè¯¥æ–‡ä»¶éœ€è¦æ‰‹åŠ¨è®¾ç½®ä¸ºå¯å†™ã€‚", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除行内 <doc> å—ï¼Œè¿™å°†å¯¼è‡´æ•°ä¸ªæ ¸å¿ƒåº”ç”¨æ— æ³•è®¿é—®ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "è¿™å¯èƒ½æ˜¯ç”±ç¼“å˜/åŠ é€Ÿå™¨é€ æˆçš„,例如 Zend OPcache 或 eAccelerator。", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "ä½ çš„æœåŠ¡å™¨æ˜¯è¿è¡ŒäºŽ Microsoft Windows 系统。我们强烈推è使用 Linux 系统以获得最佳的用户体验。比如ä¸æ–‡æ–‡ä»¶å¤¹å’Œæ–‡ä»¶å支æŒã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP模å—'文件信æ¯'丢失. 我们强烈建议å¯ç”¨æ¤æ¨¡å—以便mime类型检测å–得最佳结果.", "System locale can not be set to a one which supports UTF-8." : "系统è¯ç³»æ— æ³•è®¾ç½®ä¸ºæ”¯æŒ UTF-8 çš„è¯ç³»ã€‚", "This means that there might be problems with certain characters in file names." : "è¿™æ„味ç€ä¸€äº›æ–‡ä»¶åä¸çš„特定å—符å¯èƒ½æœ‰é—®é¢˜ã€‚", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index c1244678aa97d002f36d635508c9d002cb92fe4e..b7a325738227d1521b5c50978e2d8c0ccae36a3a 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -125,7 +125,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "åªè¯»é…置已å¯ç”¨ã€‚è¿™æ ·å¯é˜²æ¢é€šè¿‡ WEB 接å£è®¾ç½®ä¸€äº›é…置。æ¤å¤–,æ¯æ¬¡æ›´æ–°åŽè¯¥æ–‡ä»¶éœ€è¦æ‰‹åŠ¨è®¾ç½®ä¸ºå¯å†™ã€‚", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 被设置为移除行内 <doc> å—ï¼Œè¿™å°†å¯¼è‡´æ•°ä¸ªæ ¸å¿ƒåº”ç”¨æ— æ³•è®¿é—®ã€‚", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "è¿™å¯èƒ½æ˜¯ç”±ç¼“å˜/åŠ é€Ÿå™¨é€ æˆçš„,例如 Zend OPcache 或 eAccelerator。", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "ä½ çš„æœåŠ¡å™¨æ˜¯è¿è¡ŒäºŽ Microsoft Windows 系统。我们强烈推è使用 Linux 系统以获得最佳的用户体验。比如ä¸æ–‡æ–‡ä»¶å¤¹å’Œæ–‡ä»¶å支æŒã€‚", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP模å—'文件信æ¯'丢失. 我们强烈建议å¯ç”¨æ¤æ¨¡å—以便mime类型检测å–得最佳结果.", "System locale can not be set to a one which supports UTF-8." : "系统è¯ç³»æ— æ³•è®¾ç½®ä¸ºæ”¯æŒ UTF-8 çš„è¯ç³»ã€‚", "This means that there might be problems with certain characters in file names." : "è¿™æ„味ç€ä¸€äº›æ–‡ä»¶åä¸çš„特定å—符å¯èƒ½æœ‰é—®é¢˜ã€‚", diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index bd248b5dcaefa3fddcaac30ee04ddffd6b6429ab..2cf441fc0002e0830f121dfcd9ca0c1754969435 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -122,7 +122,6 @@ OC.L10N.register( "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀è¨å®šæª”ã€å·²ç¶“啟用,這樣å¯ä»¥é˜²æ¢ä¾†è‡ªç¶²é 端的è¨å®šæ“作,æ¯æ¬¡éœ€è¦æ›´æ”¹è¨å®šæ™‚,都需è¦æ‰‹å‹•å°‡è¨å®šæª”暫時改為å¯è®€å¯«ã€‚", "PHP is apparently setup 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 é€ æˆçš„", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "您使用的伺æœå™¨æ˜¯å¾®è»Ÿçš„ Windows,我們強烈建è°æ‚¨æ”¹ç”¨ Linux 以求最好的使用者體驗", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "未åµæ¸¬åˆ° PHP 模組 'fileinfo'。我們強烈建è°å•Ÿç”¨é€™å€‹æ¨¡çµ„以å–得最好的 mime-type 支æ´ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經å–消,這å¯èƒ½æœƒé€ æˆç«¶æ…‹æ¢ä»¶ï¼Œè«‹åœ¨ config.php ä¸å•Ÿç”¨ 'filelocking.enabled' 以é¿å…出ç¾é€™æ¨£çš„å•é¡Œï¼Œè«‹åƒè€ƒ<a target=\\\"_blank\\\" href=\\\"%s\\\">文件手冊 ↗</a> 來了解更多的資訊。", "System locale can not be set to a one which supports UTF-8." : "無法è¨å®šç‚ºä¸€å€‹æ”¯æ´ UTF-8 的系統語系", diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index 8e4415de276e1a6f3b637554b87dc955bc6bbfed..3b3b4d73c8f5576529002050077aa60d26141bd6 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -120,7 +120,6 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "「唯讀è¨å®šæª”ã€å·²ç¶“啟用,這樣å¯ä»¥é˜²æ¢ä¾†è‡ªç¶²é 端的è¨å®šæ“作,æ¯æ¬¡éœ€è¦æ›´æ”¹è¨å®šæ™‚,都需è¦æ‰‹å‹•å°‡è¨å®šæª”暫時改為å¯è®€å¯«ã€‚", "PHP is apparently setup 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 é€ æˆçš„", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "您使用的伺æœå™¨æ˜¯å¾®è»Ÿçš„ Windows,我們強烈建è°æ‚¨æ”¹ç”¨ Linux 以求最好的使用者體驗", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "未åµæ¸¬åˆ° PHP 模組 'fileinfo'。我們強烈建è°å•Ÿç”¨é€™å€‹æ¨¡çµ„以å–得最好的 mime-type 支æ´ã€‚", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "事務型文件鎖定的功能已經å–消,這å¯èƒ½æœƒé€ æˆç«¶æ…‹æ¢ä»¶ï¼Œè«‹åœ¨ config.php ä¸å•Ÿç”¨ 'filelocking.enabled' 以é¿å…出ç¾é€™æ¨£çš„å•é¡Œï¼Œè«‹åƒè€ƒ<a target=\\\"_blank\\\" href=\\\"%s\\\">文件手冊 ↗</a> 來了解更多的資訊。", "System locale can not be set to a one which supports UTF-8." : "無法è¨å®šç‚ºä¸€å€‹æ”¯æ´ UTF-8 的系統語系",