diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-02 00:04:27 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-02 00:04:27 +0200 |
commit | 29d33ff7c250365d1cd43477eee6d9590a0a0171 (patch) | |
tree | 01e66f5a0475b317a7ad325e2b092a1eefbd5eb1 /apps | |
parent | 9e29d2845acdcf3f0f883cefc10cd2309cb77bfc (diff) | |
download | nextcloud-server-29d33ff7c250365d1cd43477eee6d9590a0a0171.tar.gz nextcloud-server-29d33ff7c250365d1cd43477eee6d9590a0a0171.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_versions/l10n/eo.php | 12 | ||||
-rw-r--r-- | apps/files_versions/l10n/sv.php | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sv.php | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/eo.php b/apps/files_versions/l10n/eo.php index 87b314655c0..17f97808578 100644 --- a/apps/files_versions/l10n/eo.php +++ b/apps/files_versions/l10n/eo.php @@ -1,5 +1,11 @@ <?php $TRANSLATIONS = array( -"History" => "Historio", -"Files Versioning" => "Dosiereldonigo", -"Enable" => "Kapabligi" +"Could not revert: %s" => "Ne eblas malfari: %s", +"success" => "sukceso", +"File %s was reverted to version %s" => "Dosiero %s estis malfarita al versio %s", +"failure" => "malsukceso", +"File %s could not be reverted to version %s" => "Ne eblis malfari dosieron %s al versio %s", +"No old versions available" => "Neniu malnova versio disponeblas", +"No path specified" => "Neniu vojo estas specifita", +"Versions" => "Versioj", +"Revert a file to a previous version by clicking on its revert button" => "Malfari dosieron al antaŭa versio per klako sur sia malfarad-butono" ); diff --git a/apps/files_versions/l10n/sv.php b/apps/files_versions/l10n/sv.php index 46e2c0f8bcf..bcd21bc599c 100644 --- a/apps/files_versions/l10n/sv.php +++ b/apps/files_versions/l10n/sv.php @@ -6,5 +6,6 @@ "File %s could not be reverted to version %s" => "Filen %s kunde inte återställas till version %s", "No old versions available" => "Inga gamla versioner finns tillgängliga", "No path specified" => "Ingen sökväg angiven", +"Versions" => "Versioner", "Revert a file to a previous version by clicking on its revert button" => "Återställ en fil till en tidigare version genom att klicka på knappen" ); diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 12ecc7b1633..1bb4d9dc0b1 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -48,6 +48,7 @@ "Turn off SSL certificate validation." => "Stäng av verifiering av SSL-certifikat.", "If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Om anslutningen bara fungerar med det här alternativet, importera LDAP-serverns SSL-certifikat i din ownCloud-server.", "Not recommended, use for testing only." => "Rekommenderas inte, använd bara för test. ", +"Cache Time-To-Live" => "Cache Time-To-Live", "in seconds. A change empties the cache." => "i sekunder. En förändring tömmer cache.", "Directory Settings" => "Mappinställningar", "User Display Name Field" => "Attribut för användarnamn", @@ -64,8 +65,11 @@ "Group-Member association" => "Attribut för gruppmedlemmar", "Special Attributes" => "Specialattribut", "Quota Field" => "Kvotfält", +"Quota Default" => "Datakvot standard", "in bytes" => "i bytes", "Email Field" => "E-postfält", +"User Home Folder Naming Rule" => "Namnregel för hemkatalog", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lämnas tomt för användarnamn (standard). Ange annars ett LDAP/AD-attribut.", +"Test Configuration" => "Testa konfigurationen", "Help" => "Hjälp" ); |