diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-26 00:02:04 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-26 00:02:04 +0100 |
commit | 789220407768da586b8c3a1c4759b7ab59325b00 (patch) | |
tree | c9fc8738d6c3555335130106c51e3320cef3697a /core/l10n/eu.php | |
parent | f005254a9184a862d9602cbd8b5c6e135b618afc (diff) | |
download | nextcloud-server-789220407768da586b8c3a1c4759b7ab59325b00.tar.gz nextcloud-server-789220407768da586b8c3a1c4759b7ab59325b00.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/eu.php')
-rw-r--r-- | core/l10n/eu.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/l10n/eu.php b/core/l10n/eu.php index 6622a822d08..8bc5d690d5b 100644 --- a/core/l10n/eu.php +++ b/core/l10n/eu.php @@ -1,6 +1,9 @@ <?php $TRANSLATIONS = array( +"Category type not provided." => "Kategoria mota ez da zehaztu.", "No category to add?" => "Ez dago gehitzeko kategoriarik?", "This category already exists: " => "Kategoria hau dagoeneko existitzen da:", +"Object type not provided." => "Objetu mota ez da zehaztu.", +"%s ID not provided." => "%s ID mota ez da zehaztu.", "No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.", "Settings" => "Ezarpenak", "seconds ago" => "segundu", @@ -96,5 +99,7 @@ "Log in" => "Hasi saioa", "You are logged out." => "Zure saioa bukatu da.", "prev" => "aurrekoa", -"next" => "hurrengoa" +"next" => "hurrengoa", +"Security Warning!" => "Segurtasun abisua", +"Verify" => "Egiaztatu" ); |