diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-15 01:55:06 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-15 01:55:06 -0400 |
commit | 4d6fc6f3095f3d91ef7a55b7bc5ccafb82fd85f1 (patch) | |
tree | 4121fbe82b10749ae9fcf703ac056f6a547532c1 /settings | |
parent | 01de7b8b9e9227503390aff0d9eea1b6151c8453 (diff) | |
download | nextcloud-server-4d6fc6f3095f3d91ef7a55b7bc5ccafb82fd85f1.tar.gz nextcloud-server-4d6fc6f3095f3d91ef7a55b7bc5ccafb82fd85f1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/cs_CZ.php | 2 | ||||
-rw-r--r-- | settings/l10n/fi_FI.php | 2 | ||||
-rw-r--r-- | settings/l10n/it.php | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 32c079240a0..67762a81661 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -95,6 +95,8 @@ $TRANSLATIONS = array( "Setup Warning" => "Upozornění nastavení", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Váš webový server není správně nastaven pro umožnění synchronizace, protože rozhraní WebDAV se zdá nefunkční.", "Please double check the <a href=\"%s\">installation guides</a>." => "Zkontrolujte prosím znovu <a href=\"%s\">instalační příručku</a>.", +"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHP je patrně nastaveno tak, aby odstraňovalo vnitřní části dokumentů. Toto bude mít za následek množsví nedostupných 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.", "Database Performance Info" => "Informace o výkonu databáze", "SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "Je použita databáze SQLite. Pro větší instalace doporučujeme toto změnit. Pro migraci na jiný typ databáze lze použít příkaz: 'occ db:convert-type'", "Module 'fileinfo' missing" => "Schází modul 'fileinfo'", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index f718186302f..4ae39d53011 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -177,7 +177,7 @@ $TRANSLATIONS = array( "Upload new" => "Lähetä uusi", "Select new from Files" => "Valitse uusi tiedostoista", "Remove image" => "Poista kuva", -"Either png or jpg. Ideally square but you will be able to crop it." => "Joko png- tai jpg-kuva. Mieluite neliö, voit kuitenkin rajata kuvaa.", +"Either png or jpg. Ideally square but you will be able to crop it." => "Joko png- tai jpg-kuva. Mieluiten neliö, voit kuitenkin rajata kuvaa.", "Your avatar is provided by your original account." => "Avatar-kuvasi pohjautuu alkuperäiseen tiliisi.", "Cancel" => "Peru", "Choose as profile image" => "Valitse profiilikuvaksi", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 885ef65a6ed..e836b7af278 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -62,13 +62,16 @@ $TRANSLATIONS = array( "Decrypting files... Please wait, this can take some time." => "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo.", "Delete encryption keys permanently." => "Elimina definitivamente le chiavi di cifratura.", "Restore encryption keys." => "Ripristina le chiavi di cifratura.", +"Unable to delete {objName}" => "Impossibile eliminare {objName}", "Error creating group" => "Errore durante la creazione del gruppo", "A valid group name must be provided" => "Deve essere fornito un nome valido per il gruppo", +"deleted {groupName}" => "{groupName} eliminato", "undo" => "annulla", "Groups" => "Gruppi", "Group Admin" => "Gruppi amministrati", "Delete" => "Elimina", "never" => "mai", +"deleted {userName}" => "{userName} eliminato", "add group" => "aggiungi gruppo", "A valid username must be provided" => "Deve essere fornito un nome utente valido", "Error creating user" => "Errore durante la creazione dell'utente", |