1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Merge branch 'master' of https://github.com/owncloud/contacts into ldap

This commit is contained in:
babelouest 2014-04-04 18:51:44 -04:00
commit e4ac07cbab
153 changed files with 2725 additions and 2918 deletions

View File

@ -143,7 +143,7 @@
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }
#contact textarea {
margin-left: 114px;
margin-left: 110px;
min-height: 5em;
min-width: 300px;
font-family: inherit;
@ -304,7 +304,7 @@ span.ui-icon { margin: 1px 3px 10px 0px; }
text-align: right;
}
.singleproperties { float: left; width: 100%; }
.singleproperties .fullname { float: none !important; margin-left: 4px; width: 300px; font-size: 20px; }
.singleproperties .fullname { float: none !important; width: 300px; font-size: 20px; }
.singleproperties input { width: 300px; }
.singleproperties dd { float:left; }
.singleproperties dd .listactions a { margin-top: 10px; }
@ -568,7 +568,6 @@ input[type=checkbox].propertytype { width: 10px; }
.display .meta { text-align: right; margin-left: -30px; }
.display .adr {
margin: .3em;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
@ -779,7 +778,7 @@ tbody tr.contact.active, tbody tr.contact:hover {
max-width: 700px;
}
#contact h3 {
margin-left: 115px;
margin-left: 110px;
margin-top: 7px;
margin-bottom: 0px;
font-size: 12px;
@ -803,6 +802,8 @@ tbody tr.contact.active, tbody tr.contact:hover {
float: left;
width: 300px;
height: 30px;
margin: 3px;
margin-left: 0px;
overflow: hidden; text-overflow: ellipsis; text-align: bottom; white-space: nowrap;
}
#contact span.adr:hover { /*overflow: inherit;*/ /*white-space: pre-wrap;*/ }

View File

@ -1354,11 +1354,21 @@ OC.Contacts = OC.Contacts || {};
var $list = self.$fullelem.find('ul.' + name);
$list.removeClass('hidden');
var $property = self.renderStandardProperty(name);
$property.find('select[name="parameters[TYPE][]"]')
.combobox({
singleclick: true,
classes: ['propertytype', 'float', 'label']
});
$list.append($property);
});
var $list = self.$fullelem.find('ul.adr');
$list.removeClass('hidden');
var $property = self.renderAddressProperty(name);
$property.find('select[name="parameters[TYPE][]"]')
.combobox({
singleclick: true,
classes: ['propertytype', 'float', 'label']
});
$list.append($property);
// Hide some of the values

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Akan (http://www.transifex.com/projects/p/owncloud/language/ak/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-25 09:38+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Amharic (Ethiopia) (http://www.transifex.com/projects/p/owncloud/language/am_ET/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr ""
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -154,8 +154,6 @@
"Add new contact" => "أَف جهة اتصال جديدة",
"Add new addressbook" => "أضف دفتر عناوين جديد",
"Delete current contact" => "إزالة جهة الاتصال الحالية",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>لا يوجد لديك جهات اتصال في دفتر العناوين أو أن دفتر العناوين معطل. </h3><p> يرجى إضافة جهات اتصال جديدة أو استيراد جهات الاتصال الموجودة من ملف VCF . \n</p> ",
"Add contact" => "أضف جهة اتصال",
"Which contact should the data be merged into?" => "إي جهة اتصال ترغب بدمج البيانات إليها؟",
"Delete the other(s) after successful merge?" => "هل تريد إزالة (الآخرون) بعد نجاح عملية الدمج؟",
"Compose mail" => "إنشاء رسالة بريد إلكتروني",

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"Last-Translator: Abderraouf Mehdi Bouhali <armbouhali@gmail.com>\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -187,17 +187,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "بعض جهات الأتصال تم تحديدها للحذف لكن لم يتم حذفها بعد. يرجى الانتظار قليلاً حتى يتم حذفها بالكامل."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "إضغط حتى يتم التراجع عن حذف {أرقام} جهات الاتصال"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "ألغاء حذف {num} من جهات الاتصال."
@ -300,7 +300,7 @@ msgstr "إغلاق"
msgid "Server error! Please inform system administator"
msgstr "خطأ في الخادم! يرجى ابلاغ مدير النظام."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "{خطأ}: فشلت مهمة تحميل الصورة"
@ -384,49 +384,49 @@ msgstr "جهة تراسل فوري غير معروفة"
msgid "{name}'s Birthday"
msgstr "يوم ميلاد {name}'s"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "خطأ في إنشاء دفتر العناوين"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "ليس لديك الصلاحية لحذف \"%s\" دفتر العناوين"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "حدث خطأ أثناء إزالة دفتر العناوين"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "حدث خطأ أثناء إنشاء جهة اتصال."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "حدث خطأ أثناء إزالة جهة اتصال من دفتر العناوين."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -723,7 +723,7 @@ msgstr "الاصدقاء"
msgid "Family"
msgstr "العائلة"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -856,14 +856,12 @@ msgstr "إزالة جهة الاتصال الحالية"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>لا يوجد لديك جهات اتصال في دفتر العناوين أو أن دفتر العناوين معطل. </h3><p> يرجى إضافة جهات اتصال جديدة أو استيراد جهات الاتصال الموجودة من ملف VCF . \n</p> "
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "أضف جهة اتصال"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/owncloud/language/az/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
@ -183,17 +183,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -296,7 +296,7 @@ msgstr "Затвори"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -380,49 +380,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -719,7 +719,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -852,13 +852,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr "বন্ধ"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr "Zatvori"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -200,8 +200,6 @@
"Add new contact" => "Afegeix un contacte nou",
"Add new addressbook" => "Afegeix una llibreta d'adreces nova",
"Delete current contact" => "Esborra el contacte",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>No teniu contactes a la vostra llibreta d'adreces o la vostra llibreta d'adreces està inhabilitada.</h3><p>Afegiu un nou contacte o importeu-ne d'existents des d'un fitxer VCF.</p>",
"Add contact" => "Afegeix un contacte",
"Which contact should the data be merged into?" => "A quin contacte li voleu combinar les dades?",
"Delete the other(s) after successful merge?" => "Elimino els altre(s) després d'una combinació satisfactòria?",
"Compose mail" => "Redacta un correu electrónic",

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"Last-Translator: rogerc\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -187,17 +187,17 @@ msgstr "Error en processar l'aniversari {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "El backend no admet caràcters multi-byte."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Heu marcat eliminar alguns contactes, però encara no s'han eliminat. Espereu mentre s'esborren."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Feu clic a desfés eliminació de {num} contactes"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancel·la l'eliminació de {num} contactes"
@ -300,7 +300,7 @@ msgstr "Tanca"
msgid "Server error! Please inform system administator"
msgstr "Error en el servidor! Informeu a l'administrador del sistema"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Ha fallat en carregar la foto: {error}"
@ -384,49 +384,49 @@ msgstr "IM desconegut:"
msgid "{name}'s Birthday"
msgstr "Aniversari de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Error en crear la llibreta d'adreces"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "El backend \"%s\" no admet l'eliminació de les agendes"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "No teniu permisos per esborar la llibreta d'adreces \"%s\"."
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Error en eliminar la llibreta d'adreces"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Error en crear contacte."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Error al crear un contacte"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Error al esborra un contacte"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Error al recuperar un contacte"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Error guardant un contacte"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Error en eliminar el contacte des d'una altra llibreta d'adreces."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Error al traslladar un contacte"
@ -723,7 +723,7 @@ msgstr "Amics"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Contacte nou"
@ -856,14 +856,12 @@ msgstr "Esborra el contacte"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>No teniu contactes a la vostra llibreta d'adreces o la vostra llibreta d'adreces està inhabilitada.</h3><p>Afegiu un nou contacte o importeu-ne d'existents des d'un fitxer VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Afegeix un contacte"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -200,8 +200,6 @@
"Add new contact" => "Přidat nový kontakt",
"Add new addressbook" => "Přidat nový adresář kontaktů",
"Delete current contact" => "Odstranit současný kontakt",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Váš adresář kontaktů je buď vypnutý nebo prázdný.</h3><p>Vložte nový kontakt nebo importujte již existující kontakty ze souboru VCF.</p>",
"Add contact" => "Přidat kontakt",
"Which contact should the data be merged into?" => "Do kterého kontaktu mají být data sjednocena?",
"Delete the other(s) after successful merge?" => "Smazat ostatní po úspěšném sjednocení?",
"Compose mail" => "Napsat e-mail",

View File

@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-28 00:48-0400\n"
"PO-Revision-Date: 2014-03-27 13:30+0000\n"
"Last-Translator: xmorave2 <josef.moravec@gmail.com>\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -191,17 +191,17 @@ msgstr "Chyba parsování narozenin {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "Úložiště nepodporuje více-bajtové znaky."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Některé kontakty jsou označeny ke smazání, ale ještě smazány nejsou. Počkejte, prosím, na dokončení operace."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klikněte pro navrácení smazání {num} kontaktů"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Smazání {num} kontaktů zrušeno"
@ -304,7 +304,7 @@ msgstr "Zavřít"
msgid "Server error! Please inform system administator"
msgstr "Chyba serveru! Prosím informujte systémového správce."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Načtení fotografie se nezdařilo: {error}"
@ -388,49 +388,49 @@ msgstr "Neznámý komunikátor: "
msgid "{name}'s Birthday"
msgstr "Narozeniny {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Chyba při vytváření adresáře kontaktů"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "Toto uložiště \"%s\" nepodporuje mazání adresářů kontaktů"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Nemáte oprávnění pro smazání adresáře kontaktů \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Chyba při mazání adresáře kontaktů"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Chyba při vytváření kontaktu"
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Chyba při vytváření kontaktu"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Chyba při odstraňování kontaktu"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Chyba při otevírání kontaktu"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Chyba při ukládání kontaktu"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Chyba při odebírání kontaktu z jiného adresáře kontaktů."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Chyba při získávání přesunutého kontaktu"
@ -727,7 +727,7 @@ msgstr "Přátelé"
msgid "Family"
msgstr "Rodina"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Nový kontakt"
@ -860,14 +860,12 @@ msgstr "Odstranit současný kontakt"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Váš adresář kontaktů je buď vypnutý nebo prázdný.</h3><p>Vložte nový kontakt nebo importujte již existující kontakty ze souboru VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Přidat kontakt"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n"
@ -181,17 +181,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -294,7 +294,7 @@ msgstr "Cau"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -378,49 +378,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -717,7 +717,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -850,13 +850,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -183,8 +183,6 @@
"Add new contact" => "Tilføj ny kontaktperson",
"Add new addressbook" => "Tilføj ny adressebog",
"Delete current contact" => "Slet aktuelle kontaktperson",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3> Din adressebog er deaktiveret eller indeholder ingen kontakter.</h3><p>Tilføj nye kontakter eller importer eksisterende kontakter fra en VCF fil.</p>",
"Add contact" => "Tilføj kontaktpeson.",
"Which contact should the data be merged into?" => "Hvilken kontaktperson skal data føjes til?",
"Delete the other(s) after successful merge?" => "Slet de andre efter gennemgørt sammenfletning?",
"Compose mail" => "Skriv mail",

View File

@ -23,8 +23,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
@ -196,17 +196,17 @@ msgstr "Fejl ved indlæsning af fødselsdag {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Nogle kontakter er markeret til sletning, men er endnu ikke slettet. Vent venligst på, at de bliver slettet."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klik for at fortryde sletning af {num} kontakter"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "annullerede sletning af {num} kontakter"
@ -309,7 +309,7 @@ msgstr "Luk"
msgid "Server error! Please inform system administator"
msgstr "Server fejl! Informer venligst systemadministratoren."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Kunne ikke hente billede: {error}"
@ -393,49 +393,49 @@ msgstr "Ukendt IM:"
msgid "{name}'s Birthday"
msgstr "{name}s fødselsdag"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Fejl ved oprettelse af adressebog"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Du har ikke tilladelse til at slette \"%s\" adressebog"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Fejl ved sletning af adressebog"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Fejl ved oprettelse af kontaktperson."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Fejl ved fjernelse af kontaktperson fra anden adressebog."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -732,7 +732,7 @@ msgstr "Venner"
msgid "Family"
msgstr "Familie"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Ny kontakt"
@ -865,14 +865,12 @@ msgstr "Slet aktuelle kontaktperson"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3> Din adressebog er deaktiveret eller indeholder ingen kontakter.</h3><p>Tilføj nye kontakter eller importer eksisterende kontakter fra en VCF fil.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Tilføj kontaktpeson."
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -200,8 +200,8 @@
"Add new contact" => "Neuen Kontakt hinzufügen",
"Add new addressbook" => "Neues Adressbuch hinzufügen",
"Delete current contact" => "Aktuellen Kontakt löschen",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Du hast keine Kontakte in Deinem Adressbuch oder Dein Adressbuch ist deaktiviert.</h3><p>Füge einen neuen Kontakt hinzu oder importiere existierende Kontakte aus einer VCF-Datei.</p>",
"Add contact" => "Kontakt hinzufügen",
"You have no contacts in your address book or your address book is disabled." => "Du hast keine Kontakte in deinem Adressbuch oder dein Adressbuch ist deaktiviert.",
"Add a new contact or import existing contacts from a VCF file." => "Füge einen neuen Kontakt hinzu oder importiere bestehende Kontakte aus einer VCF-Datei.",
"Which contact should the data be merged into?" => "In welchen Kontakt sollen die Daten zusammengeführt werden?",
"Delete the other(s) after successful merge?" => "Den/die anderen löschen nach erfolgreicher Zusammenführung?",
"Compose mail" => "E-Mail schreiben",

View File

@ -10,7 +10,7 @@
# arkascha <foss@christian-reiner.info>, 2013
# driz <driz@i2pmail.org>, 2012
# CBiX <fh@cbix.de>, 2012
# javex <javex.transifex@inexplicity.de>, 2012
# javex, 2012
# george <social@georgehrke.com>, 2011
# hebbet <pascal.herbert@gmail.com>, 2012
# I Robot, 2013
@ -42,9 +42,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"Last-Translator: kabum <uu.kabum@gmail.com>\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 06:20+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -215,17 +215,17 @@ msgstr "Fehler beim Analysieren des Geburtstages {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "Das Backend unterstüzt keine Multibyte-Zeichen."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Einige zum Löschen vorgemerkte Kontakte wurden noch nicht gelöscht. Bitte warten."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klicken um das Löschen von {num} Kontakten rückgängig zu machen."
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Die Löschung von {num} Kontakten wurde abgebrochen"
@ -328,7 +328,7 @@ msgstr "Schließen"
msgid "Server error! Please inform system administator"
msgstr "Serverfehler! Bitte informiere den System-Administrator"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Fehler beim Laden eines Bildes: {error}"
@ -352,7 +352,7 @@ msgstr "Du hast nicht die Berechtigung, diesem Adressbuch Kontakte hinzuzufügen
msgid "The backend for this address book does not support adding contacts"
msgstr "Das Backend für dieses Adressbuch unterstützt nicht das Hinzufügen von Kontakten."
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Du besitzt nicht die erforderlichen Rechte, um diesen Kontakte zu löschen."
@ -380,81 +380,81 @@ msgstr "Du besitzt nicht die Berechtigungen, dieses Adressbuch zu löschen."
msgid "Address book not found"
msgstr "Adressbuch nicht gefunden."
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Du besitzt nicht die Berechtigung, diese Veranstaltung zu sehen."
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Du hast nicht die Berechtigungen, diesen Kontakt zu aktualisieren."
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "Das Backend für diesen Kontakt unterstützt nicht dessen Aktualisierung."
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "Dieses Backend unterstützt nicht das Hinzufügen von Kontakten."
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Merkmal nicht gefunden"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr "Fehlender IM-Parameter für:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "IM unbekannt:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Geburtstag von {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Fehler beim Anlegen eines Adressbuches."
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "Das \"%s\"-Backend unterstüzt das Löschen von Adressbüchern nicht."
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Du hast nicht die erforderlichen Rechte, das \"%s\" Adressbuch zu löschen"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Fehler beim Löschen eines Adressbuches."
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Fehler beim Anlegen eines Kontakts."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Fehler beim Erstellen des Kontaktes"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Fehler beim Löschen des Kontaktes"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Fehler beim Abrufen des Kontaktes"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Fehler beim Speichern des Kontaktes"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Fehler beim Entfernen des Kontakts aus einem anderen Adressbuch."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Fehler beim Verschieben des Kontaktes"
@ -751,7 +751,7 @@ msgstr "Freunde"
msgid "Family"
msgstr "Familie"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Neuer Kontakt"
@ -884,14 +884,12 @@ msgstr "Aktuellen Kontakt löschen"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Du hast keine Kontakte in Deinem Adressbuch oder Dein Adressbuch ist deaktiviert.</h3><p>Füge einen neuen Kontakt hinzu oder importiere existierende Kontakte aus einer VCF-Datei.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Du hast keine Kontakte in deinem Adressbuch oder dein Adressbuch ist deaktiviert."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Kontakt hinzufügen"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Füge einen neuen Kontakt hinzu oder importiere bestehende Kontakte aus einer VCF-Datei."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr ""
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -175,8 +175,6 @@
"Add new contact" => "Neuen Kontakt hinzufügen",
"Add new addressbook" => "Neues Adressbuch hinzufügen",
"Delete current contact" => "Aktuellen Kontakt löschen",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Es befinden sich keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert.</h3><p>Fügen Sie neue hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei.</p>",
"Add contact" => "Kontakt hinzufügen",
"Which contact should the data be merged into?" => "In welchen Kontakt sollen die Daten zusammengeführt werden?",
"Delete the other(s) after successful merge?" => "Den/die Anderen löschen nach erfolgreicher Zusammenführung?",
"Compose mail" => "E-Mail schreiben",

View File

@ -40,8 +40,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n"
@ -213,17 +213,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Einige zum Löschen vorgemerkte Kontakte wurden noch nicht gelöscht. Bitte warten."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klicken Sie hier um das Löschen von {num} Kontakten rückgängig zu machen"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Das Entfernen von {num} Kontakten wurde abgebrochen"
@ -326,7 +326,7 @@ msgstr "Schliessen"
msgid "Server error! Please inform system administator"
msgstr "Serverfehler! Bitte informieren Sie den System-Administrator"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Fehler beim Laden eines Fotos: {error}"
@ -410,49 +410,49 @@ msgstr "IM unbekannt:"
msgid "{name}'s Birthday"
msgstr "Geburtstag von {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Fehler beim Anlegen eines Adressbuchs"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Sie haben nicht die erforderlichen Rechte, das \"%s\" Adressbuch zu löschen"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Fehler beim Löschen eines Adressbuchs."
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Fehler beim Anlegen eines Kontakts. "
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Fehler beim Entfernen des Kontakts aus einem anderen Adressbuch."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -749,7 +749,7 @@ msgstr "Freunde"
msgid "Family"
msgstr "Familie"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -882,14 +882,12 @@ msgstr "Aktuellen Kontakt löschen"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Es befinden sich keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert.</h3><p>Fügen Sie neue hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Kontakt hinzufügen"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -200,8 +200,8 @@
"Add new contact" => "Neuen Kontakt hinzufügen",
"Add new addressbook" => "Neues Adressbuch hinzufügen",
"Delete current contact" => "Aktuellen Kontakt löschen",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Sie haben keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert.</h3><p>Fügen Sie einen neuen hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei.</p>",
"Add contact" => "Kontakt hinzufügen",
"You have no contacts in your address book or your address book is disabled." => "Sie haben keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert.",
"Add a new contact or import existing contacts from a VCF file." => "Fügen Sie einen neuen Kontakt hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei.",
"Which contact should the data be merged into?" => "In welchen Kontakt sollen die Daten zusammengeführt werden?",
"Delete the other(s) after successful merge?" => "Den/die Anderen löschen nach erfolgreicher Zusammenführung?",
"Compose mail" => "E-Mail schreiben",

View File

@ -14,7 +14,7 @@
# deh3nne, 2012
# driz <driz@i2pmail.org>, 2012
# CBiX <fh@cbix.de>, 2012
# javex <javex.transifex@inexplicity.de>, 2012
# javex, 2012
# george <social@georgehrke.com>, 2011
# hebbet <pascal.herbert@gmail.com>, 2012
# SteinQuadrat, 2013
@ -47,9 +47,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"Last-Translator: kabum <uu.kabum@gmail.com>\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 06:20+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -220,17 +220,17 @@ msgstr "Fehler beim Analysieren des Geburtstages {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "Das Backend unterstüzt keine Multibyte-Zeichen."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Einige zum Löschen vorgemerkte Kontakte wurden noch nicht gelöscht. Bitte warten."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klicken Sie hier um das Löschen von {num} Kontakten rückgängig zu machen"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Die Löschung von {num} Kontakten wurde abgebrochen"
@ -333,7 +333,7 @@ msgstr "Schließen"
msgid "Server error! Please inform system administator"
msgstr "Serverfehler! Bitte informieren Sie den System-Administrator"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Fehler beim Laden eines Fotos: {error}"
@ -357,7 +357,7 @@ msgstr "Sie haben nicht die erforderlichen Rechte, Kontakte zum Adressbuch hinzu
msgid "The backend for this address book does not support adding contacts"
msgstr "Das Backend für dieses Adressbuch unterstützt nicht das Hinzufügen von Kontakten."
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Sie haben nicht die erforderlichen Rechte, diesen Kontakt zu löschen."
@ -385,81 +385,81 @@ msgstr "Sie haben nicht die erforderlichen Rechte, dieses Adressbuch zu löschen
msgid "Address book not found"
msgstr "Das Adressbuch wurde nicht gefunden."
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Sie haben nicht die erforderlichen Rechte, diesen Kontakt zu sehen."
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Sie haben nicht die erforderlichen Rechte, diesen Kontakt zu aktualisieren."
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "Das Backend für diesen Kontakt unterstützt nicht dessen Aktualisierung."
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "Dieses Backend unterstützt nicht das Hinzufügen von Kontakten."
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Eigenschaft nicht gefunden"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr "Fehlender IM-Parameter für:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "IM unbekannt:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Geburtstag von {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Fehler beim Anlegen eines Adressbuchs"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "Das \"%s\"-Backend unterstüzt das Löschen von Adressbüchern nicht."
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Sie haben nicht die erforderlichen Rechte, das Adressbuch \"%s\" zu löschen"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Fehler beim Löschen eines Adressbuchs."
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Fehler beim Anlegen eines Kontakts. "
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Fehler beim Erstellen des Kontaktes"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Fehler beim Löschen des Kontaktes"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Fehler beim Abrufen des Kontaktes"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Fehler beim Speichern des Kontaktes"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Fehler beim Entfernen des Kontakts aus einem anderen Adressbuch."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Fehler beim Verschieben des Kontaktes"
@ -756,7 +756,7 @@ msgstr "Freunde"
msgid "Family"
msgstr "Familie"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Neuer Kontakt"
@ -889,14 +889,12 @@ msgstr "Aktuellen Kontakt löschen"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Sie haben keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert.</h3><p>Fügen Sie einen neuen hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Sie haben keine Kontakte in Ihrem Adressbuch oder Ihr Adressbuch íst deaktiviert."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Kontakt hinzufügen"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Fügen Sie einen neuen Kontakt hinzu oder importieren Sie existierende Kontakte aus einer VCF-Datei."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -199,8 +199,8 @@
"Add new contact" => "Προσθήκη νέας επαφής",
"Add new addressbook" => "Προσθήκη νέου βιβλίου επαφών",
"Delete current contact" => "Διαγραφή τρέχουσας επαφής",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Δεν έχετε επαφές στο βιβλίο διευθύνσεων ή το βιβλίο διευθύνσεών σας είναι απενεργοποιημένο.</h3><p>Προσθέστε μία νέα επαφή ή εισάγετε τις υπάρχουσες επαφές σας από ένα αρχείο VCF.</p>",
"Add contact" => "Προσθήκη επαφής",
"You have no contacts in your address book or your address book is disabled." => "Δεν έχετε επαφές στο βιβλίο διευθύνσεών σας ή το βιβλίο διευθύνσεων σας είναι απενεργοποιημένο.",
"Add a new contact or import existing contacts from a VCF file." => "Προσθέστε μια νέα επαφή ή εισαγάγετε υπάρχουσες επαφές από ένα VCF αρχείο.",
"Which contact should the data be merged into?" => "Με ποιά επαφή θα θέλατε να συγχωνευτούν τα δεδομένα?",
"Delete the other(s) after successful merge?" => "Διαγραφή του(ων) άλλου(ων) μετά την επιτυχή συγχώνευση?",
"Compose mail" => "Σύνθεση μηνύματος",

View File

@ -22,6 +22,7 @@
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2012
# Serenata <pamponiros@yahoo.com>, 2013
# pe_ppe <peppe@cs.uoi.gr>, 2014
# stratosgl <stratos_gl@yahoo.com>, 2014
# Teogramm <theodorewii121@hotmail.com>, 2013
# xneo1 <vagelis@cyberdest.com>, 2013
# xneo1 <vagelis@cyberdest.com>, 2012
@ -34,9 +35,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-04-01 00:49-0400\n"
"PO-Revision-Date: 2014-03-31 16:21+0000\n"
"Last-Translator: pe_ppe <peppe@cs.uoi.gr>\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 19:00+0000\n"
"Last-Translator: stratosgl <stratos_gl@yahoo.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -207,17 +208,17 @@ msgstr "Σφάλμα κατά την ανάλυση των γενεθλίων {b
msgid "The backend does not support multi-byte characters."
msgstr "Το σύστημα δεν υποστηρίζει χαρακτήρες πολλών bytes"
#: js/contacts.js:2212
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Κάποιες επαφές σημειώθηκαν προς διαγραφή αλλά δεν έχουν διαγραφεί ακόμα. Παρακαλώ περιμένετε μέχρι να διαγραφούν."
#: js/contacts.js:2223
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Επιλέξτε για να αναιρέσετε τη διαγραφή {num} επαφών"
#: js/contacts.js:2232
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Αναιρέθηκε η διαγραφή {num} επαφών"
@ -344,7 +345,7 @@ msgstr "Δεν έχετε άδεια για να προσθέσετε επαφέ
msgid "The backend for this address book does not support adding contacts"
msgstr "Το σύστημα για αυτό το βιβλίο διευθύνσεων δεν υποστηρίζει την προσθήκη επαφών."
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Δεν έχετε άδεια για τη διαγραφή αυτής της επαφής"
@ -372,35 +373,35 @@ msgstr "Δεν έχετε άδεια να διαγράψετε το βιβλίο
msgid "Address book not found"
msgstr "Δε βρέθηκε βιβλίο διευθύνσεων"
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Δεν έχετε άδεια να δείτε αυτή την επαφή"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Δεν έχετε άδεια για να ενημερώσετε αυτή την επαφή"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "Το σύστημα για αυτή την επαφή δεν υποστηρίζει την ενημέρωσή της"
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "Αυτό το σύστημα δεν υποστηρίζει προσθήκη επαφών"
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "H ιδιότητα δεν βρέθηκε"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr "Λείπει παράμετρος AM για:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "Άγνωστο AM:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Τα γενέθλια του/της {name}"
@ -743,7 +744,7 @@ msgstr "Φίλοι"
msgid "Family"
msgstr "Οικογένεια"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Νέα επαφή"
@ -876,14 +877,12 @@ msgstr "Διαγραφή τρέχουσας επαφής"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Δεν έχετε επαφές στο βιβλίο διευθύνσεων ή το βιβλίο διευθύνσεών σας είναι απενεργοποιημένο.</h3><p>Προσθέστε μία νέα επαφή ή εισάγετε τις υπάρχουσες επαφές σας από ένα αρχείο VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Δεν έχετε επαφές στο βιβλίο διευθύνσεών σας ή το βιβλίο διευθύνσεων σας είναι απενεργοποιημένο."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Προσθήκη επαφής"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Προσθέστε μια νέα επαφή ή εισαγάγετε υπάρχουσες επαφές από ένα VCF αρχείο."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n"
@ -106,7 +106,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -157,11 +157,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -181,17 +181,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -290,11 +290,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -378,49 +378,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -483,37 +483,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -716,7 +717,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +850,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -200,8 +200,8 @@
"Add new contact" => "Add new contact",
"Add new addressbook" => "Add new address book",
"Delete current contact" => "Delete current contact",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>",
"Add contact" => "Add contact",
"You have no contacts in your address book or your address book is disabled." => "You have no contacts in your address book or your address book is disabled.",
"Add a new contact or import existing contacts from a VCF file." => "Add a new contact or import existing contacts from a VCF file.",
"Which contact should the data be merged into?" => "Into which contact should the data be merged?",
"Delete the other(s) after successful merge?" => "Delete the other(s) after successful merge?",
"Compose mail" => "Compose mail",

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 11:30+0000\n"
"Last-Translator: mnestis <transifex@mnestis.net>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n"
@ -181,17 +181,17 @@ msgstr "Error parsing birthday {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "The backend does not support multi-byte characters."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Click to undo deletion of {num} contacts"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancelled deletion of {num} contacts"
@ -294,7 +294,7 @@ msgstr "Close"
msgid "Server error! Please inform system administator"
msgstr "Server error! Please inform a system administrator"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Failed to load photo: {error}"
@ -318,7 +318,7 @@ msgstr "You do not have permission add contacts to the address book"
msgid "The backend for this address book does not support adding contacts"
msgstr "The backend for this address book does not support adding contacts"
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "You do not have permission to delete this contact"
@ -346,81 +346,81 @@ msgstr "You don't have permission to delete the address book."
msgid "Address book not found"
msgstr "Address book not found"
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "You do not have permission to see this contact"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "You do not have permission to update this contact"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "The backend for this contact does not support updating it"
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "This backend not support adding contacts"
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Property not found"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr " Missing IM parameter for: "
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "Unknown IM: "
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "{name}'s Birthday"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Error creating address book"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "The \"%s\" backend does not support deleting address books"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "You do not have permission to delete the \"%s\" address book"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Error deleting address book"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Error creating contact."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Error creating contact"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Error deleting contact"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Error retrieving contact"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Error saving contact"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Error removing contact from other address book."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Error getting moved contact"
@ -717,7 +717,7 @@ msgstr "Friends"
msgid "Family"
msgstr "Family"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "New contact"
@ -850,14 +850,12 @@ msgstr "Delete current contact"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "You have no contacts in your address book or your address book is disabled."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Add a new contact or import existing contacts from a VCF file."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -138,7 +138,6 @@
"Add new contact" => "Aldoni novan kontakton",
"Add new addressbook" => "Aldoni novan adresaron",
"Delete current contact" => "Forigi la nunan kontakton",
"Add contact" => "Aldoni kontakton",
"Compose mail" => "Redakti retpoŝtomesaĝon",
"Delete current photo" => "Forigi nunan foton",
"Edit current photo" => "Redakti nunan foton",

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
@ -183,17 +183,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Iuj kontaktoj estas markitaj por forigo, sed ankoraŭ ne forigitaj. Bonvolu atendi ĝis ili foriĝos."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klaku por malfari forigon de {num} kontaktoj"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Nuliĝis forigo de {num} kontaktoj"
@ -296,7 +296,7 @@ msgstr "Fermi"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Malsukcesis ŝargo de foto: {error}"
@ -380,49 +380,49 @@ msgstr "Nekonata tujmesaĝado:"
msgid "{name}'s Birthday"
msgstr "Naskiĝtago de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Eraris kreo de adresaro"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Eraris forigo de adresaro"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Eraris kreo de kontakto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Eraris forigo de kontakto el aliaj adresaroj."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -719,7 +719,7 @@ msgstr "Amikoj"
msgid "Family"
msgstr "Familio"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -852,14 +852,12 @@ msgstr "Forigi la nunan kontakton"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Aldoni kontakton"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -200,8 +200,8 @@
"Add new contact" => "Añadir un nuevo contacto",
"Add new addressbook" => "Añadir nueva libreta de direcciones",
"Delete current contact" => "Eliminar contacto actual",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>No tiene contactos en su libreta de direcciones o su libreta de direcciones está desactivada.</h3><p>Agregue un nuevo contacto o importe contactos de un archivo VCF.</p>",
"Add contact" => "Añadir contacto",
"You have no contacts in your address book or your address book is disabled." => "No tiene contactos en su libreta de direcciones, o su libreta está desactivada.",
"Add a new contact or import existing contacts from a VCF file." => "Agregue un nuevo contacto o importe contactos existentes de un archivo VCF.",
"Which contact should the data be merged into?" => "¿En qué contacto deben fusionarse los datos?",
"Delete the other(s) after successful merge?" => "¿Borrar el/los otro(s) después de una combinación satisfactoria?",
"Compose mail" => "Redactar mensaje",

View File

@ -36,8 +36,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 16:40+0000\n"
"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
@ -209,17 +209,17 @@ msgstr "Error al analizar la fecha de nacimiento {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "El backend no permite caracteres multi-byte."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Algunos contactos están marcados para su eliminación, pero no eliminados todavía. Por favor, espere a que sean eliminados."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Pulse para deshacer la eliminación de {num} contactos"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancelada la eliminación de {num} contactos"
@ -322,7 +322,7 @@ msgstr "Cerrar"
msgid "Server error! Please inform system administator"
msgstr "Error en el servidor. Por favor, informe al administrador."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Error cargando foto: {error}"
@ -346,7 +346,7 @@ msgstr "No tiene permisos para agregar contactos a esta libreta de direcciones"
msgid "The backend for this address book does not support adding contacts"
msgstr "El backend de esta libreta de direcciones no permite agregar contactos"
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "No tiene permisos para borrar este contacto"
@ -374,81 +374,81 @@ msgstr "No tiene permisos para borrar esta libreta de direcciones."
msgid "Address book not found"
msgstr "No se encontraron libretas de direcciones."
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "No tiene permisos para ver este contacto"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "No tiene permisos para actualizar este contacto"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "El backend de este contacto no permite actualizarlo"
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "Este backend no permite agregar contactos"
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Propiedad no encontrada"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr "Falta el parámetro de IM para:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "Servicio IM desconocido:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Cumpleaños de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Error creando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "El backend \"%s\" no permite eliminar libretas de direcciones"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "No tiene los permisos requeridos para eliminar la libreta de direcciones \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Error borrando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Error creando contacto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Error al crear contacto"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Error al eliminar contacto"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Error al recuperar contacto"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Error al guardar contacto"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Error borrando contacto desde otra libreta de direcciones."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Error al obtener contacto movido"
@ -745,7 +745,7 @@ msgstr "Amigos"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Nuevo contacto"
@ -878,14 +878,12 @@ msgstr "Eliminar contacto actual"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>No tiene contactos en su libreta de direcciones o su libreta de direcciones está desactivada.</h3><p>Agregue un nuevo contacto o importe contactos de un archivo VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "No tiene contactos en su libreta de direcciones, o su libreta está desactivada."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Añadir contacto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Agregue un nuevo contacto o importe contactos existentes de un archivo VCF."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -180,8 +180,6 @@
"Add new contact" => "Agregar un nuevo contacto",
"Add new addressbook" => "Agregar nueva agenda",
"Delete current contact" => "Borrar el contacto seleccionado",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>No tenés contactos en la libreta de direcciones o la libreta de direcciones está desactivada.</h3><p>Agregá un nuevo contacto o importá contactos de un archivo VCF.</p>",
"Add contact" => "Agregar contacto",
"Which contact should the data be merged into?" => "¿En qué contacto deben fusionarse los datos?",
"Delete the other(s) after successful merge?" => "¿Borrar el/los otro(s) después de una combinación satisfactoria?",
"Compose mail" => "Redactar mensaje",

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
@ -188,17 +188,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Algunos contactos fuero marcados para ser borrados, pero no fueron borrados todavía. Esperá que lo sean."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Pulsá para deshacer la eliminación de {num} contactos"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancelado el borrado de {num} contactos"
@ -301,7 +301,7 @@ msgstr "Cerrar"
msgid "Server error! Please inform system administator"
msgstr "Error en el servidor. Por favor, informá al administrador."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Error cargando foto: {error}"
@ -385,49 +385,49 @@ msgstr "MI desconocido:"
msgid "{name}'s Birthday"
msgstr "Cumpleaños de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Error creando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "No tenés los permisos requeridos para para la libreta de direcciones \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Error borrando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Error al crear contacto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Error borrando contacto de la otra libreta de direcciones."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -724,7 +724,7 @@ msgstr "Amigos"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Nuevo contacto"
@ -857,14 +857,12 @@ msgstr "Borrar el contacto seleccionado"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>No tenés contactos en la libreta de direcciones o la libreta de direcciones está desactivada.</h3><p>Agregá un nuevo contacto o importá contactos de un archivo VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Agregar contacto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Spanish (Chile) (http://www.transifex.com/projects/p/owncloud/language/es_CL/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr "OK"
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -176,8 +176,6 @@
"Add new contact" => "Añadir un nuevo contacto",
"Add new addressbook" => "Añadir nueva libreta de direcciones",
"Delete current contact" => "Eliminar contacto actual",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>No tiene contactos en su libreta de direcciones o su libreta de direcciones está desactivada.</h3><p>Agregue un nuevo contacto o importe contactos de un archivo VCF.</p>",
"Add contact" => "Añadir contacto",
"Which contact should the data be merged into?" => "¿En qué contacto deben fusionarse los datos?",
"Delete the other(s) after successful merge?" => "¿Borrar el/los otro(s) después de una combinación satisfactoria?",
"Compose mail" => "Redactar mensaje",

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Algunos contactos están marcados para su eliminación, pero no eliminados todavía. Por favor, espere a que sean eliminados."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Pulse para deshacer la eliminación de {num} contactos"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancelada la eliminación de {num} contactos"
@ -293,7 +293,7 @@ msgstr "Cerrar"
msgid "Server error! Please inform system administator"
msgstr "Error en el servidor. Por favor, informe al administrador."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Error cargando foto: {error}"
@ -377,49 +377,49 @@ msgstr "Servicio IM desconocido:"
msgid "{name}'s Birthday"
msgstr "Cumpleaños de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Error creando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "No tiene los permisos requeridos para eliminar la libreta de direcciones \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Error borrando libreta de direcciones"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Error creando contacto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Error borrando contacto desde otra libreta de direcciones."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr "Amigos"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,14 +849,12 @@ msgstr "Eliminar contacto actual"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>No tiene contactos en su libreta de direcciones o su libreta de direcciones está desactivada.</h3><p>Agregue un nuevo contacto o importe contactos de un archivo VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Añadir contacto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -1,6 +1,11 @@
<?php $TRANSLATIONS = array(
"Contacts" => "Kontaktid",
"Save" => "Salvesta",
"Starting file import" => "Käivitan faili impordi",
"Format selected: {format}" => "Valitud formaat: {format}",
"Automatic format detection" => "Automaatne formaadi tuvastus",
"Processing {count}/{total} cards" => "Käitlen {count}/{total} kaarti",
"Total:{total}, Success:{imported}, Errors:{failed}" => "Kokku: {total}, Edukaid: {imported}, Vigu:{failed}",
"An address book called {name} already exists" => "Aadressiraamat nimega {name} on juba olemas",
"Failed adding address book: {error}" => "Aadressiramatu lisamine ebaõnnestus: {error}",
"Failed loading address books: {error}" => "Aadressiraamatute laadimine ebaõnnestus: {error}",
@ -17,6 +22,8 @@
"Merge failed. Error saving contact." => "Ühendamine ebaõnnestus. Viga kontakti salvestamisel.",
"Select photo" => "Vali foto",
"Network or server error. Please inform administrator." => "Võrgu või serveri viga. Palun informeeri administraatorit.",
"Only images can be used as contact photos" => "Kontaktifotodena saab kasutada ainult pilte",
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "Faili \"{filename}\" suurus ületab maksimaalse lubatud suuruse {size}",
"Error adding to group." => "Viga gruppi lisamisel.",
"Error removing from group." => "Viga grupist eemaldamisel.",
"You have selected over 300 contacts.\nThis will most likely fail! Click here to try anyway." => "Oled valinud üle 300 kontakti.\nTõenäoliselt see ebaõnnestub. Kliki siia jätkamaks ikkagi.",
@ -31,6 +38,7 @@
"Error parsing date: {date}" => "Viga kuupäeva parsimisel: {date}",
"# groups" => "# grupid",
"Error parsing birthday {bday}" => "Viga sünnipäeva lugemisel {bday}",
"The backend does not support multi-byte characters." => "Tagarakend ei toeta mitme baidilisi sümboleid.",
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Mõned kontaktid on märgitud kustutamiseks, aga pole veel kustutatud. Palun oota, kuni need kustutatakse.",
"Click to undo deletion of {num} contacts" => "Kliki, et tühistada {num} kontakti kustutamine",
"Cancelled deletion of {num} contacts" => "Tühistatud {num} kontakti kustutamine",
@ -67,6 +75,7 @@
"You do not have permissions to delete this contact" => "Sul pole selle kontakti kustutamiseks õigusi",
"The backend for this address book does not support deleting contacts" => "Selle aadressiraamatu tagarakend ei toeta kontaktide kustutamist",
"Unknown error" => "Tundmatu viga",
"Access denied" => "Ligipääs keelatud",
"The backend for this address book does not support updating" => "Selle aadressiraamatu tagarakend ei toeta uuendamist",
"You don't have permissions to delete the address book." => "Sul pole õigusi aadressiraamatu kustutamiseks.",
"Address book not found" => "Aadressiraamatut ei leitud",
@ -79,10 +88,16 @@
"Unknown IM: " => "Tundmatu IM:",
"{name}'s Birthday" => "{name} sünnipäev",
"Error creating address book" => "Viga aadressiraamatu loomisel",
"The \"%s\" backend does not support deleting address books" => "Tagarakend \"%s\" ei toeta aadressiraamatu kustutamist",
"You do not have permissions to delete the \"%s\" address book" => "Sul pole õigusi aadressiraamatu \"%s\" kustutamiseks",
"Error deleting address book" => "Viga aadressiraamatu kustutamisel",
"Error creating contact." => "Viga kontakti loomisel.",
"Error creating contact" => "Viga kontakti loomisel",
"Error deleting contact" => "Viga kontakti kustutamisel",
"Error retrieving contact" => "Viga kontakti hankimisel",
"Error saving contact" => "Viga kontakti salvestamisel",
"Error removing contact from other address book." => "Viga kontakti eemaldamisel aadressiraamatust.",
"Error getting moved contact" => "Viga liigutatud kontakti hankiisel",
"Couldn't find contact." => "Ei suuda leida kontakti.",
"No contact data in request." => "Päringus pole kontaktinfot.",
"Error merging into contact." => "Viga kontaktiks ühendamisel.",
@ -94,6 +109,7 @@
"Error saving contact to backend" => "Viga kontakti salvestamisel tagarakendisse",
"Error getting user photo" => "Viga kasutaja foto hankimisel",
"No photo path was submitted." => "Foto asukohta pole määratud.",
"Error loading image from cache" => "Viga pildi puhvrist laadimisel",
"Error getting PHOTO property." => "Viga PHOTO omaduse hankimisel.",
"Error saving contact." => "Viga kontakti salvestamisel.",
"No group name given." => "Puudub grupi nimi.",
@ -139,6 +155,7 @@
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
"ownCloud handle" => "ownCloud handle",
"Work" => "Töö",
"Home" => "Kodu",
"Mobile" => "Mobiil",
@ -157,6 +174,7 @@
"Address books" => "Aadressiraamatud",
"Display name" => "Näidatav nimi",
"Add Address Book" => "Lisa aadressiraamat",
"Automatic format" => "Automaatne formaat",
"Select file..." => "Vali fail...",
"(De-)select all" => "(Ära) vali kõik",
"Sort order" => "Sorteerimise järjekord",
@ -182,19 +200,19 @@
"Add new contact" => "Lisa uus kontakt",
"Add new addressbook" => "Lisa uus aadressiraamat",
"Delete current contact" => "Kustuta praegune kontakt",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Sul pole aadressiraamatus ühtegi kontakti või on sinu aadressiraamat keelatud.</h3><p>Lisa uus kontakt või impordi olemasolevad kontaktid VCF failist.</p>",
"Add contact" => "Lisa kontakt",
"Which contact should the data be merged into?" => "Millisele kontaktile tuleks andmed lisada?",
"Delete the other(s) after successful merge?" => "Kustuta teine (teised) peale edukat ühendamist?",
"Compose mail" => "Koosta kiri",
"Delete current photo" => "Kustuta praegune foto",
"Edit current photo" => "Muuda praegust pilti",
"Upload new photo" => "Lae üles uus foto",
"Select photo from Files" => "Vali failidest pilt ",
"Favorite" => "Lemmik",
"Name" => "Nimi",
"First name" => "Eesnimi",
"Additional names" => "Lisanimed",
"Last name" => "Perekonnanimi",
"Address book" => "Aadressiraamat",
"Nickname" => "Hüüdnimi",
"Title" => "Pealkiri",
"Organization" => "Organisatsioon",

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@ -30,23 +30,23 @@ msgstr "Salvesta"
#: js/addressbooks.js:306
msgid "Starting file import"
msgstr ""
msgstr "Käivitan faili impordi"
#: js/addressbooks.js:310 js/addressbooks.js:338
msgid "Format selected: {format}"
msgstr ""
msgstr "Valitud formaat: {format}"
#: js/addressbooks.js:313 js/addressbooks.js:341
msgid "Automatic format detection"
msgstr ""
msgstr "Automaatne formaadi tuvastus"
#: js/addressbooks.js:391
msgid "Processing {count}/{total} cards"
msgstr ""
msgstr "Käitlen {count}/{total} kaarti"
#: js/addressbooks.js:415
msgid "Total:{total}, Success:{imported}, Errors:{failed}"
msgstr ""
msgstr "Kokku: {total}, Edukaid: {imported}, Vigu:{failed}"
#: js/addressbooks.js:569
msgid "An address book called {name} already exists"
@ -114,11 +114,11 @@ msgstr "Võrgu või serveri viga. Palun informeeri administraatorit."
#: js/app.js:789
msgid "Only images can be used as contact photos"
msgstr ""
msgstr "Kontaktifotodena saab kasutada ainult pilte"
#: js/app.js:798
msgid "The size of \"{filename}\" exceeds the maximum allowed {size}"
msgstr ""
msgstr "Faili \"{filename}\" suurus ületab maksimaalse lubatud suuruse {size}"
#: js/app.js:967
msgid "Error adding to group."
@ -181,19 +181,19 @@ msgstr "Viga sünnipäeva lugemisel {bday}"
#: js/contacts.js:1315
msgid "The backend does not support multi-byte characters."
msgstr ""
msgstr "Tagarakend ei toeta mitme baidilisi sümboleid."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Mõned kontaktid on märgitud kustutamiseks, aga pole veel kustutatud. Palun oota, kuni need kustutatakse."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Kliki, et tühistada {num} kontakti kustutamine"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Tühistatud {num} kontakti kustutamine"
@ -296,7 +296,7 @@ msgstr "Sulge"
msgid "Server error! Please inform system administator"
msgstr "Serveri viga! Palun teavita süsteemi administraatorit"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Pildi laadimine ebaõnnestus: {error}"
@ -334,7 +334,7 @@ msgstr "Tundmatu viga"
#: lib/addressbook.php:410
msgid "Access denied"
msgstr ""
msgstr "Ligipääs keelatud"
#: lib/addressbook.php:417
msgid "The backend for this address book does not support updating"
@ -380,51 +380,51 @@ msgstr "Tundmatu IM:"
msgid "{name}'s Birthday"
msgstr "{name} sünnipäev"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Viga aadressiraamatu loomisel"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
msgstr "Tagarakend \"%s\" ei toeta aadressiraamatu kustutamist"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Sul pole õigusi aadressiraamatu \"%s\" kustutamiseks"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Viga aadressiraamatu kustutamisel"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Viga kontakti loomisel."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
msgstr "Viga kontakti loomisel"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
msgstr "Viga kontakti kustutamisel"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
msgstr "Viga kontakti hankimisel"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
msgstr "Viga kontakti salvestamisel"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Viga kontakti eemaldamisel aadressiraamatust."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
msgstr "Viga liigutatud kontakti hankiisel"
#: lib/controller/contactcontroller.php:37
#: lib/controller/contactcontroller.php:63
@ -475,7 +475,7 @@ msgstr "Foto asukohta pole määratud."
#: lib/controller/contactphotocontroller.php:193
msgid "Error loading image from cache"
msgstr ""
msgstr "Viga pildi puhvrist laadimisel"
#: lib/controller/contactphotocontroller.php:203
msgid "Error getting PHOTO property."
@ -667,7 +667,7 @@ msgstr "GaduGadu"
#: lib/utils/properties.php:136
msgid "ownCloud handle"
msgstr ""
msgstr "ownCloud handle"
#: lib/utils/properties.php:163 lib/utils/properties.php:171
#: lib/utils/properties.php:182 lib/utils/properties.php:199
@ -719,7 +719,7 @@ msgstr "Sõbrad"
msgid "Family"
msgstr "Pereliikmed"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Uus kontakt"
@ -745,7 +745,7 @@ msgstr "Lisa aadressiraamat"
#: templates/contacts.php:35
msgid "Automatic format"
msgstr ""
msgstr "Automaatne formaat"
#: templates/contacts.php:44 templates/contacts.php:45
msgid "Select file..."
@ -852,14 +852,12 @@ msgstr "Kustuta praegune kontakt"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Sul pole aadressiraamatus ühtegi kontakti või on sinu aadressiraamat keelatud.</h3><p>Lisa uus kontakt või impordi olemasolevad kontaktid VCF failist.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Lisa kontakt"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"
@ -887,7 +885,7 @@ msgstr "Lae üles uus foto"
#: templates/contacts.php:232
msgid "Select photo from Files"
msgstr ""
msgstr "Vali failidest pilt "
#: templates/contacts.php:234
msgid "Favorite"
@ -911,7 +909,7 @@ msgstr "Perekonnanimi"
#: templates/contacts.php:269
msgid "Address book"
msgstr ""
msgstr "Aadressiraamat"
#: templates/contacts.php:276 templates/contacts.php:353
msgid "Nickname"

View File

@ -174,8 +174,6 @@
"Add new contact" => "Gehitu kontaktu berria",
"Add new addressbook" => "Gehitu helbide-liburu berria",
"Delete current contact" => "Ezabatu uneko kontaktuak",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Ez duzu kontakturik helbide-liburuan edo helbide-liburua desgaituta dago.</h3><p>Gehitu kontaktu berri bat edo inportatu VCF fitxategi batetatik.</p>",
"Add contact" => "Gehitu kontaktua",
"Which contact should the data be merged into?" => "Ze kontaktura bateratu beharko dira datuak?",
"Delete the other(s) after successful merge?" => "Ezabatu besteak bateratze arrakastatsu baten ondoren?",
"Compose mail" => "Idatzi eposta",

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
@ -185,17 +185,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Kontaktu batzuk ezabatzeko markatuta daude, baina oraindik ez dira ezabatu. Mesedez itxoin ezabatu arte."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klikatu {num} kontaktuen ezabaketa desegiteko"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "{num} kontaktuen ezabaketa ezeztatuta"
@ -298,7 +298,7 @@ msgstr "Itxi"
msgid "Server error! Please inform system administator"
msgstr "Errore bat izan da zerbitzaria! Mesedez abisatu administradorea."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Argazkia kargatzeak huts egin du: {error}"
@ -382,49 +382,49 @@ msgstr "BM ezezaguna:"
msgid "{name}'s Birthday"
msgstr "{name}ren jaioteguna"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Errorea helbide-liburua sortzerakoan"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Ez duzu \"%s\" helbide-liburua ezabatzeko baimenik"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Errorea helbide-liburua ezabatzerakoan"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Errore bat izan da kontaktua sortzean."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Errorea konkatua beste helbide-liburutik ezabatzerakoan."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -721,7 +721,7 @@ msgstr "Lagunak"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Kontaktu berria"
@ -854,14 +854,12 @@ msgstr "Ezabatu uneko kontaktuak"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Ez duzu kontakturik helbide-liburuan edo helbide-liburua desgaituta dago.</h3><p>Gehitu kontaktu berri bat edo inportatu VCF fitxategi batetatik.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Gehitu kontaktua"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr ""
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -54,7 +54,6 @@
"Email" => "ایمیل",
"Phone" => "شماره تلفن",
"Address" => "آدرس",
"Add contact" => "افزودن اطلاعات شخص مورد نظر",
"Delete current photo" => "پاک کردن تصویر کنونی",
"Edit current photo" => "ویرایش تصویر کنونی",
"Upload new photo" => "بار گذاری یک تصویر جدید",

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@ -185,17 +185,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -298,7 +298,7 @@ msgstr "بستن"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -382,49 +382,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr "روز تولد {name} است"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -721,7 +721,7 @@ msgstr ""
msgid "Family"
msgstr "خانواده"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -854,14 +854,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "افزودن اطلاعات شخص مورد نظر"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -21,6 +21,7 @@
"Merge failed. Error saving contact." => "Yhdistäminen epäonnistui. Virhe yhteystietoa tallentaessa.",
"Select photo" => "Valitse valokuva",
"Network or server error. Please inform administrator." => "Verkko- tai palvelinvirhe. Ilmoita asiasta pääkäyttäjälle.",
"Only images can be used as contact photos" => "Vain kuvatiedostoja voi käyttää yhteystietojen kuvina",
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "Tiedoston \"{filename}\" koko ylittää sallitus enimmäiskoon {size}",
"Error adding to group." => "Virhe ryhmään lisättäessä.",
"Error removing from group." => "Virhe poistaessa ryhmästä.",
@ -159,8 +160,8 @@
"Add new contact" => "Lisää uusi yhteystieto",
"Add new addressbook" => "Lisää uusi osoitekirja",
"Delete current contact" => "Poista nykyinen yhteystieto",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Osoitekirjassasi ei ole yhteystietoja, tai osoitekirja on poistettu käytöstä.</h3><p>Lisää uusia yhteystietoja, tai tuo yhteystietoja VCF-tiedostosta.</p>",
"Add contact" => "Lisää yhteystieto",
"You have no contacts in your address book or your address book is disabled." => "Osoitekirjassasi ei ole yhteystietoja, tai osoitekirjasi on pois käytöstä.",
"Add a new contact or import existing contacts from a VCF file." => "Lisää uusi yhteystieto tai tuo olemassa olevia yhteystietoja VCF-tiedostosta.",
"Compose mail" => "Lähetä sähköpostia",
"Delete current photo" => "Poista nykyinen valokuva",
"Edit current photo" => "Muokkaa nykyistä valokuvaa",

View File

@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 06:30+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
@ -118,7 +118,7 @@ msgstr "Verkko- tai palvelinvirhe. Ilmoita asiasta pääkäyttäjälle."
#: js/app.js:789
msgid "Only images can be used as contact photos"
msgstr ""
msgstr "Vain kuvatiedostoja voi käyttää yhteystietojen kuvina"
#: js/app.js:798
msgid "The size of \"{filename}\" exceeds the maximum allowed {size}"
@ -187,17 +187,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Jotkin yhteystiedot on merkitty poistettaviksi, mutta niitä ei ole vielä poistettu. Odota hetki, että kyseiset yhteystiedot poistetaan."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -300,7 +300,7 @@ msgstr "Sulje"
msgid "Server error! Please inform system administator"
msgstr "Palvelinvirhe! Ilmoita asiasta ylläpitäjälle"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Kuvan lataaminen epäonnistui: {error}"
@ -324,7 +324,7 @@ msgstr "Oikeutesi eivät riitä yhteystietojen lisäämiseen osoitekirjaan"
msgid "The backend for this address book does not support adding contacts"
msgstr ""
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Oikeutesi eivät riitä tämän yhteystiedon poistamiseen"
@ -352,81 +352,81 @@ msgstr "Oikeutesi eivät riitä tämän osoitekirjan poistamiseen."
msgid "Address book not found"
msgstr "Osoitekirjaa ei löytynyt"
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Oikeutesi eivät riitä tämän yhteystiedon katseluun"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Oikeutesi eivät riitä tämän yhteystiedon päivittämiseen"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr ""
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr ""
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Ominaisuutta ei löydy"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr ""
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "Tuntematon IM-arvo."
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Henkilön {name} syntymäpäivä"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Virhe osoitekirjaa luotaessa"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Käyttöoikeutesi eivät riitä osoitekirjan \"%s\" poistamiseen"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Virhe osoitekirjaa poistaessa"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Virhe yhteystietoa luotaessa."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Virhe yhteystietoa luotaessa"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Virhe yhteystietoa poistaessa"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Virhe yhteystietoa noutaessa"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Virhe yhteystietoa tallennettaessa"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -723,7 +723,7 @@ msgstr "Kaverit"
msgid "Family"
msgstr "Perhe"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Uusi yhteystieto"
@ -856,14 +856,12 @@ msgstr "Poista nykyinen yhteystieto"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Osoitekirjassasi ei ole yhteystietoja, tai osoitekirja on poistettu käytöstä.</h3><p>Lisää uusia yhteystietoja, tai tuo yhteystietoja VCF-tiedostosta.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Osoitekirjassasi ei ole yhteystietoja, tai osoitekirjasi on pois käytöstä."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Lisää yhteystieto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Lisää uusi yhteystieto tai tuo olemassa olevia yhteystietoja VCF-tiedostosta."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -189,8 +189,6 @@
"Add new contact" => "Ajouter un nouveau contact",
"Add new addressbook" => "Ajouter un nouveau carnet d'adresses",
"Delete current contact" => "Effacer le contact sélectionné",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Vous n'avez aucun contact dans votre carnet d'adresses ou votre carnet d'adresses n'est pas activé.</h3><p>Ajoutez un nouveau contact ou importez des contacts existants depuis un fichier VCF.</p>",
"Add contact" => "Ajouter un contact",
"Which contact should the data be merged into?" => "Vers quel contact les données doivent-elles être fusionnées ?",
"Delete the other(s) after successful merge?" => "Supprimer le(s) autre(s) après une fusion réalisée avec succès ?",
"Compose mail" => "Écrire un mail",

View File

@ -36,8 +36,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
@ -209,17 +209,17 @@ msgstr "Erreur lors de lanalyse de lanniversaire {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Certains contacts sont marqués pour être supprimés, mais ne le sont pas encore. Veuillez attendre que l'opération se termine."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Cliquer pour annuler la suppression de {num} contacts"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Suppression annulée pour {num} contacts"
@ -322,7 +322,7 @@ msgstr "Fermer"
msgid "Server error! Please inform system administator"
msgstr "Erreur du serveur ! Veuillez contacter votre administrateur."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Echec du chargement de la photo : {error}"
@ -406,49 +406,49 @@ msgstr "Messagerie instantanée inconnue"
msgid "{name}'s Birthday"
msgstr "Anniversaire de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Erreur à la création du carnet d'adresses"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "L'infrastructure \"%s\" ne supporte pas la suppression de carnet d'adresses."
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Vous n'avez pas les droits suffisants pour supprimer le carnet d'adresses \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Erreur à la suppression du carnet d'adresses"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Erreur à la création du contact."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Erreur à la création du contact."
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Erreur à la suppression du contact."
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Erreur à la récupération du contact."
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Erreur de sauvegarde du contact"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Erreur à la suppression du contact d'un autre carnet d'adresses."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Erreur lors de l'obtention du contact déplacé"
@ -745,7 +745,7 @@ msgstr "Amis"
msgid "Family"
msgstr "Famille"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Nouveau contact"
@ -878,14 +878,12 @@ msgstr "Effacer le contact sélectionné"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Vous n'avez aucun contact dans votre carnet d'adresses ou votre carnet d'adresses n'est pas activé.</h3><p>Ajoutez un nouveau contact ou importez des contacts existants depuis un fichier VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Ajouter un contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: French (Canada) (http://www.transifex.com/projects/p/owncloud/language/fr_CA/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -200,8 +200,8 @@
"Add new contact" => "Engadir un contacto novo",
"Add new addressbook" => "Engadir un novo caderno de enderezos",
"Delete current contact" => "Eliminar o contacto actual",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Non ten contactos no caderno de enderezos ou o caderno de enderezos está desactivado.</h3><p>Engada un contacto novo ou importe os contactos existentes desde un ficheiro VCF.</p>",
"Add contact" => "Engadir contacto",
"You have no contacts in your address book or your address book is disabled." => "Non ten contactos no caderno de enderezos ou o caderno de enderezos está desactivado.",
"Add a new contact or import existing contacts from a VCF file." => "Engada un novo contacto ou importe os contactos existentes desde un ficheiro VCF.",
"Which contact should the data be merged into?" => "A cales contactos misturaránselle os datos?",
"Delete the other(s) after successful merge?" => "Eliminar o(s) outro(s) despois dunha mistura satisfactoria?",
"Compose mail" => "Redactar un correo",

View File

@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-28 00:48-0400\n"
"PO-Revision-Date: 2014-03-27 09:34+0000\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 11:07+0000\n"
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
@ -187,17 +187,17 @@ msgstr "Produciuse un erro ao analizar o aniversario {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "A infraestrutura non admite caracteres multi-byte."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Algúns contactos están marcados para ser eliminados máis aínda non se eliminaron. Espera a que se eliminen."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Prema para desfacer a eliminación de {num} contactos"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Cancelada a eliminación de {num} contactos"
@ -300,7 +300,7 @@ msgstr "Pechar"
msgid "Server error! Please inform system administator"
msgstr "Produciuse un erro no servidor! Informe ao administrador do sistema"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Non foi posíbel cargar a foto: {error}"
@ -324,7 +324,7 @@ msgstr "Vostede non ten permisos para engadir contactos no caderno de enderezos"
msgid "The backend for this address book does not support adding contacts"
msgstr "A infraestrutura para este caderno de enderezos non admite que se engadan contactos"
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Vostede non ten permisos para eliminar este contacto"
@ -352,81 +352,81 @@ msgstr "Vostede non ten permisos para eliminar o caderno de enderezos"
msgid "Address book not found"
msgstr "Non se atoparon cadernos de enderezos"
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Vostede non ten permisos para ver este contacto"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Vostede non ten permisos para actualizar este contacto"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "A infraestrutura para este contacto non admite a súa actualización"
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "A infraestrutura non admite que se engadan contactos"
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Non se atopou a propiedade"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr " Falta o parámetro MI para:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "MI descoñecido:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Aniversario de {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Produciuse un erro ao crear o caderno de enderezos"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "A infraestrutura de «%s» non admite a eliminación de cadernos de enderezos"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Vostede non ten permisos para eliminar o caderno de enderezos «%s»"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Produciuse un erro ao eliminar o caderno de enderezos"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Produciuse un erro ao crear o contacto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Produciuse un erro ao crear o contacto"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Produciuse un erro ao eliminar o contacto"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Produciuse un erro ao recuperar o contacto"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Produciuse un erro ao gardar o contacto"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Produciuse un erro ao retirar o contacto desde outro caderno de enderezos."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Produciuse un erro ao obter o contacto movido"
@ -723,7 +723,7 @@ msgstr "Amigos"
msgid "Family"
msgstr "Familia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Novo contacto"
@ -856,14 +856,12 @@ msgstr "Eliminar o contacto actual"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Non ten contactos no caderno de enderezos ou o caderno de enderezos está desactivado.</h3><p>Engada un contacto novo ou importe os contactos existentes desde un ficheiro VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Non ten contactos no caderno de enderezos ou o caderno de enderezos está desactivado."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Engadir contacto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Engada un novo contacto ou importe os contactos existentes desde un ficheiro VCF."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -44,7 +44,6 @@
"Phone" => "טלפון",
"Address" => "כתובת",
"Group" => "קבוצה",
"Add contact" => "הוסף איש קשר",
"Delete current photo" => "מחק תמונה נוכחית",
"Edit current photo" => "ערוך תמונה נוכחית",
"Upload new photo" => "העלה תמונה חדשה",

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
@ -184,17 +184,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -297,7 +297,7 @@ msgstr "סגירה"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -381,49 +381,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr "יום ההולדת של {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -720,7 +720,7 @@ msgstr ""
msgid "Family"
msgstr "משפחה"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -853,14 +853,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "הוסף איש קשר"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr "बंद करें "
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -46,7 +46,6 @@
"Phone" => "Telefon",
"Address" => "Adresa",
"Group" => "Grupa",
"Add contact" => "Dodaj kontakt",
"Delete current photo" => "Izbriši trenutnu sliku",
"Edit current photo" => "Uredi trenutnu sliku",
"Upload new photo" => "Učitaj novu sliku",

View File

@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@ -183,17 +183,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -296,7 +296,7 @@ msgstr "Zatvori"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -380,49 +380,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr "{name} Rođendan"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -719,7 +719,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -852,14 +852,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Dodaj kontakt"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -183,8 +183,6 @@
"Add new contact" => "Új kapcsolat hozzáadása",
"Add new addressbook" => "Új címlista létrehozása",
"Delete current contact" => "Jelenlegi kapcsolat törlése",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Ebben a címjegyzékben még nincsenek bejegyzések.</h3><p>Hozzon létre egyet, vagy importáljon adatokat egy VCF-állományból.</p>",
"Add contact" => "Kapcsolat hozzáadása",
"Which contact should the data be merged into?" => "Melyik kapcsolathoz adódjon hozzá az adat?",
"Delete the other(s) after successful merge?" => "Sikeres összefűzés után törölje a többit.",
"Compose mail" => "Levél írás",

View File

@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n"
@ -192,17 +192,17 @@ msgstr "Hiba a születésnap értelmezésekor {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Néhány névjegy ki lett jelölve törlésre, de még nem lett törölve. Várja meg a végleges törlést."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Kattintson ide {num} névjegy törlésének visszavonásához"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "{num} névjegy törlése visszavonva"
@ -305,7 +305,7 @@ msgstr "Bezárás"
msgid "Server error! Please inform system administator"
msgstr "Kiszolgáló hiba! Értesítse a rendszergazdát!"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Hiba a kép betöltésekor: {error}"
@ -389,49 +389,49 @@ msgstr "Ismeretlen Üzenetküldő:"
msgid "{name}'s Birthday"
msgstr "{name} születésnapja"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Hiba a címjegyzék létrehozásakor"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Önnek nincs jogosultsága ahhoz, hogy törölje ezt a címjegyzéket: \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Hiba a címjegyzék törlésekor"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Hiba a névjegy létrehozásakor."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Hiba a névjegy más címjegyzékből történő törlésekor."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -728,7 +728,7 @@ msgstr "Barátok"
msgid "Family"
msgstr "Család"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Új névjegy"
@ -861,14 +861,12 @@ msgstr "Jelenlegi kapcsolat törlése"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Ebben a címjegyzékben még nincsenek bejegyzések.</h3><p>Hozzon létre egyet, vagy importáljon adatokat egy VCF-állományból.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Kapcsolat hozzáadása"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr "Փակել"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -29,7 +29,6 @@
"Phone" => "Phono",
"Address" => "Adresse",
"Group" => "Gruppo",
"Add contact" => "Adder adressario",
"Delete current photo" => "Deler photo currente",
"Edit current photo" => "Modificar photo currente",
"Upload new photo" => "Incargar nove photo",

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@ -182,17 +182,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -295,7 +295,7 @@ msgstr "Clauder"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -379,49 +379,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -718,7 +718,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -851,14 +851,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Adder adressario"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -182,8 +182,6 @@
"Add new contact" => "Tambah kontak baru",
"Add new addressbook" => "Tambah buku alamat baru",
"Delete current contact" => "Hapus kontak tarbaru",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Anda tidak memiliki kontak dalam buku alamat atau buku alamat dinonaktifkan.</h3><p>Tambah kontak baru atau impor kontak yang sudah ada dari berkas VCF.</p>",
"Add contact" => "Tambah kontak",
"Which contact should the data be merged into?" => "Yang kontak harus data digabung menjadi?",
"Delete the other(s) after successful merge?" => "Hapus lainnya (s) setelah sukses merge?",
"Compose mail" => "Buat surat",

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
@ -188,17 +188,17 @@ msgstr "Hari ulang tahun Kesalahan penguraian {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Beberapa kontak telah ditandai untuk dihapus, tetapi belum selesai dihapus. Mohon tunggu."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klik untuk membatalkan penghapusan {num} kontak"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Penghapusan dibatalkan {num} kontak"
@ -301,7 +301,7 @@ msgstr "Tutup"
msgid "Server error! Please inform system administator"
msgstr "Server galat! Silakan menginformasikan administrator sistem."
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Gagal memuat foto: {error}"
@ -385,49 +385,49 @@ msgstr "IM tidak diketahui"
msgid "{name}'s Birthday"
msgstr "Ulang tahun {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Kesalahan saat membuat buku alamat"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Anda tidak memiliki izin untuk menghapus buku alamat \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Kesalahan saat menghapus buku alamat"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Kesalahan saat membuat kontak"
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Kesalahan saat menghapus kontak dari buku alamat lainnya."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -724,7 +724,7 @@ msgstr "Teman"
msgid "Family"
msgstr "Keluarga"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Kontak baru"
@ -857,14 +857,12 @@ msgstr "Hapus kontak tarbaru"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Anda tidak memiliki kontak dalam buku alamat atau buku alamat dinonaktifkan.</h3><p>Tambah kontak baru atau impor kontak yang sudah ada dari berkas VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Tambah kontak"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
@ -181,17 +181,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -294,7 +294,7 @@ msgstr "Loka"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -378,49 +378,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -717,7 +717,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -850,13 +850,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -200,8 +200,8 @@
"Add new contact" => "Aggiungi un nuovo contatto",
"Add new addressbook" => "Aggiungi una nuova rubrica",
"Delete current contact" => "Elimina il contatto corrente",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Non ci sono contatti nella tua rubrica o la rubrica è disabilitata.</h3><p>Aggiungi un nuovo contatto o importa contatti esistenti da un file VCF.</p>",
"Add contact" => "Aggiungi contatto",
"You have no contacts in your address book or your address book is disabled." => "Non hai contatti nella rubrica o la tua rubrica è disabilitata.",
"Add a new contact or import existing contacts from a VCF file." => "Aggiungi un nuovo contatto o importa contatti esistenti da un file VCF.",
"Which contact should the data be merged into?" => "A quale contatto desideri unire i dati?",
"Delete the other(s) after successful merge?" => "Vuoi eliminare gli altri dopo il completamento dell'unione?",
"Compose mail" => "Componi messaggio",

View File

@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-30 00:49-0400\n"
"PO-Revision-Date: 2014-03-29 08:40+0000\n"
"POT-Creation-Date: 2014-04-03 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 17:50+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
@ -190,17 +190,17 @@ msgstr "Errore durante l'elaborazione della data di nascita {bday}"
msgid "The backend does not support multi-byte characters."
msgstr "Il motore non supporta i caratteri multi-byte."
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Alcuni contatti sono marcati per l'eliminazione, ma non sono stati ancora rimossi. Attendi fino al completamento dell'operazione."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Un clic per annullare l'eliminazione di {num} contatti"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Eliminazione di {num} contatti annullata"
@ -303,7 +303,7 @@ msgstr "Chiudi"
msgid "Server error! Please inform system administator"
msgstr "Errore del server. Informa l'amministratore di sistema"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Caricamento foto non riuscito: {error}"
@ -327,7 +327,7 @@ msgstr "Non hai i permessi per aggiungere contatti alla rubrica"
msgid "The backend for this address book does not support adding contacts"
msgstr "Il motore per questa rubrica non supporta l'aggiunta di contatti"
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:247
#: lib/addressbook.php:299 lib/addressbook.php:339 lib/contact.php:252
msgid "You do not have permissions to delete this contact"
msgstr "Non hai i permessi per eliminare questo contatto"
@ -355,81 +355,81 @@ msgstr "Non hai i permessi per eliminare la rubrica."
msgid "Address book not found"
msgstr "Rubrica non trovata."
#: lib/contact.php:113 lib/contact.php:160
#: lib/contact.php:116 lib/contact.php:163
msgid "You do not have permissions to see this contact"
msgstr "Non hai i permessi per vedere questo contatto"
#: lib/contact.php:262
#: lib/contact.php:267
msgid "You do not have permissions to update this contact"
msgstr "Non hai i permessi per aggiornare questo contatto"
#: lib/contact.php:275
#: lib/contact.php:280
msgid "The backend for this contact does not support updating it"
msgstr "Il motore per questo contatto non supporta l'aggiornamento"
#: lib/contact.php:292
#: lib/contact.php:297
msgid "This backend not support adding contacts"
msgstr "Questo motore non supporta l'aggiunta di contatti"
#: lib/contact.php:458 lib/contact.php:475
#: lib/contact.php:463 lib/contact.php:480
msgid "Property not found"
msgstr "Proprietà non trovata"
#: lib/contact.php:523
#: lib/contact.php:528
msgid " Missing IM parameter for: "
msgstr "Parametro IM mancante per:"
#: lib/contact.php:531
#: lib/contact.php:536
msgid "Unknown IM: "
msgstr "IM sconosciuto:"
#: lib/contact.php:808
#: lib/contact.php:813
msgid "{name}'s Birthday"
msgstr "Compleanno di {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Errore durante la creazione della rubrica"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "Il motore \"%s\" non supporta l'eliminazione delle rubriche"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Non hai i permessi per eliminare la rubrica \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Errore durante l'eliminazione della rubrica"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Errore durante la creazione del contatto."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "Errore durante la creazione del contatto"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "Errore durante l'eliminazione del contatto"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "Errore durante il recupero del contatto"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "Errore durante il salvataggio del contatto"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Errore durante la rimozione del contatto da altre rubriche."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "Errore durante il recupero del contatto spostato"
@ -726,7 +726,7 @@ msgstr "Amici"
msgid "Family"
msgstr "Famiglia"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Nuovo contatto"
@ -859,14 +859,12 @@ msgstr "Elimina il contatto corrente"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Non ci sono contatti nella tua rubrica o la rubrica è disabilitata.</h3><p>Aggiungi un nuovo contatto o importa contatti esistenti da un file VCF.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr "Non hai contatti nella rubrica o la tua rubrica è disabilitata."
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Aggiungi contatto"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr "Aggiungi un nuovo contatto o importa contatti esistenti da un file VCF."
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -189,8 +189,6 @@
"Add new contact" => "新しい連絡先を追加",
"Add new addressbook" => "新しいアドレス帳を追加",
"Delete current contact" => "現在の連絡先を削除",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>アドレスブックに連絡先が存在しない、もしくはアドレスブックが無効になっています。</h3><p>新しい連絡先を追加するか、VCFファイルから既存の連絡先をインポートしてください。</p>",
"Add contact" => "連絡先を追加",
"Which contact should the data be merged into?" => "どの連絡先のデータをマージしますか?",
"Delete the other(s) after successful merge?" => "マージが成功した後に他を削除しますか?",
"Compose mail" => "メールを作成",

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
@ -188,17 +188,17 @@ msgstr "誕生日 {bday} の解析エラー"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "一部の連絡先が削除対象としてマークされていますが、まだ削除されていません。削除されるまでお待ちください。"
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "クリックして {num} 個の連絡先の削除を取り消す"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "{num}件の連絡先の削除がキャンセルされました"
@ -301,7 +301,7 @@ msgstr "閉じる"
msgid "Server error! Please inform system administator"
msgstr "サーバーエラー!システム管理者に知らせてください。"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "写真の読み込みに失敗: {error}"
@ -385,49 +385,49 @@ msgstr "不明なIM:"
msgid "{name}'s Birthday"
msgstr "{name}の誕生日"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "アドレス帳の作成エラー"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "\"%s\" のバックエンドはアドレスブックの削除をサポートしていません"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "アドレス帳 \"%s\" を削除する権限がありません"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "アドレス帳の削除エラー"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "連絡先の作成エラー。"
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr "連絡先の作成エラー"
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr "連絡先の削除エラー"
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr "連絡先の取得エラー"
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr "連絡先の保存エラー"
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "他のアドレス帳からの連絡先の削除エラー"
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr "連絡先の移動取得エラー"
@ -724,7 +724,7 @@ msgstr "友達"
msgid "Family"
msgstr "家族"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "新しい連絡先"
@ -857,14 +857,12 @@ msgstr "現在の連絡先を削除"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>アドレスブックに連絡先が存在しない、もしくはアドレスブックが無効になっています。</h3><p>新しい連絡先を追加するか、VCFファイルから既存の連絡先をインポートしてください。</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "連絡先を追加"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -36,7 +36,6 @@
"Email" => "იმეილი",
"Phone" => "ტელეფონი",
"Address" => "მისამართი",
"Add contact" => "კონტაქტის დამატება",
"Delete current photo" => "მიმდინარე სურათის წაშლა",
"Edit current photo" => "მიმდინარე სურათის რედაქტირება",
"Upload new photo" => "ახალი სურათის ატვირთვა",

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@ -182,17 +182,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -295,7 +295,7 @@ msgstr "დახურვა"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -379,49 +379,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -718,7 +718,7 @@ msgstr ""
msgid "Family"
msgstr "ოჯახი"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -851,14 +851,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "კონტაქტის დამატება"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n"
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -293,7 +293,7 @@ msgstr "បិទ"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -716,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -849,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -176,8 +176,6 @@
"Add new contact" => "새 연락처 추가",
"Add new addressbook" => "새 주소록 추가",
"Delete current contact" => "현재 연락처 삭제",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>주소록에 연락처가 없거나 주소록이 비활성화되었습니다.</h3><p>새 연락처를 추가하거나 VCF 파일에서 가져올 수 있습니다.</p>",
"Add contact" => "연락처 추가",
"Which contact should the data be merged into?" => "데이터를 어떤 연락처로 합치시겠습니까?",
"Delete the other(s) after successful merge?" => "합친 후 다른 연락처를 삭제하시겠습니까?",
"Compose mail" => "메일 작성",

View File

@ -26,8 +26,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@ -199,17 +199,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "일부 연락처가 삭제할 것으로 표시되었으나 아직 삭제되지 않았습니다. 삭제가 끝날 때까지 기다려 주십시오."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "연락처 {num}명 삭제를 취소하려면 누르십시오"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "연락처 {num}명 삭제가 취소됨"
@ -312,7 +312,7 @@ msgstr "닫기"
msgid "Server error! Please inform system administator"
msgstr "서버 오류! 시스템 관리자에게 연락하십시오"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "사진 불러오기 오류: {error}"
@ -396,49 +396,49 @@ msgstr "알려지지 않은 IM: "
msgid "{name}'s Birthday"
msgstr "{이름}의 생일"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "주소록 생성 오류"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "주소록 \"%s\"을(를) 삭제할 수 있는 권한이 없습니다"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "주소록 삭제 오류"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "연락처 생성 중 오류가 발생하였습니다."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "다른 주소록에서 연락처 삭제 중 오류가 발생하였습니다."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -735,7 +735,7 @@ msgstr "친구들"
msgid "Family"
msgstr "가족"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -868,14 +868,12 @@ msgstr "현재 연락처 삭제"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>주소록에 연락처가 없거나 주소록이 비활성화되었습니다.</h3><p>새 연락처를 추가하거나 VCF 파일에서 가져올 수 있습니다.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "연락처 추가"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@ -181,17 +181,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -294,7 +294,7 @@ msgstr "داخستن"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -378,49 +378,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -717,7 +717,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -850,13 +850,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -62,7 +62,6 @@
"Address" => "Adress",
"Group" => "Grupp",
"Add new contact" => "Neie Kontakt bäisetzen",
"Add contact" => "Kontakt bäisetzen",
"Name" => "Numm",
"First name" => "Virnumm",
"Additional names" => "Weider Nimm",

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@ -184,17 +184,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -297,7 +297,7 @@ msgstr "Zoumaachen"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -381,49 +381,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr "{name} säi Gebuertsdag"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -720,7 +720,7 @@ msgstr "Frënn"
msgid "Family"
msgstr "Famill"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -853,14 +853,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Kontakt bäisetzen"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -175,8 +175,6 @@
"Add new contact" => "Pridėti naują kontaktą",
"Add new addressbook" => "Pridėti naują adresų knygą",
"Delete current contact" => "Ištrinti šį kontaktą",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Jūs neturite kontaktų savo adresų knygoje, arba adresų knyga yra išjungta.</h3><p>Pridėkite naują kontaktą, arba importuokite turimus kontaktus iš VCF failo.</p>",
"Add contact" => "Pridėti kontaktą",
"Which contact should the data be merged into?" => "Į kurį kontaktą sulieti duomenis?",
"Delete the other(s) after successful merge?" => "Ištrinti kitą(-us) sėkmingai suliejus?",
"Compose mail" => "Sukurti el. laišką",

View File

@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@ -188,17 +188,17 @@ msgstr "Klaida apdorojant gimtadienį {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Keletas kontaktų buvo pažymėti ištrinimui, bet dar neištrinti. Prašome palaukti kol jie bus ištrinti."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Spauskite, kad atstatyti trynimą {num} kontaktų"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Atšauktas {num} kontaktų trynimas"
@ -301,7 +301,7 @@ msgstr "Užverti"
msgid "Server error! Please inform system administator"
msgstr "Serverio klaida! Prašome informuoti administratorių"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Nepavyko įkelti nuotraukos: {error}"
@ -385,49 +385,49 @@ msgstr "Nežinomas IM:"
msgid "{name}'s Birthday"
msgstr "{name} gimtadienis"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Klaida kuriant adresų knygutę"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Jūs neturite leidimo ištrinti „%s“ adresų knygos"
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Klaida trinant adresų knygutę"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Klaida kuriant kontaktą."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Klaida paralinant kontaktą iš kitos adresų knygutės."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -724,7 +724,7 @@ msgstr "Draugai"
msgid "Family"
msgstr "Šeima"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Naujas kontaktas"
@ -857,14 +857,12 @@ msgstr "Ištrinti šį kontaktą"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Jūs neturite kontaktų savo adresų knygoje, arba adresų knyga yra išjungta.</h3><p>Pridėkite naują kontaktą, arba importuokite turimus kontaktus iš VCF failo.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Pridėti kontaktą"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -73,7 +73,6 @@
"Add new contact" => "Pievienot jaunu kontaktu",
"Add new addressbook" => "Pievienot jaunu adrešu grāmatu",
"Delete current contact" => "Dzēst pašreizējo kontaktu",
"Add contact" => "Pievienot kontaktu",
"Delete current photo" => "Dzēst pašreizējo fotogrāfiju",
"Edit current photo" => "Rediģēt pašreizējo fotogrāfiju",
"Upload new photo" => "Augšupielādēt jaunu fotogrāfiju",

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@ -184,17 +184,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -297,7 +297,7 @@ msgstr "Aizvērt"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -381,49 +381,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Kļūda veidojot "
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Kļūda, veidojot kontaktu."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -720,7 +720,7 @@ msgstr "Draugi"
msgid "Family"
msgstr "Ģimene"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -853,14 +853,12 @@ msgstr "Dzēst pašreizējo kontaktu"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Pievienot kontaktu"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -67,7 +67,6 @@
"Email" => "Е-пошта",
"Phone" => "Телефон",
"Address" => "Адреса",
"Add contact" => "Додади контакт",
"Delete current photo" => "Избриши моментална фотографија",
"Edit current photo" => "Уреди моментална фотографија",
"Upload new photo" => "Подигни нова фотографија",

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
@ -182,17 +182,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -295,7 +295,7 @@ msgstr "Затвори"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -379,49 +379,49 @@ msgstr "Непознат IM: "
msgid "{name}'s Birthday"
msgstr "Роденден на {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Грешка при креирање на адресар."
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Грешка при бришење на адресар"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Грешка при креирање на контакт."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Грешка при бришење на контакт од друг адресар."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -718,7 +718,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -851,14 +851,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Додади контакт"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Malayalam (http://www.transifex.com/projects/p/owncloud/language/ml/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Mongolian (http://www.transifex.com/projects/p/owncloud/language/mn/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -42,7 +42,6 @@
"Address" => "Alamat",
"Next addressbook" => "Buku alamat seterusnya",
"Previous addressbook" => "Buku alamat sebelumnya",
"Add contact" => "Letak kenalan",
"Delete current photo" => "Padam foto semasa",
"Edit current photo" => "Ubah foto semasa",
"Upload new photo" => "Muatnaik foto baru",

View File

@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@ -185,17 +185,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -298,7 +298,7 @@ msgstr "Tutup"
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -382,49 +382,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr "Hari Lahir {name}"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -721,7 +721,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -854,14 +854,12 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Letak kenalan"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -184,8 +184,6 @@
"Add new contact" => "Legg til ny kontakt",
"Add new addressbook" => "Legg til ny adressebok",
"Delete current contact" => "Slett kontakten",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>Du har ingen kontakter eller adresseboken din er ikke aktivert.</h3><p>Legg inn en ny kontakt eller importer eksisterende kontakter fra en VCF-fil.</p>",
"Add contact" => "Ny kontakt",
"Which contact should the data be merged into?" => "Hvilken kontakt skal dataene flettes inn i?",
"Delete the other(s) after successful merge?" => "Slett den/de andre etter vellykket fletting?",
"Compose mail" => "Skriv epost",

View File

@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-26 05:41-0400\n"
"PO-Revision-Date: 2014-03-26 06:00+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
@ -192,17 +192,17 @@ msgstr "Klarer ikke å tyde fødselsdag {bday}"
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr "Noen kontakter er markert for sletting men ikke slettet ennå. Vent mens de slettes."
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr "Klikk for å angre sletting av {num} kontakter"
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr "Avbrøt sletting av {num} kontakter"
@ -305,7 +305,7 @@ msgstr "Lukk"
msgid "Server error! Please inform system administator"
msgstr "Serverfeil! Vennligst informer systemadministratoren"
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr "Lasting av bilde feilet: {error}"
@ -389,49 +389,49 @@ msgstr "Ukjent IM: "
msgid "{name}'s Birthday"
msgstr "{name}s bursdag"
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr "Oppretting av adressebok feilet"
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr "\"%s\"-severdelen støtter ikke sletting av adressebøker"
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr "Du har ikke adgang til å slette adresseboken \"%s\""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr "Sletting av adressebok feilet"
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr "Oppretting av kontakt feilet."
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr "Feil ved fjerning av kontakt fra annen adressebok."
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -728,7 +728,7 @@ msgstr "Venner"
msgid "Family"
msgstr "Familie"
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr "Ny kontakt"
@ -861,14 +861,12 @@ msgstr "Slett kontakten"
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
msgstr "<h3>Du har ingen kontakter eller adresseboken din er ikke aktivert.</h3><p>Legg inn en ny kontakt eller importer eksisterende kontakter fra en VCF-fil.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
msgstr "Ny kontakt"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178
msgid "Which contact should the data be merged into?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-03-24 00:49-0400\n"
"PO-Revision-Date: 2014-03-24 04:49+0000\n"
"POT-Creation-Date: 2014-04-02 00:49-0400\n"
"PO-Revision-Date: 2014-04-02 04:49+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n"
@ -105,7 +105,7 @@ msgstr ""
msgid "Select photo"
msgstr ""
#: js/app.js:705 js/app.js:1667
#: js/app.js:705 js/app.js:1675
msgid "Network or server error. Please inform administrator."
msgstr ""
@ -156,11 +156,11 @@ msgstr ""
msgid "Could not find contact: {id}"
msgstr ""
#: js/app.js:1622
#: js/app.js:1630
msgid "Edit profile picture"
msgstr ""
#: js/app.js:1626
#: js/app.js:1634
msgid "Crop photo"
msgstr ""
@ -180,17 +180,17 @@ msgstr ""
msgid "The backend does not support multi-byte characters."
msgstr ""
#: js/contacts.js:2270
#: js/contacts.js:2222
msgid ""
"Some contacts are marked for deletion, but not deleted yet. Please wait for "
"them to be deleted."
msgstr ""
#: js/contacts.js:2281
#: js/contacts.js:2233
msgid "Click to undo deletion of {num} contacts"
msgstr ""
#: js/contacts.js:2290
#: js/contacts.js:2242
msgid "Cancelled deletion of {num} contacts"
msgstr ""
@ -289,11 +289,11 @@ msgstr ""
msgid "Close"
msgstr ""
#: js/storage.js:32
#: js/storage.js:27
msgid "Server error! Please inform system administator"
msgstr ""
#: js/storage.js:346 js/storage.js:385
#: js/storage.js:405 js/storage.js:444
msgid "Failed loading photo: {error}"
msgstr ""
@ -377,49 +377,49 @@ msgstr ""
msgid "{name}'s Birthday"
msgstr ""
#: lib/controller/addressbookcontroller.php:141
#: lib/controller/addressbookcontroller.php:163
msgid "Error creating address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:173
#: lib/controller/addressbookcontroller.php:195
#, php-format
msgid "The \"%s\" backend does not support deleting address books"
msgstr ""
#: lib/controller/addressbookcontroller.php:181
#: lib/controller/addressbookcontroller.php:203
#, php-format
msgid "You do not have permissions to delete the \"%s\" address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:188
#: lib/controller/addressbookcontroller.php:210
msgid "Error deleting address book"
msgstr ""
#: lib/controller/addressbookcontroller.php:228
#: lib/controller/addressbookcontroller.php:250
msgid "Error creating contact."
msgstr ""
#: lib/controller/addressbookcontroller.php:237
#: lib/controller/addressbookcontroller.php:259
msgid "Error creating contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:269
#: lib/controller/addressbookcontroller.php:291
msgid "Error deleting contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:309
#: lib/controller/addressbookcontroller.php:331
msgid "Error retrieving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:320
#: lib/controller/addressbookcontroller.php:342
msgid "Error saving contact"
msgstr ""
#: lib/controller/addressbookcontroller.php:326
#: lib/controller/addressbookcontroller.php:348
msgid "Error removing contact from other address book."
msgstr ""
#: lib/controller/addressbookcontroller.php:333
#: lib/controller/addressbookcontroller.php:355
msgid "Error getting moved contact"
msgstr ""
@ -482,37 +482,38 @@ msgstr ""
msgid "Error saving contact."
msgstr ""
#: lib/controller/groupcontroller.php:60 lib/controller/groupcontroller.php:83
#: lib/controller/groupcontroller.php:61 lib/controller/groupcontroller.php:84
msgid "No group name given."
msgstr ""
#: lib/controller/groupcontroller.php:67
#: lib/controller/groupcontroller.php:68
msgid "Error adding group."
msgstr ""
#: lib/controller/groupcontroller.php:145
#: lib/controller/groupcontroller.php:146
msgid "No group name to rename from given."
msgstr ""
#: lib/controller/groupcontroller.php:150
#: lib/controller/groupcontroller.php:151
msgid "No group name to rename to given."
msgstr ""
#: lib/controller/groupcontroller.php:157
#: lib/controller/groupcontroller.php:158
msgid "Error renaming group."
msgstr ""
#: lib/controller/groupcontroller.php:206
#: lib/controller/groupcontroller.php:258
#: lib/controller/groupcontroller.php:208
#: lib/controller/groupcontroller.php:266
msgid "Group ID missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:211
#: lib/controller/groupcontroller.php:215
#: lib/controller/groupcontroller.php:273
msgid "Group name missing from request."
msgstr ""
#: lib/controller/groupcontroller.php:216
#: lib/controller/groupcontroller.php:263
#: lib/controller/groupcontroller.php:222
#: lib/controller/groupcontroller.php:280
msgid "Contact ID missing from request."
msgstr ""
@ -715,7 +716,7 @@ msgstr ""
msgid "Family"
msgstr ""
#: templates/contacts.php:9
#: templates/contacts.php:9 templates/contacts.php:129
msgid "New contact"
msgstr ""
@ -848,13 +849,11 @@ msgstr ""
#: templates/contacts.php:126
msgid ""
"<h3>You have no contacts in your address book or your address book is "
"disabled.</h3><p>Add a new contact or import existing contacts from a VCF "
"file.</p>"
"You have no contacts in your address book or your address book is disabled."
msgstr ""
#: templates/contacts.php:129
msgid "Add contact"
#: templates/contacts.php:127
msgid "Add a new contact or import existing contacts from a VCF file."
msgstr ""
#: templates/contacts.php:178

View File

@ -200,8 +200,8 @@
"Add new contact" => "Voeg nieuw contact toe",
"Add new addressbook" => "Voeg nieuw adresboek toe",
"Delete current contact" => "Verwijder huidig contact",
"<h3>You have no contacts in your address book or your address book is disabled.</h3><p>Add a new contact or import existing contacts from a VCF file.</p>" => "<h3>U hebt geen contactpersonen in uw adresboek of uw adresboek is uitgeschakeld.</h3><p>Voeg een nieuwe contactpersoon toe, of importeer bestaande contactpersonen vanuit een VCF bestand.</p>",
"Add contact" => "Contactpersoon toevoegen",
"You have no contacts in your address book or your address book is disabled." => "U hebt geen contacten in uw adresboek, of uw adresboek is gedeactiveerd.",
"Add a new contact or import existing contacts from a VCF file." => "Een nieuw contact toevoegen, of importeren vanuit een VCF-bestand",
"Which contact should the data be merged into?" => "Bij welke contactpersoon moeten de gegevens worden samengevoegd?",
"Delete the other(s) after successful merge?" => "Verwijder de andere(n) na een succesvolle samenvoeging?",
"Compose mail" => "Schrijf email",

Some files were not shown because too many files have changed in this diff Show More