Merge branch 'master' into fix_addNavigation

This commit is contained in:
Jan-Christoph Borchardt 2013-02-05 11:09:38 +01:00
commit 4059959c5f
112 changed files with 1501 additions and 944 deletions

View File

@ -309,7 +309,7 @@ var FileList={
$(document).ready(function(){
$('#notification').hide();
$('#notification .undo').live('click', function(){
$('#notification').on('click', '.undo', function(){
if (FileList.deleteFiles) {
$.each(FileList.deleteFiles,function(index,file){
$('tr').filterAttr('data-file',file).show();
@ -335,16 +335,16 @@ $(document).ready(function(){
FileList.lastAction = null;
OC.Notification.hide();
});
$('#notification .replace').live('click', function() {
$('#notification').on('click', '.replace', function() {
OC.Notification.hide(function() {
FileList.replace($('#notification').data('oldName'), $('#notification').data('newName'), $('#notification').data('isNewFile'));
});
});
$('#notification .suggest').live('click', function() {
$('#notification').on('click', '.suggest', function() {
$('tr').filterAttr('data-file', $('#notification').data('oldName')).show();
OC.Notification.hide();
});
$('#notification .cancel').live('click', function() {
$('#notification').on('click', '.cancel', function() {
if ($('#notification').data('isNewFile')) {
FileList.deleteCanceled = false;
FileList.deleteFiles = [$('#notification').data('oldName')];

View File

@ -110,7 +110,7 @@ $(document).ready(function() {
}
// Triggers invisible file input
$('#upload a').live('click', function() {
$('#upload a').on('click', function() {
$(this).parent().children('#file_upload_start').trigger('click');
return false;
});
@ -123,7 +123,7 @@ $(document).ready(function() {
var lastChecked;
// Sets the file link behaviour :
$('td.filename a').live('click',function(event) {
$('#fileList').on('click','td.filename a',function(event) {
if (event.ctrlKey || event.shiftKey) {
event.preventDefault();
if (event.shiftKey) {
@ -189,7 +189,7 @@ $(document).ready(function() {
procesSelection();
});
$('td.filename input:checkbox').live('change',function(event) {
$('#fileList').on('change', 'td.filename input:checkbox',function(event) {
if (event.shiftKey) {
var last = $(lastChecked).parent().parent().prevAll().length;
var first = $(this).parent().parent().prevAll().length;
@ -776,6 +776,10 @@ $(document).ready(function() {
});
function scanFiles(force, dir){
if (!OC.currentUser) {
return;
}
if(!dir){
dir = '';
}

View File

@ -20,6 +20,7 @@
"replaced {new_name}" => "{new_name} を置換",
"undo" => "元に戻す",
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
"perform delete operation" => "削除を実行",
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
"File name cannot be empty." => "ファイル名を空にすることはできません。",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "無効な名前、'\\', '/', '<', '>', ':', '\"', '|', '?', '*' は使用できません。",
@ -56,11 +57,13 @@
"Text file" => "テキストファイル",
"Folder" => "フォルダ",
"From link" => "リンク",
"Trash" => "ゴミ箱",
"Cancel upload" => "アップロードをキャンセル",
"Nothing in here. Upload something!" => "ここには何もありません。何かアップロードしてください。",
"Download" => "ダウンロード",
"Upload too large" => "ファイルサイズが大きすぎます",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。",
"Files are being scanned, please wait." => "ファイルをスキャンしています、しばらくお待ちください。",
"Current scanning" => "スキャン中"
"Current scanning" => "スキャン中",
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
);

View File

@ -1,40 +1,69 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Viss kārtībā, augšupielāde veiksmīga",
"No file was uploaded" => "Neviens fails netika augšuplādēts",
"No file was uploaded. Unknown error" => "Netika augšupielādēta neviena datne. Nezināma kļūda",
"There is no error, the file uploaded with success" => "Augšupielāde pabeigta bez kļūdām",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā",
"The uploaded file was only partially uploaded" => "Augšupielādētā datne ir tikai daļēji augšupielādēta",
"No file was uploaded" => "Neviena datne netika augšupielādēta",
"Missing a temporary folder" => "Trūkst pagaidu mapes",
"Failed to write to disk" => "Nav iespējams saglabāt",
"Files" => "Faili",
"Unshare" => "Pārtraukt līdzdalīšanu",
"Delete" => "Izdzēst",
"Rename" => "Pārdēvēt",
"Failed to write to disk" => "Neizdevās saglabāt diskā",
"Not enough space available" => "Nepietiek brīvas vietas",
"Invalid directory." => "Nederīga direktorija.",
"Files" => "Datnes",
"Unshare" => "Pārtraukt dalīšanos",
"Delete" => "Dzēst",
"Rename" => "Pārsaukt",
"{new_name} already exists" => "{new_name} jau eksistē",
"replace" => "aizvietot",
"suggest name" => "Ieteiktais nosaukums",
"suggest name" => "ieteiktais nosaukums",
"cancel" => "atcelt",
"undo" => "vienu soli atpakaļ",
"Unable to upload your file as it is a directory or has 0 bytes" => "Nav iespējams augšuplādēt jūsu failu, jo tāds jau eksistē vai arī failam nav izmēra (0 baiti)",
"Upload Error" => "Augšuplādēšanas laikā radās kļūda",
"replaced {new_name}" => "aizvietots {new_name}",
"undo" => "atsaukt",
"replaced {new_name} with {old_name}" => "aizvietoja {new_name} ar {old_name}",
"perform delete operation" => "veikt dzēšanas darbību",
"'.' is an invalid file name." => "'.' ir nederīgs datnes nosaukums.",
"File name cannot be empty." => "Datnes nosaukums nevar būt tukšs.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.",
"Your storage is full, files can not be updated or synced anymore!" => "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!",
"Your storage is almost full ({usedSpacePercent}%)" => "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)",
"Your download is being prepared. This might take some time if the files are big." => "Tiek sagatavota lejupielāde. Tas var aizņemt kādu laiciņu, ja datnes ir lielas.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Nevar augšupielādēt jūsu datni, jo tā ir direktorija vai arī tās izmērs ir 0 baiti",
"Upload Error" => "Kļūda augšupielādējot",
"Close" => "Aizvērt",
"Pending" => "Gaida savu kārtu",
"Upload cancelled." => "Augšuplāde ir atcelta",
"1 file uploading" => "Augšupielādē 1 datni",
"{count} files uploading" => "augšupielādē {count} datnes",
"Upload cancelled." => "Augšupielāde ir atcelta.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.",
"URL cannot be empty." => "URL nevar būt tukšs.",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nederīgs mapes nosaukums. “Koplietots” izmantojums ir rezervēts ownCloud servisam.",
"Name" => "Nosaukums",
"Size" => "Izmērs",
"Modified" => "Izmainīts",
"Upload" => "Augšuplādet",
"File handling" => "Failu pārvaldība",
"Maximum upload size" => "Maksimālais failu augšuplādes apjoms",
"max. possible: " => "maksīmālais iespējamais:",
"Needed for multi-file and folder downloads." => "Vajadzīgs vairāku failu un mapju lejuplādei",
"Enable ZIP-download" => "Iespējot ZIP lejuplādi",
"Modified" => "Mainīts",
"1 folder" => "1 mape",
"{count} folders" => "{count} mapes",
"1 file" => "1 datne",
"{count} files" => "{count} datnes",
"Upload" => "Augšupielādēt",
"File handling" => "Datņu pārvaldība",
"Maximum upload size" => "Maksimālais datņu augšupielādes apjoms",
"max. possible: " => "maksimālais iespējamais:",
"Needed for multi-file and folder downloads." => "Vajadzīgs vairāku datņu un mapju lejupielādēšanai.",
"Enable ZIP-download" => "Aktivēt ZIP lejupielādi",
"0 is unlimited" => "0 ir neierobežots",
"Maximum input size for ZIP files" => "Maksimālais ievades izmērs ZIP datnēm",
"Save" => "Saglabāt",
"New" => "Jauns",
"Text file" => "Teksta fails",
"New" => "Jauna",
"Text file" => "Teksta datne",
"Folder" => "Mape",
"Cancel upload" => "Atcelt augšuplādi",
"Nothing in here. Upload something!" => "Te vēl nekas nav. Rīkojies, sāc augšuplādēt",
"Download" => "Lejuplādēt",
"Upload too large" => "Fails ir par lielu lai to augšuplādetu",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Jūsu augšuplādējamie faili pārsniedz servera pieļaujamo failu augšupielādes apjomu",
"Files are being scanned, please wait." => "Faili šobrīd tiek caurskatīti, nedaudz jāpagaida.",
"Current scanning" => "Šobrīd tiek pārbaudīti"
"From link" => "No saites",
"Trash" => "Miskaste",
"Cancel upload" => "Atcelt augšupielādi",
"Nothing in here. Upload something!" => "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!",
"Download" => "Lejupielādēt",
"Upload too large" => "Datne ir par lielu, lai to augšupielādētu",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu",
"Files are being scanned, please wait." => "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.",
"Current scanning" => "Šobrīd tiek caurskatīts",
"Upgrading filesystem cache..." => "Uzlabo datņu sistēmas kešatmiņu..."
);

View File

@ -20,6 +20,7 @@
"replaced {new_name}" => "prepísaný {new_name}",
"undo" => "vrátiť",
"replaced {new_name} with {old_name}" => "prepísaný {new_name} súborom {old_name}",
"perform delete operation" => "vykonať zmazanie",
"'.' is an invalid file name." => "'.' je neplatné meno súboru.",
"File name cannot be empty." => "Meno súboru nemôže byť prázdne",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",
@ -56,11 +57,13 @@
"Text file" => "Textový súbor",
"Folder" => "Priečinok",
"From link" => "Z odkazu",
"Trash" => "Kôš",
"Cancel upload" => "Zrušiť odosielanie",
"Nothing in here. Upload something!" => "Žiadny súbor. Nahrajte niečo!",
"Download" => "Stiahnuť",
"Upload too large" => "Odosielaný súbor je príliš veľký",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.",
"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.",
"Current scanning" => "Práve prehliadané"
"Current scanning" => "Práve prehliadané",
"Upgrading filesystem cache..." => "Aktualizujem medzipamäť súborového systému..."
);

View File

@ -20,6 +20,7 @@
"replaced {new_name}" => "แทนที่ {new_name} แล้ว",
"undo" => "เลิกทำ",
"replaced {new_name} with {old_name}" => "แทนที่ {new_name} ด้วย {old_name} แล้ว",
"perform delete operation" => "ดำเนินการตามคำสั่งลบ",
"'.' is an invalid file name." => "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง, '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งานได้",
@ -56,11 +57,13 @@
"Text file" => "ไฟล์ข้อความ",
"Folder" => "แฟ้มเอกสาร",
"From link" => "จากลิงก์",
"Trash" => "ถังขยะ",
"Cancel upload" => "ยกเลิกการอัพโหลด",
"Nothing in here. Upload something!" => "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!",
"Download" => "ดาวน์โหลด",
"Upload too large" => "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้",
"Files are being scanned, please wait." => "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่.",
"Current scanning" => "ไฟล์ที่กำลังสแกนอยู่ขณะนี้"
"Current scanning" => "ไฟล์ที่กำลังสแกนอยู่ขณะนี้",
"Upgrading filesystem cache..." => "กำลังอัพเกรดหน่วยความจำแคชของระบบไฟล์..."
);

View File

@ -28,7 +28,7 @@
>
<?php if(!isset($_['readonly']) || !$_['readonly']): ?><input type="checkbox" /><?php endif; ?>
<?php if($file['type'] == 'dir'): ?>
<a class="name" href="<?php echo $_['baseURL'].$directory.'/'.$name; ?>)" title="">
<a class="name" href="<?php echo $_['baseURL'].$directory.'/'.$name; ?>" title="">
<?php else: ?>
<a class="name" href="<?php echo $_['downloadURL'].$directory.'/'.$name; ?>" title="">
<?php endif; ?>

View File

@ -0,0 +1,16 @@
<?php $TRANSLATIONS = array(
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Lūdzu, pārslēdzieties uz savu ownCloud klientu un maniet savu šifrēšanas paroli, lai pabeigtu pārveidošanu.",
"switched to client side encryption" => "Pārslēdzās uz klienta puses šifrēšanu",
"Change encryption password to login password" => "Mainīt šifrēšanas paroli uz ierakstīšanās paroli",
"Please check your passwords and try again." => "Lūdzu, pārbaudiet savas paroles un mēģiniet vēlreiz.",
"Could not change your file encryption password to your login password" => "Nevarēja mainīt datņu šifrēšanas paroli uz ierakstīšanās paroli",
"Choose encryption mode:" => "Izvēlieties šifrēšanas režīmu:",
"Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "Klienta puses šifrēšana (visdrošākā, bet nav iespējams piekļūt saviem datiem no tīmekļa saskarnes)",
"Server side encryption (allows you to access your files from the web interface and the desktop client)" => "Servera puses šifrēšana (ļauj piekļūt datnēm ar tīmekļa saskarni un ar darbvirsmas klientu)",
"None (no encryption at all)" => "Nav (nekādas šifrēšanas)",
"Important: Once you selected an encryption mode there is no way to change it back" => "Svarīgi — kad esat izvēlējies šifrēšanas režīmu, to nekādi nevar mainīt atpakaļ",
"User specific (let the user decide)" => "Lietotājam specifiski (ļauj lietotājam izlemt)",
"Encryption" => "Šifrēšana",
"Exclude the following file types from encryption" => "Sekojošos datņu tipus nešifrēt",
"None" => "Nav"
);

View File

@ -36,7 +36,7 @@ $(document).ready(function() {
}
});
$('#externalStorage tbody tr input').live('keyup', function() {
$('#externalStorage tbody').on('keyup', 'tr input', function() {
var tr = $(this).parent().parent();
if ($(tr).hasClass('\\\\OC\\\\Files\\\\Storage\\\\Dropbox') && $(tr).find('[data-parameter="configured"]').val() != 'true') {
var config = $(tr).find('.configuration');
@ -52,7 +52,7 @@ $(document).ready(function() {
}
});
$('.dropbox').live('click', function(event) {
$('.dropbox').on('click', function(event) {
event.preventDefault();
var app_key = $(this).parent().find('[data-parameter="app_key"]').val();
var app_secret = $(this).parent().find('[data-parameter="app_secret"]').val();

View File

@ -33,8 +33,7 @@ $(document).ready(function() {
}
});
$('#externalStorage tbody tr').live('change', function() {
console.log('hello');
$('#externalStorage tbody').on('change', 'tr', function() {
if ($(this).hasClass('\\\\OC\\\\Files\\\\Storage\\\\Google') && $(this).find('[data-parameter="configured"]').val() != 'true') {
if ($(this).find('.mountPoint input').val() != '') {
if ($(this).find('.google').length == 0) {
@ -44,7 +43,7 @@ $(document).ready(function() {
}
});
$('#externalStorage tbody tr .mountPoint input').live('keyup', function() {
$('#externalStorage tbody').on('keyup', 'tr .mountPoint input', function() {
var tr = $(this).parent().parent();
if ($(tr).hasClass('\\\\OC\\\\Files\\\\Storage\\\\Google') && $(tr).find('[data-parameter="configured"]').val() != 'true' && $(tr).find('.google').length > 0) {
if ($(this).val() != '') {
@ -55,7 +54,7 @@ $(document).ready(function() {
}
});
$('.google').live('click', function(event) {
$('.google').on('click', function(event) {
event.preventDefault();
var tr = $(this).parent().parent();
var configured = $(this).parent().find('[data-parameter="configured"]');

View File

@ -71,7 +71,7 @@ OC.MountConfig={
$(document).ready(function() {
$('.chzn-select').chosen();
$('#selectBackend').live('change', function() {
$('#selectBackend').on('change', function() {
var tr = $(this).parent().parent();
$('#externalStorage tbody').append($(tr).clone());
$('#externalStorage tbody tr').last().find('.mountPoint input').val('');
@ -135,11 +135,11 @@ $(document).ready(function() {
return defaultMountPoint+append;
}
$('#externalStorage td').live('change', function() {
$('#externalStorage').on('change', 'td', function() {
OC.MountConfig.saveStorage($(this).parent());
});
$('td.remove>img').live('click', function() {
$('td.remove>img').on('click', function() {
var tr = $(this).parent().parent();
var mountPoint = $(tr).find('.mountPoint input').val();
if ( ! mountPoint) {

View File

@ -0,0 +1,3 @@
<?php $TRANSLATIONS = array(
"Users" => "Gebruikers"
);

View File

@ -1,5 +1,10 @@
<?php $TRANSLATIONS = array(
"External Storage" => "حافظه خارجی",
"Configuration" => "پیکربندی",
"Options" => "تنظیمات",
"Applicable" => "قابل اجرا",
"Groups" => "گروه ها",
"Users" => "کاربران",
"Delete" => "حذف"
"Delete" => "حذف",
"Enable User External Storage" => "فعال سازی حافظه خارجی کاربر"
);

View File

@ -1,5 +1,26 @@
<?php $TRANSLATIONS = array(
"Access granted" => "Piešķirta pieeja",
"Error configuring Dropbox storage" => "Kļūda, konfigurējot Dropbox krātuvi",
"Grant access" => "Piešķirt pieeju",
"Fill out all required fields" => "Aizpildīt visus pieprasītos laukus",
"Please provide a valid Dropbox app key and secret." => "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.",
"Error configuring Google Drive storage" => "Kļūda, konfigurējot Google Drive krātuvi",
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Brīdinājums:</b> nav uzinstalēts “smbclient”. Nevar montēt CIFS/SMB koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Brīdinājums: </b> uz PHP nav aktivēts vai instalēts FTP atbalsts. Nevar montēt FTP koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē.",
"External Storage" => "Ārējā krātuve",
"Mount point" => "Montēšanas punkts",
"Backend" => "Aizmugure",
"Configuration" => "Konfigurācija",
"Options" => "Opcijas",
"Applicable" => "Piemērojams",
"Add mount point" => "Pievienot montēšanas punktu",
"None set" => "Neviens nav iestatīts",
"All Users" => "Visi lietotāji",
"Groups" => "Grupas",
"Users" => "Lietotāji",
"Delete" => "Izdzēst"
"Delete" => "Dzēst",
"Enable User External Storage" => "Aktivēt lietotāja ārējo krātuvi",
"Allow users to mount their own external storage" => "Ļaut lietotājiem montēt pašiem savu ārējo krātuvi",
"SSL root certificates" => "SSL saknes sertifikāti",
"Import Root Certificate" => "Importēt saknes sertifikātus"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Password" => "Wagwoord",
"web services under your control" => "webdienste onder jou beheer"
);

View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Password" => "Parole",
"Submit" => "Iesniegt",
"%s shared the folder %s with you" => "%s ar jums dalījās ar mapi %s",
"%s shared the file %s with you" => "%s ar jums dalījās ar datni %s",
"Download" => "Lejupielādēt",
"No preview available for" => "Nav pieejams priekšskatījums priekš",
"web services under your control" => "jūsu vadībā esošie tīmekļa servisi"
);

View File

@ -235,6 +235,7 @@ if ($linkItem) {
OCP\Util::addStyle('files', 'files');
OCP\Util::addScript('files', 'files');
OCP\Util::addScript('files', 'filelist');
OCP\Util::addscript('files', 'keyboardshortcuts');
$files = array();
$rootLength = strlen($basePath) + 1;
foreach (OC_Files::getDirectoryContent($path) as $i) {

View File

@ -1,8 +1,7 @@
<?php
if(!OCP\User::isLoggedIn()) {
exit;
}
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
$files = $_REQUEST['files'];
$dirlisting = $_REQUEST['dirlisting'];

View File

@ -3,5 +3,6 @@
"1 folder" => "1 پوشه",
"{count} folders" => "{ شمار} پوشه ها",
"1 file" => "1 پرونده",
"{count} files" => "{ شمار } فایل ها"
"{count} files" => "{ شمار } فایل ها",
"Restore" => "بازیابی"
);

View File

@ -1,3 +1,11 @@
<?php $TRANSLATIONS = array(
"Name" => "Nosaukums"
"perform restore operation" => "veikt atjaunošanu",
"Name" => "Nosaukums",
"Deleted" => "Dzēsts",
"1 folder" => "1 mape",
"{count} folders" => "{count} mapes",
"1 file" => "1 datne",
"{count} files" => "{count} datnes",
"Nothing in here. Your trash bin is empty!" => "Šeit nekā nav. Jūsu miskaste ir tukša!",
"Restore" => "Atjaunot"
);

View File

@ -1,8 +1,11 @@
<?php $TRANSLATIONS = array(
"perform restore operation" => "vykonať obnovu",
"Name" => "Meno",
"Deleted" => "Zmazané",
"1 folder" => "1 priečinok",
"{count} folders" => "{count} priečinkov",
"1 file" => "1 súbor",
"{count} files" => "{count} súborov",
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
"Restore" => "Obnoviť"
);

View File

@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "انقضای تمامی نسخه‌ها"
"History" => "تاریخچه",
"Enable" => "فعال"
);

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"History" => "Vēsture",
"Files Versioning" => "Datņu versiju izskošana",
"Enable" => "Aktivēt"
);

View File

@ -0,0 +1,4 @@
<?php $TRANSLATIONS = array(
"Password" => "Wagwoord",
"Help" => "Hulp"
);

View File

@ -33,6 +33,7 @@
"Group Filter" => "Filtre de grup",
"Defines the filter to apply, when retrieving groups." => "Defineix el filtre a aplicar quan es mostren grups.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "sense cap paràmetre de substitució, per exemple \"objectClass=grupPosix\".",
"Connection Settings" => "Arranjaments de connexió",
"Configuration Active" => "Configuració activa",
"When unchecked, this configuration will be skipped." => "Si està desmarcat, aquesta configuració s'ometrà.",
"Port" => "Port",
@ -48,6 +49,7 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Si la connexió només funciona amb aquesta opció, importeu el certificat SSL del servidor LDAP en el vostre servidor ownCloud.",
"Not recommended, use for testing only." => "No recomanat, ús només per proves.",
"in seconds. A change empties the cache." => "en segons. Un canvi buidarà la memòria de cau.",
"Directory Settings" => "Arranjaments de carpetes",
"User Display Name Field" => "Camp per mostrar el nom d'usuari",
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribut LDAP a usar per generar el nom d'usuari ownCloud.",
"Base User Tree" => "Arbre base d'usuaris",
@ -60,6 +62,7 @@
"One Group Base DN per line" => "Una DN Base de Grup per línia",
"Group Search Attributes" => "Atributs de cerca de grup",
"Group-Member association" => "Associació membres-grup",
"Special Attributes" => "Atributs especials",
"in bytes" => "en bytes",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Deixeu-ho buit pel nom d'usuari (per defecte). Altrament, especifiqueu un atribut LDAP/AD.",
"Help" => "Ajuda"

View File

@ -33,6 +33,7 @@
"Group Filter" => "Filtr skupin",
"Defines the filter to apply, when retrieving groups." => "Určuje použitý filtr, pro získávaní skupin.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez zástupných znaků, např. \"objectClass=posixGroup\".",
"Connection Settings" => "Nastavení spojení",
"Configuration Active" => "Nastavení aktivní",
"When unchecked, this configuration will be skipped." => "Pokud není zaškrtnuto, bude nastavení přeskočeno.",
"Port" => "Port",
@ -48,6 +49,7 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Pokud připojení pracuje pouze s touto možností, tak importujte SSL certifikát SSL serveru do Vašeho serveru ownCloud",
"Not recommended, use for testing only." => "Není doporučeno, pouze pro testovací účely.",
"in seconds. A change empties the cache." => "ve vteřinách. Změna vyprázdní vyrovnávací paměť.",
"Directory Settings" => "Nastavení adresáře",
"User Display Name Field" => "Pole pro zobrazované jméno uživatele",
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribut LDAP použitý k vytvoření jména uživatele ownCloud",
"Base User Tree" => "Základní uživatelský strom",
@ -60,6 +62,7 @@
"One Group Base DN per line" => "Jedna skupinová základní DN na řádku",
"Group Search Attributes" => "Atributy vyhledávání skupin",
"Group-Member association" => "Asociace člena skupiny",
"Special Attributes" => "Speciální atributy",
"in bytes" => "v bajtech",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.",
"Help" => "Nápověda"

View File

@ -4,6 +4,7 @@
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Die Konfiguration ist valide, aber das Herstellen einer Verbindung schlug fehl. Bitte überprüfen Sie die Server-Einstellungen und Zertifikate.",
"The configuration is invalid. Please look in the ownCloud log for further details." => "Die Konfiguration ist nicht valide. Weitere Details können Sie im ownCloud-Log nachlesen.",
"Deletion failed" => "Löschen fehlgeschlagen",
"Take over settings from recent server configuration?" => "Sollen die Einstellungen der letzten Server-Konfiguration übernommen werden?",
"Keep settings?" => "Einstellungen behalten?",
"Cannot add server configuration" => "Das Hinzufügen der Server-Konfiguration schlug fehl",
"Connection test succeeded" => "Verbindungs-Test erfolgreich",
@ -32,11 +33,15 @@
"Group Filter" => "Gruppen-Filter",
"Defines the filter to apply, when retrieving groups." => "Definiert den Filter für die Anfrage der Gruppen.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "ohne Platzhalter, z.B.: \"objectClass=posixGroup\"",
"Connection Settings" => "Verbindungs-Einstellungen",
"Configuration Active" => "Konfiguration aktiv",
"When unchecked, this configuration will be skipped." => "Wenn nicht angehakt, wird diese Konfiguration übersprungen.",
"Port" => "Port",
"Backup (Replica) Host" => "Back-Up (Replikation) Host",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Optionaler Backup Host. Es muss ein Replikat des eigentlichen LDAP/AD Servers sein.",
"Backup (Replica) Port" => "Back-Up (Replikation) Port",
"Disable Main Server" => "Hauptserver deaktivieren",
"When switched on, ownCloud will only connect to the replica server." => "Wenn eingeschaltet wird sich ownCloud nur mit dem Replilat-Server verbinden.",
"Use TLS" => "Nutze TLS",
"Do not use it for SSL connections, it will fail." => "Verwenden Sie dies nicht für SSL-Verbindungen, es wird fehlschlagen.",
"Case insensitve LDAP server (Windows)" => "LDAP-Server (Windows: Groß- und Kleinschreibung bleibt unbeachtet)",
@ -44,16 +49,20 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Falls die Verbindung es erfordert, muss das SSL-Zertifikat des LDAP-Server importiert werden.",
"Not recommended, use for testing only." => "Nicht empfohlen, nur zu Testzwecken.",
"in seconds. A change empties the cache." => "in Sekunden. Eine Änderung leert den Cache.",
"Directory Settings" => "Verzeichnis-Einstellungen",
"User Display Name Field" => "Feld für den Anzeigenamen des Benutzers",
"The LDAP attribute to use to generate the user`s ownCloud name." => "Das LDAP-Attribut für die Generierung des Benutzernamens in ownCloud. ",
"Base User Tree" => "Basis-Benutzerbaum",
"One User Base DN per line" => "Ein Benutzer Base DN pro Zeile",
"User Search Attributes" => "Benutzer-Suche Eigenschaften",
"Optional; one attribute per line" => "Optional; Ein Attribut pro Zeile",
"Group Display Name Field" => "Feld für den Anzeigenamen der Gruppe",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Das LDAP-Attribut für die Generierung des Gruppennamens in ownCloud. ",
"Base Group Tree" => "Basis-Gruppenbaum",
"One Group Base DN per line" => "Ein Gruppen Base DN pro Zeile",
"Group Search Attributes" => "Gruppen-Suche Eigenschaften",
"Group-Member association" => "Assoziation zwischen Gruppe und Benutzer",
"Special Attributes" => "besondere Eigenschaften",
"in bytes" => "in Bytes",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.",
"Help" => "Hilfe"

View File

@ -1,9 +1,22 @@
<?php $TRANSLATIONS = array(
"Failed to delete the server configuration" => "No se pudo borrar la configuración del servidor",
"The configuration is valid and the connection could be established!" => "La configuración es válida y la conexión puede establecerse!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales.",
"The configuration is invalid. Please look in the ownCloud log for further details." => "La configuración no es válida. Por favor, busque en el log de ownCloud para más detalles.",
"Deletion failed" => "Falló el borrado",
"Keep settings?" => "Mantener la configuración?",
"Cannot add server configuration" => "No se puede añadir la configuración del servidor",
"Connection test succeeded" => "La prueba de conexión fue exitosa",
"Connection test failed" => "La prueba de conexión falló",
"Do you really want to delete the current Server Configuration?" => "¿Realmente desea eliminar la configuración actual del servidor?",
"Confirm Deletion" => "Confirmar eliminación",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Advertencia:</b> Los Apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al administrador del sistema para desactivar uno de ellos.",
"Host" => "Servidor",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.",
"Server configuration" => "Configuración del Servidor",
"Host" => "Máquina",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://",
"Base DN" => "DN base",
"One Base DN per line" => "Un DN Base por línea",
"You can specify Base DN for users and groups in the Advanced tab" => "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado",
"User DN" => "DN usuario",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, deje DN y contraseña vacíos.",
@ -29,9 +42,11 @@
"User Display Name Field" => "Campo de nombre de usuario a mostrar",
"The LDAP attribute to use to generate the user`s ownCloud name." => "El atributo LDAP a usar para generar el nombre de usuario de ownCloud.",
"Base User Tree" => "Árbol base de usuario",
"One User Base DN per line" => "Un DN Base de Usuario por línea",
"Group Display Name Field" => "Campo de nombre de grupo a mostrar",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "El atributo LDAP a usar para generar el nombre de los grupos de ownCloud.",
"Base Group Tree" => "Árbol base de grupo",
"One Group Base DN per line" => "Un DN Base de Grupo por línea",
"Group-Member association" => "Asociación Grupo-Miembro",
"in bytes" => "en bytes",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Vacío para el nombre de usuario (por defecto). En otro caso, especifique un atributo LDAP/AD.",

View File

@ -2,5 +2,6 @@
"Deletion failed" => "حذف کردن انجام نشد",
"Host" => "میزبانی",
"Password" => "رمز عبور",
"Port" => "درگاه",
"Help" => "راه‌نما"
);

View File

@ -33,6 +33,7 @@
"Group Filter" => "Filtro per il gruppo",
"Defines the filter to apply, when retrieving groups." => "Specifica quale filtro utilizzare durante il recupero dei gruppi.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "senza nessun segnaposto, per esempio \"objectClass=posixGroup\".",
"Connection Settings" => "Impostazioni di connessione",
"Configuration Active" => "Configurazione attiva",
"When unchecked, this configuration will be skipped." => "Se deselezionata, questa configurazione sarà saltata.",
"Port" => "Porta",
@ -48,6 +49,7 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Se la connessione funziona esclusivamente con questa opzione, importa il certificato SSL del server LDAP nel tuo server ownCloud.",
"Not recommended, use for testing only." => "Non consigliato, utilizzare solo per test.",
"in seconds. A change empties the cache." => "in secondi. Il cambio svuota la cache.",
"Directory Settings" => "Impostazioni delle cartelle",
"User Display Name Field" => "Campo per la visualizzazione del nome utente",
"The LDAP attribute to use to generate the user`s ownCloud name." => "L'attributo LDAP da usare per generare il nome dell'utente ownCloud.",
"Base User Tree" => "Struttura base dell'utente",
@ -60,6 +62,7 @@
"One Group Base DN per line" => "Un DN base gruppo per riga",
"Group Search Attributes" => "Attributi di ricerca gruppo",
"Group-Member association" => "Associazione gruppo-utente ",
"Special Attributes" => "Attributi speciali",
"in bytes" => "in byte",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Lascia vuoto per il nome utente (predefinito). Altrimenti, specifica un attributo LDAP/AD.",
"Help" => "Aiuto"

View File

@ -33,6 +33,7 @@
"Group Filter" => "グループフィルタ",
"Defines the filter to apply, when retrieving groups." => "グループを取得するときに適用するフィルターを定義する。",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "プレースホルダーを利用しないでください。例 \"objectClass=posixGroup\"",
"Connection Settings" => "接続設定",
"Configuration Active" => "設定はアクティブです",
"When unchecked, this configuration will be skipped." => "チェックを外すと、この設定はスキップされます。",
"Port" => "ポート",
@ -48,6 +49,7 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "接続がこのオプションでのみ動作する場合は、LDAPサーバのSSL証明書をownCloudサーバにインポートしてください。",
"Not recommended, use for testing only." => "推奨しません、テスト目的でのみ利用してください。",
"in seconds. A change empties the cache." => "秒。変更後にキャッシュがクリアされます。",
"Directory Settings" => "ディレクトリ設定",
"User Display Name Field" => "ユーザ表示名のフィールド",
"The LDAP attribute to use to generate the user`s ownCloud name." => "ユーザのownCloud名の生成に利用するLDAP属性。",
"Base User Tree" => "ベースユーザツリー",
@ -60,6 +62,7 @@
"One Group Base DN per line" => "1行に1つのグループベースDN",
"Group Search Attributes" => "グループ検索属性",
"Group-Member association" => "グループとメンバーの関連付け",
"Special Attributes" => "特殊属性",
"in bytes" => "バイト",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "ユーザ名を空のままにしてくださいデフォルト。そうでない場合は、LDAPもしくはADの属性を指定してください。",
"Help" => "ヘルプ"

View File

@ -1,3 +1,69 @@
<?php $TRANSLATIONS = array(
"Failed to delete the server configuration" => "Neizdevās izdzēst servera konfigurāciju",
"The configuration is valid and the connection could be established!" => "Konfigurācija ir derīga un varēja izveidot savienojumu!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus.",
"The configuration is invalid. Please look in the ownCloud log for further details." => "Konfigurācija ir nederīga. Lūdzu, apskatiet ownCloud žurnālu, lai uzzinātu vairāk.",
"Deletion failed" => "Neizdevās izdzēst",
"Take over settings from recent server configuration?" => "Paņemt iestatījumus no nesenas servera konfigurācijas?",
"Keep settings?" => "Paturēt iestatījumus?",
"Cannot add server configuration" => "Nevar pievienot servera konfigurāciju",
"Connection test succeeded" => "Savienojuma tests ir veiksmīgs",
"Connection test failed" => "Savienojuma tests cieta neveiksmi",
"Do you really want to delete the current Server Configuration?" => "Vai tiešām vēlaties dzēst pašreizējo servera konfigurāciju?",
"Confirm Deletion" => "Apstiprināt dzēšanu",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Brīdinājums:</b> lietotnes user_ldap un user_webdavauth ir nesavietojamas. Tās var izraisīt negaidītu uzvedību. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Brīdinājums:</b> PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt.",
"Server configuration" => "Servera konfigurācija",
"Add Server Configuration" => "Pievienot servera konfigurāciju",
"Host" => "Resursdators",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Var neiekļaut protokolu, izņemot, ja vajag SSL. Tad sākums ir ldaps://",
"Base DN" => "Bāzes DN",
"One Base DN per line" => "Viena bāzes DN rindā",
"You can specify Base DN for users and groups in the Advanced tab" => "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”",
"User DN" => "Lietotāja DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "Klienta lietotāja DN, ar ko veiks sasaisti, piemēram, uid=agent,dc=example,dc=com. Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.",
"Password" => "Parole",
"For anonymous access, leave DN and Password empty." => "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu.",
"User Login Filter" => "Lietotāja ierakstīšanās filtrs",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Definē filtru, ko izmantot, kad mēģina ierakstīties. %%uid ierakstīšanās darbībā aizstāj lietotājvārdu.",
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "lieto %%uid vietturi, piemēram, \"uid=%%uid\"",
"User List Filter" => "Lietotāju saraksta filtrs",
"Defines the filter to apply, when retrieving users." => "Definē filtru, ko izmantot, kad saņem lietotāju sarakstu.",
"without any placeholder, e.g. \"objectClass=person\"." => "bez jebkādiem vietturiem, piemēram, \"objectClass=person\".",
"Group Filter" => "Grupu filtrs",
"Defines the filter to apply, when retrieving groups." => "Definē filtru, ko izmantot, kad saņem grupu sarakstu.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez jebkādiem vietturiem, piemēram, \"objectClass=posixGroup\".",
"Connection Settings" => "Savienojuma iestatījumi",
"Configuration Active" => "Konfigurācija ir aktīva",
"When unchecked, this configuration will be skipped." => "Ja nav atzīmēts, šī konfigurācija tiks izlaista.",
"Port" => "Ports",
"Backup (Replica) Host" => "Rezerves (kopija) serveris",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Norādi rezerves serveri (nav obligāti). Tam ir jābūt galvenā LDAP/AD servera kopijai.",
"Backup (Replica) Port" => "Rezerves (kopijas) ports",
"Disable Main Server" => "Deaktivēt galveno serveri",
"When switched on, ownCloud will only connect to the replica server." => "Kad ieslēgts, ownCloud savienosies tikai ar kopijas serveri.",
"Use TLS" => "Lietot TLS",
"Do not use it for SSL connections, it will fail." => "Neizmanto to SSL savienojumiem, tas neizdosies.",
"Case insensitve LDAP server (Windows)" => "Reģistrnejutīgs LDAP serveris (Windows)",
"Turn off SSL certificate validation." => "Izslēgt SSL sertifikātu validēšanu.",
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Ja savienojums darbojas ar šo opciju, importē LDAP serveru SSL sertifikātu savā ownCloud serverī.",
"Not recommended, use for testing only." => "Nav ieteicams, izmanto tikai testēšanai!",
"in seconds. A change empties the cache." => "sekundēs. Izmaiņas iztukšos kešatmiņu.",
"Directory Settings" => "Direktorijas iestatījumi",
"User Display Name Field" => "Lietotāja redzamā vārda lauks",
"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP atribūts, ko izmantot lietotāja ownCloud vārda veidošanai.",
"Base User Tree" => "Bāzes lietotāju koks",
"One User Base DN per line" => "Viena lietotāju bāzes DN rindā",
"User Search Attributes" => "Lietotāju meklēšanas atribūts",
"Optional; one attribute per line" => "Neobligāti; viens atribūts rindā",
"Group Display Name Field" => "Grupas redzamā nosaukuma lauks",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP atribūts, ko izmantot grupas ownCloud nosaukuma veidošanai.",
"Base Group Tree" => "Bāzes grupu koks",
"One Group Base DN per line" => "Viena grupu bāzes DN rindā",
"Group Search Attributes" => "Grupu meklēšanas atribūts",
"Group-Member association" => "Grupu piederības asociācija",
"Special Attributes" => "Īpašie atribūti",
"in bytes" => "baitos",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu.",
"Help" => "Palīdzība"
);

View File

@ -1,7 +1,20 @@
<?php $TRANSLATIONS = array(
"Failed to delete the server configuration" => "Zlyhalo zmazanie nastavenia servera.",
"The configuration is valid and the connection could be established!" => "Nastavenie je v poriadku a pripojenie je stabilné.",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje.",
"The configuration is invalid. Please look in the ownCloud log for further details." => "Nastavenia sú neplatné. Podrobnosti hľadajte v logu ownCloud.",
"Deletion failed" => "Odstránenie zlyhalo",
"Take over settings from recent server configuration?" => "Prebrať nastavenia z nedávneho nastavenia servera?",
"Keep settings?" => "Ponechať nastavenia?",
"Cannot add server configuration" => "Nemožno pridať nastavenie servera",
"Connection test succeeded" => "Test pripojenia bol úspešný",
"Connection test failed" => "Test pripojenia zlyhal",
"Do you really want to delete the current Server Configuration?" => "Naozaj chcete zmazať súčasné nastavenie servera?",
"Confirm Deletion" => "Potvrdiť vymazanie",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Upozornenie:</b> Aplikácie user_ldap a user_webdavauth nie sú kompatibilné. Môže nastávať neočakávané správanie. Požiadajte správcu systému aby jednu z nich zakázal.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Upozornenie:</b> nie je nainštalovaný LDAP modul pre PHP, backend vrstva nebude fungovať. Požádejte správcu systému aby ho nainštaloval.",
"Server configuration" => "Nastavenia servera",
"Add Server Configuration" => "Pridať nastavenia servera.",
"Host" => "Hostiteľ",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Môžete vynechať protokol, s výnimkou požadovania SSL. Vtedy začnite s ldaps://",
"Base DN" => "Základné DN",
@ -20,7 +33,15 @@
"Group Filter" => "Filter skupiny",
"Defines the filter to apply, when retrieving groups." => "Definuje použitý filter, pre získanie skupín.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez zástupných znakov, napr. \"objectClass=posixGroup\"",
"Connection Settings" => "Nastavenie pripojenia",
"Configuration Active" => "Nastavenia sú aktívne ",
"When unchecked, this configuration will be skipped." => "Ak nie je zaškrtnuté, nastavenie bude preskočené.",
"Port" => "Port",
"Backup (Replica) Host" => "Záložný server (kópia) hosť",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Zadajte záložný LDAP/AD. Musí to byť kópia hlavného LDAP/AD servera.",
"Backup (Replica) Port" => "Záložný server (kópia) port",
"Disable Main Server" => "Zakázať hlavný server",
"When switched on, ownCloud will only connect to the replica server." => "Pri zapnutí sa ownCloud pripojí len k záložnému serveru.",
"Use TLS" => "Použi TLS",
"Do not use it for SSL connections, it will fail." => "Nepoužívajte pre pripojenie SSL, pripojenie zlyhá.",
"Case insensitve LDAP server (Windows)" => "LDAP server nerozlišuje veľkosť znakov (Windows)",
@ -28,15 +49,20 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Ak pripojenie pracuje len s touto možnosťou, tak importujte SSL certifikát LDAP serveru do vášho servera ownCloud.",
"Not recommended, use for testing only." => "Nie je doporučované, len pre testovacie účely.",
"in seconds. A change empties the cache." => "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť.",
"Directory Settings" => "Nastavenie priečinka",
"User Display Name Field" => "Pole pre zobrazenia mena používateľa",
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribút LDAP použitý na vygenerovanie mena používateľa ownCloud ",
"Base User Tree" => "Základný používateľský strom",
"One User Base DN per line" => "Jedna používateľská základná DN na riadok",
"User Search Attributes" => "Atribúty vyhľadávania používateľov",
"Optional; one attribute per line" => "Voliteľné, jeden atribút na jeden riadok",
"Group Display Name Field" => "Pole pre zobrazenie mena skupiny",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atribút LDAP použitý na vygenerovanie mena skupiny ownCloud ",
"Base Group Tree" => "Základný skupinový strom",
"One Group Base DN per line" => "Jedna skupinová základná DN na riadok",
"Group Search Attributes" => "Atribúty vyhľadávania skupín",
"Group-Member association" => "Asociácia člena skupiny",
"Special Attributes" => "Špeciálne atribúty",
"in bytes" => "v bajtoch",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Nechajte prázdne pre používateľské meno (predvolené). Inak uveďte atribút LDAP/AD.",
"Help" => "Pomoc"

View File

@ -1,7 +1,19 @@
<?php $TRANSLATIONS = array(
"Failed to delete the server configuration" => "การลบการกำหนดค่าเซิร์ฟเวอร์ล้มเหลว",
"The configuration is valid and the connection could be established!" => "การกำหนดค่าถูกต้องและการเชื่อมต่อสามารถเชื่อมต่อได้!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "การกำหนดค่าถูกต้อง, แต่การผูกข้อมูลล้มเหลว, กรุณาตรวจสอบการตั้งค่าเซิร์ฟเวอร์และข้อมูลการเข้าใช้งาน",
"The configuration is invalid. Please look in the ownCloud log for further details." => "การกำหนดค่าไม่ถูกต้อง กรุณาดูรายละเอียดจากบันทึกการเปลี่ยนแปลงของ ownCloud สำหรับรายละเอียดเพิ่มเติม",
"Deletion failed" => "การลบทิ้งล้มเหลว",
"Keep settings?" => "รักษาการตั้งค่าไว้?",
"Cannot add server configuration" => "ไม่สามารถเพิ่มค่ากำหนดเซิร์ฟเวอร์ได้",
"Connection test succeeded" => "ทดสอบการเชื่อมต่อสำเร็จ",
"Connection test failed" => "ทดสอบการเชื่อมต่อล้มเหลว",
"Do you really want to delete the current Server Configuration?" => "คุณแน่ใจแล้วหรือว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบันทิ้งไป?",
"Confirm Deletion" => "ยืนยันการลบทิ้ง",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>คำเตือน:</b> แอปฯ user_ldap และ user_webdavauth ไม่สามารถใช้งานร่วมกันได้. คุณอาจประสพปัญหาที่ไม่คาดคิดจากเหตุการณ์ดังกล่าว กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อระงับการใช้งานแอปฯ ตัวใดตัวหนึ่งข้างต้น",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>คำเตือน:</b> โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง, ระบบด้านหลังจะไม่สามารถทำงานได้ กรุณาติดต่อผู้ดูแลระบบของคุณเพื่อทำการติดตั้งโมดูลดังกล่าว",
"Server configuration" => "การกำหนดค่าเซิร์ฟเวอร์",
"Add Server Configuration" => "เพิ่มการกำหนดค่าเซิร์ฟเวอร์",
"Host" => "โฮสต์",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "คุณสามารถปล่อยช่องโปรโตคอลเว้นไว้ได้, ยกเว้นกรณีที่คุณต้องการใช้ SSL จากนั้นเริ่มต้นด้วย ldaps://",
"Base DN" => "DN ฐาน",
@ -20,7 +32,9 @@
"Group Filter" => "ตัวกรองข้อมูลกลุ่ม",
"Defines the filter to apply, when retrieving groups." => "ระบุตัวกรองข้อมูลที่ต้องการนำไปใช้งาน, เมื่อดึงข้อมูลกลุ่ม",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "โดยไม่ต้องมีตัวยึดใดๆ, เช่น \"objectClass=posixGroup\",",
"Connection Settings" => "ตั้งค่าการเชื่อมต่อ",
"Port" => "พอร์ต",
"Disable Main Server" => "ปิดใช้งานเซิร์ฟเวอร์หลัก",
"Use TLS" => "ใช้ TLS",
"Do not use it for SSL connections, it will fail." => "กรุณาอย่าใช้การเชื่อมต่อแบบ SSL การเชื่อมต่อจะเกิดการล้มเหลว",
"Case insensitve LDAP server (Windows)" => "เซิร์ฟเวอร์ LDAP ประเภท Case insensitive (วินโดวส์)",
@ -28,15 +42,20 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "หากการเชื่อมต่อสามารถทำงานได้เฉพาะกับตัวเลือกนี้เท่านั้น, ให้นำเข้าข้อมูลใบรับรองความปลอดภัยแบบ SSL ของเซิร์ฟเวอร์ LDAP ดังกล่าวเข้าไปไว้ในเซิร์ฟเวอร์ ownCloud",
"Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น",
"in seconds. A change empties the cache." => "ในอีกไม่กี่วินาที ระบบจะเปลี่ยนแปลงข้อมูลในแคชให้ว่างเปล่า",
"Directory Settings" => "ตั้งค่าไดเร็กทอรี่",
"User Display Name Field" => "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ",
"The LDAP attribute to use to generate the user`s ownCloud name." => "คุณลักษณะ LDAP ที่ต้องการใช้สำหรับสร้างชื่อของผู้ใช้งาน ownCloud",
"Base User Tree" => "รายการผู้ใช้งานหลักแบบ Tree",
"One User Base DN per line" => "หนึ่ง User Base DN ต่อบรรทัด",
"User Search Attributes" => "คุณลักษณะการค้นหาชื่อผู้ใช้",
"Optional; one attribute per line" => "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด",
"Group Display Name Field" => "ช่องแสดงชื่อกลุ่มที่ต้องการ",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "คุณลักษณะ LDAP ที่ต้องการใช้สร้างชื่อกลุ่มของ ownCloud",
"Base Group Tree" => "รายการกลุ่มหลักแบบ Tree",
"One Group Base DN per line" => "หนึ่ง Group Base DN ต่อบรรทัด",
"Group Search Attributes" => "คุณลักษณะการค้นหาแบบกลุ่ม",
"Group-Member association" => "ความสัมพันธ์ของสมาชิกในกลุ่ม",
"Special Attributes" => "คุณลักษณะพิเศษ",
"in bytes" => "ในหน่วยไบต์",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "เว้นว่างไว้สำหรับ ชื่อผู้ใช้ (ค่าเริ่มต้น) หรือไม่กรุณาระบุคุณลักษณะของ LDAP/AD",
"Help" => "ช่วยเหลือ"

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Otentikasi WebDAV",
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud akan mengirimkan informasi pengguna ke URL ini. Pengaya akan mengecek respon dan menginterpretasikan kode status HTTP 401 serta 403 sebagai informasi yang keliru, sedangkan respon lainnya dianggap benar."
);

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV autentifikācija",
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud sūtīs lietotāja akreditācijas datus uz šo URL. Šis spraudnis pārbauda atbildi un interpretē HTTP statusa kodus 401 un 403 kā nederīgus akreditācijas datus un visas citas atbildes kā derīgus akreditācijas datus."
);

View File

@ -24,7 +24,9 @@
OC_Util::checkAdminUser();
if($_POST) {
// CSRF check
OCP\JSON::callCheck();
if(isset($_POST['webdav_url'])) {
OC_CONFIG::setValue('user_webdavauth_url', strip_tags($_POST['webdav_url']));
}

View File

@ -2,6 +2,7 @@
<fieldset class="personalblock">
<legend><strong><?php echo $l->t('WebDAV Authentication');?></strong></legend>
<p><label for="webdav_url"><?php echo $l->t('URL: http://');?><input type="text" id="webdav_url" name="webdav_url" value="<?php echo $_['webdav_url']; ?>"></label>
<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken'] ?>" id="requesttoken">
<input type="submit" value="Save" />
<br /><?php echo $l->t('ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials.'); ?>
</fieldset>

View File

@ -32,6 +32,9 @@ $CONFIG = array(
/* Force use of HTTPS connection (true = use HTTPS) */
"forcessl" => false,
/* Blacklist a specific file and disallow the upload of files with this name - WARNING: USE THIS ONLY IF YOU KNOW WHAT YOU ARE DOING. */
"blacklisted_files" => array('.htaccess'),
/* The automatic hostname detection of ownCloud can fail in certain reverse proxy situations. This option allows to manually override the automatic detection. You can also add a port. For example "www.example.com:88" */
"overwritehost" => "",
@ -130,7 +133,7 @@ $CONFIG = array(
"remember_login_cookie_lifetime" => 60*60*24*15,
/* Custom CSP policy, changing this will overwrite the standard policy */
"custom_csp_policy" => "default-src \'self\'; script-src \'self\' \'unsafe-eval\'; style-src \'self\' \'unsafe-inline\'; frame-src *; img-src *",
"custom_csp_policy" => "default-src \'self\'; script-src \'self\' \'unsafe-eval\'; style-src \'self\' \'unsafe-inline\'; frame-src *; img-src *; font-src \'self\' data:",
/* The directory where the user data is stored, default to data in the owncloud
* directory. The sqlite database is also stored here, when sqlite is used.

View File

@ -50,7 +50,7 @@ var OCCategories= {
$('#category_dialog').remove();
},
open : function(event, ui) {
$('#category_addinput').live('input',function() {
$('#category_addinput').on('input',function() {
if($(this).val().length > 0) {
$('#category_addbutton').removeAttr('disabled');
}
@ -61,7 +61,7 @@ var OCCategories= {
$('#category_addbutton').attr('disabled', 'disabled');
return false;
});
$('#category_addbutton').live('click',function(e) {
$('#category_addbutton').on('click',function(e) {
e.preventDefault();
if($('#category_addinput').val().length > 0) {
OCCategories.add($('#category_addinput').val());

View File

@ -410,7 +410,7 @@ $(document).ready(function() {
firstDay: firstDay
});
}
$('a.share').live('click', function(event) {
$('#fileList').on('click', 'a.share', function(event) {
event.stopPropagation();
if ($(this).data('item-type') !== undefined && $(this).data('item') !== undefined) {
var itemType = $(this).data('item-type');
@ -444,12 +444,12 @@ $(document).ready(function() {
}
});
$('#shareWithList li').live('mouseenter', function(event) {
$('#fileList').on('mouseenter', '#dropdown #shareWithList li', function(event) {
// Show permissions and unshare button
$(':hidden', this).filter(':not(.cruds)').show();
});
$('#shareWithList li').live('mouseleave', function(event) {
$('#fileList').on('mouseleave', '#dropdown #shareWithList li', function(event) {
// Hide permissions and unshare button
if (!$('.cruds', this).is(':visible')) {
$('a', this).hide();
@ -462,11 +462,11 @@ $(document).ready(function() {
}
});
$('.showCruds').live('click', function() {
$('#fileList').on('click', '#dropdown .showCruds', function() {
$(this).parent().find('.cruds').toggle();
});
$('.unshare').live('click', function() {
$('#fileList').on('click', '#dropdown .unshare', function() {
var li = $(this).parent();
var itemType = $('#dropdown').data('item-type');
var itemSource = $('#dropdown').data('item-source');
@ -483,7 +483,7 @@ $(document).ready(function() {
});
});
$('.permissions').live('change', function() {
$('#fileList').on('change', '#dropdown .permissions', function() {
if ($(this).attr('name') == 'edit') {
var li = $(this).parent().parent()
var checkboxes = $('.permissions', li);
@ -510,7 +510,7 @@ $(document).ready(function() {
OC.Share.setPermissions($('#dropdown').data('item-type'), $('#dropdown').data('item-source'), $(li).data('share-type'), $(li).data('share-with'), permissions);
});
$('#linkCheckbox').live('change', function() {
$('#fileList').on('change', '#dropdown #linkCheckbox', function() {
var itemType = $('#dropdown').data('item-type');
var itemSource = $('#dropdown').data('item-source');
if (this.checked) {
@ -532,12 +532,12 @@ $(document).ready(function() {
}
});
$('#linkText').live('click', function() {
$('#fileList').on('click', '#dropdown #linkText', function() {
$(this).focus();
$(this).select();
});
$('#showPassword').live('click', function() {
$('#fileList').on('click', '#dropdown #showPassword', function() {
$('#linkPass').toggle('blind');
if (!$('#showPassword').is(':checked') ) {
var itemType = $('#dropdown').data('item-type');
@ -548,7 +548,7 @@ $(document).ready(function() {
}
});
$('#linkPassText').live('focusout keyup', function(event) {
$('#fileList').on('focusout keyup', '#dropdown #linkPassText', function(event) {
if ( $('#linkPassText').val() != '' && (event.type == 'focusout' || event.keyCode == 13) ) {
var itemType = $('#dropdown').data('item-type');
var itemSource = $('#dropdown').data('item-source');
@ -560,7 +560,7 @@ $(document).ready(function() {
}
});
$('#expirationCheckbox').live('click', function() {
$('#fileList').on('click', '#dropdown #expirationCheckbox', function() {
if (this.checked) {
OC.Share.showExpirationDate('');
} else {
@ -575,7 +575,7 @@ $(document).ready(function() {
}
});
$('#expirationDate').live('change', function() {
$('#fileList').on('change', '#dropdown #expirationDate', function() {
var itemType = $('#dropdown').data('item-type');
var itemSource = $('#dropdown').data('item-source');
$.post(OC.filePath('core', 'ajax', 'share.php'), { action: 'setExpirationDate', itemType: itemType, itemSource: itemSource, date: $(this).val() }, function(result) {
@ -586,7 +586,7 @@ $(document).ready(function() {
});
$('#emailPrivateLink').live('submit', function(event) {
$('#fileList').on('submit', '#dropdown #emailPrivateLink', function(event) {
event.preventDefault();
var link = $('#linkText').val();
var itemType = $('#dropdown').data('item-type');

33
core/l10n/af_ZA.php Normal file
View File

@ -0,0 +1,33 @@
<?php $TRANSLATIONS = array(
"Settings" => "Instellings",
"Password" => "Wagwoord",
"Use the following link to reset your password: {link}" => "Gebruik die volgende skakel om jou wagwoord te herstel: {link}",
"You will receive a link to reset your password via Email." => "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel.",
"Username" => "Gebruikersnaam",
"Request reset" => "Herstel-versoek",
"Your password was reset" => "Jou wagwoord is herstel",
"To login page" => "Na aanteken-bladsy",
"New password" => "Nuwe wagwoord",
"Reset password" => "Herstel wagwoord",
"Personal" => "Persoonlik",
"Users" => "Gebruikers",
"Apps" => "Toepassings",
"Admin" => "Admin",
"Help" => "Hulp",
"Cloud not found" => "Wolk nie gevind",
"Create an <strong>admin account</strong>" => "Skep `n <strong>admin-rekening</strong>",
"Advanced" => "Gevorderd",
"Configure the database" => "Stel databasis op",
"will be used" => "sal gebruik word",
"Database user" => "Databasis-gebruiker",
"Database password" => "Databasis-wagwoord",
"Database name" => "Databasis naam",
"Finish setup" => "Maak opstelling klaar",
"web services under your control" => "webdienste onder jou beheer",
"Log out" => "Teken uit",
"Lost your password?" => "Jou wagwoord verloor?",
"remember" => "onthou",
"Log in" => "Teken aan",
"prev" => "vorige",
"next" => "volgende"
);

View File

@ -1,4 +1,16 @@
<?php $TRANSLATIONS = array(
"User %s shared a file with you" => "Lietotājs %s ar jums dalījās ar datni.",
"User %s shared a folder with you" => "Lietotājs %s ar jums dalījās ar mapi.",
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "Lietotājs %s ar jums dalījās ar datni “%s”. To var lejupielādēt šeit — %s",
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "Lietotājs %s ar jums dalījās ar mapi “%s”. To var lejupielādēt šeit — %s",
"Category type not provided." => "Kategorijas tips nav norādīts.",
"No category to add?" => "Nav kategoriju, ko pievienot?",
"This category already exists: " => "Šāda kategorija jau eksistē:",
"Object type not provided." => "Objekta tips nav norādīts.",
"%s ID not provided." => "%s ID nav norādīts.",
"Error adding %s to favorites." => "Kļūda, pievienojot %s izlasei.",
"No categories selected for deletion." => "Neviena kategorija nav izvēlēta dzēšanai",
"Error removing %s from favorites." => "Kļūda, izņemot %s no izlases.",
"Sunday" => "Svētdiena",
"Monday" => "Pirmdiena",
"Tuesday" => "Otrdiena",
@ -19,13 +31,66 @@
"November" => "Novembris",
"December" => "Decembris",
"Settings" => "Iestatījumi",
"seconds ago" => "sekundes atpakaļ",
"1 minute ago" => "pirms 1 minūtes",
"{minutes} minutes ago" => "pirms {minutes} minūtēm",
"1 hour ago" => "pirms 1 stundas",
"{hours} hours ago" => "pirms {hours} stundām",
"today" => "šodien",
"yesterday" => "vakar",
"{days} days ago" => "pirms {days} dienām",
"last month" => "pagājušajā mēnesī",
"{months} months ago" => "pirms {months} mēnešiem",
"months ago" => "mēnešus atpakaļ",
"last year" => "gājušajā gadā",
"years ago" => "gadus atpakaļ",
"Choose" => "Izvēlieties",
"Cancel" => "Atcelt",
"Error" => "Kļūme",
"Share" => "Līdzdalīt",
"No" => "",
"Yes" => "",
"Ok" => "Labi",
"The object type is not specified." => "Nav norādīts objekta tips.",
"Error" => "Kļūda",
"The app name is not specified." => "Nav norādīts lietotnes nosaukums.",
"The required file {file} is not installed!" => "Pieprasītā datne {file} nav instalēta!",
"Share" => "Dalīties",
"Shared" => "Kopīgs",
"Error while sharing" => "Kļūda, daloties",
"Error while unsharing" => "Kļūda, beidzot dalīties",
"Error while changing permissions" => "Kļūda, mainot atļaujas",
"Shared with you and the group {group} by {owner}" => "{owner} dalījās ar jums un grupu {group}",
"Shared with you by {owner}" => "{owner} dalījās ar jums",
"Share with" => "Dalīties ar",
"Share with link" => "Dalīties ar saiti",
"Password protect" => "Aizsargāt ar paroli",
"Password" => "Parole",
"Unshare" => "Pārtraukt līdzdalīšanu",
"Use the following link to reset your password: {link}" => "Izmantojiet šo linku lai mainītu paroli",
"Email link to person" => "Sūtīt saiti personai pa e-pastu",
"Send" => "Sūtīt",
"Set expiration date" => "Iestaties termiņa datumu",
"Expiration date" => "Termiņa datums",
"Share via email:" => "Dalīties, izmantojot e-pastu:",
"No people found" => "Nav atrastu cilvēku",
"Resharing is not allowed" => "Atkārtota dalīšanās nav atļauta",
"Shared in {item} with {user}" => "Dalījās ar {item} ar {user}",
"Unshare" => "Beigt dalīties",
"can edit" => "var rediģēt",
"access control" => "piekļuves vadība",
"create" => "izveidot",
"update" => "atjaunināt",
"delete" => "dzēst",
"share" => "dalīties",
"Password protected" => "Aizsargāts ar paroli",
"Error unsetting expiration date" => "Kļūda, noņemot termiņa datumu",
"Error setting expiration date" => "Kļūda, iestatot termiņa datumu",
"Sending ..." => "Sūta...",
"Email sent" => "Vēstule nosūtīta",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Atjaunināšana beidzās nesekmīgi. Lūdzu, ziņojiet par šo problēmu <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud kopienai</a>.",
"The update was successful. Redirecting you to ownCloud now." => "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud.",
"ownCloud password reset" => "ownCloud paroles maiņa",
"Use the following link to reset your password: {link}" => "Izmantojiet šo saiti, lai mainītu paroli: {link}",
"You will receive a link to reset your password via Email." => "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjaunot paroli.",
"Reset email send." => "Atstatīt e-pasta sūtīšanu.",
"Request failed!" => "Pieprasījums neizdevās!",
"Username" => "Lietotājvārds",
"Request reset" => "Pieprasīt paroles maiņu",
"Your password was reset" => "Jūsu parole tika nomainīta",
@ -34,23 +99,37 @@
"Reset password" => "Mainīt paroli",
"Personal" => "Personīgi",
"Users" => "Lietotāji",
"Apps" => "Aplikācijas",
"Apps" => "Lietotnes",
"Admin" => "Administrators",
"Help" => "Palīdzība",
"Access forbidden" => "Pieeja ir liegta",
"Cloud not found" => "Mākonis netika atrasts",
"Edit categories" => "Rediģēt kategoriju",
"Add" => "Pievienot",
"Security Warning" => "Brīdinājums par drošību",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Nav pieejams drošs nejaušu skaitļu ģenerators. Lūdzu, aktivējiet PHP OpenSSL paplašinājumu.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez droša nejaušu skaitļu ģeneratora uzbrucējs var paredzēt paroļu atjaunošanas marķierus un pārņem jūsu kontu.",
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Jūsu datu direktorija un datnes visdrīzāk ir pieejamas no interneta. ownCloud nodrošinātā .htaccess datne nedarbojas. Mēs iesakām konfigurēt serveri tā, lai datu direktorija vairs nebūtu pieejama, vai arī pārvietojiet datu direktoriju ārpus tīmekļa servera dokumentu saknes.",
"Create an <strong>admin account</strong>" => "Izveidot <strong>administratora kontu</strong>",
"Advanced" => "Paplašināti",
"Data folder" => "Datu mape",
"Configure the database" => "Nokonfigurēt datubāzi",
"Configure the database" => "Konfigurēt datubāzi",
"will be used" => "tiks izmantots",
"Database user" => "Datubāzes lietotājs",
"Database password" => "Datubāzes parole",
"Database name" => "Datubāzes nosaukums",
"Database host" => "Datubāzes mājvieta",
"Finish setup" => "Pabeigt uzstādījumus",
"Log out" => "Izlogoties",
"Database tablespace" => "Datubāzes tabulas telpa",
"Database host" => "Datubāzes serveris",
"Finish setup" => "Pabeigt iestatīšanu",
"web services under your control" => "jūsu vadībā esošie tīmekļa servisi",
"Log out" => "Izrakstīties",
"Automatic logon rejected!" => "Automātiskā ierakstīšanās ir noraidīta!",
"If you did not change your password recently, your account may be compromised!" => "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts.",
"Please change your password to secure your account again." => "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu.",
"Lost your password?" => "Aizmirsāt paroli?",
"remember" => "atcerēties",
"Log in" => "Ielogoties",
"Log in" => "Ierakstīties",
"prev" => "iepriekšējā",
"next" => "nākamā"
"next" => "nākamā",
"Updating ownCloud to version %s, this may take a while." => "Atjaunina ownCloud uz versiju %s. Tas var aizņemt kādu laiciņu."
);

View File

@ -54,6 +54,7 @@
"The app name is not specified." => "ชื่อของแอปยังไม่ได้รับการระบุชื่อ",
"The required file {file} is not installed!" => "ไฟล์ {file} ซึ่งเป็นไฟล์ที่จำเป็นต้องได้รับการติดตั้งไว้ก่อน ยังไม่ได้ถูกติดตั้ง",
"Share" => "แชร์",
"Shared" => "แชร์แล้ว",
"Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล",
"Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล",
"Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน",

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Jano Barnard <translate@janobarnard.co.za>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"PO-Revision-Date: 2011-07-25 16:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 17:00+0000\n"
"Last-Translator: Jano Barnard <translate@janobarnard.co.za>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -157,57 +158,57 @@ msgstr ""
#: js/js.js:280
msgid "Settings"
msgstr ""
msgstr "Instellings"
#: js/js.js:759
#: js/js.js:760
msgid "seconds ago"
msgstr ""
#: js/js.js:760
#: js/js.js:761
msgid "1 minute ago"
msgstr ""
#: js/js.js:761
#: js/js.js:762
msgid "{minutes} minutes ago"
msgstr ""
#: js/js.js:762
#: js/js.js:763
msgid "1 hour ago"
msgstr ""
#: js/js.js:763
#: js/js.js:764
msgid "{hours} hours ago"
msgstr ""
#: js/js.js:764
#: js/js.js:765
msgid "today"
msgstr ""
#: js/js.js:765
#: js/js.js:766
msgid "yesterday"
msgstr ""
#: js/js.js:766
#: js/js.js:767
msgid "{days} days ago"
msgstr ""
#: js/js.js:767
#: js/js.js:768
msgid "last month"
msgstr ""
#: js/js.js:768
#: js/js.js:769
msgid "{months} months ago"
msgstr ""
#: js/js.js:769
#: js/js.js:770
msgid "months ago"
msgstr ""
#: js/js.js:770
#: js/js.js:771
msgid "last year"
msgstr ""
#: js/js.js:771
#: js/js.js:772
msgid "years ago"
msgstr ""
@ -292,7 +293,7 @@ msgstr ""
#: js/share.js:185 templates/installation.php:44 templates/login.php:35
msgid "Password"
msgstr ""
msgstr "Wagwoord"
#: js/share.js:189
msgid "Email link to person"
@ -391,11 +392,11 @@ msgstr ""
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
msgstr ""
msgstr "Gebruik die volgende skakel om jou wagwoord te herstel: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
msgstr ""
msgstr "Jy sal `n skakel via e-pos ontvang om jou wagwoord te herstel."
#: lostpassword/templates/lostpassword.php:5
msgid "Reset email send."
@ -408,47 +409,47 @@ msgstr ""
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
#: templates/login.php:28
msgid "Username"
msgstr ""
msgstr "Gebruikersnaam"
#: lostpassword/templates/lostpassword.php:14
msgid "Request reset"
msgstr ""
msgstr "Herstel-versoek"
#: lostpassword/templates/resetpassword.php:4
msgid "Your password was reset"
msgstr ""
msgstr "Jou wagwoord is herstel"
#: lostpassword/templates/resetpassword.php:5
msgid "To login page"
msgstr ""
msgstr "Na aanteken-bladsy"
#: lostpassword/templates/resetpassword.php:8
msgid "New password"
msgstr ""
msgstr "Nuwe wagwoord"
#: lostpassword/templates/resetpassword.php:11
msgid "Reset password"
msgstr ""
msgstr "Herstel wagwoord"
#: strings.php:5
msgid "Personal"
msgstr ""
msgstr "Persoonlik"
#: strings.php:6
msgid "Users"
msgstr ""
msgstr "Gebruikers"
#: strings.php:7
msgid "Apps"
msgstr ""
msgstr "Toepassings"
#: strings.php:8
msgid "Admin"
msgstr ""
msgstr "Admin"
#: strings.php:9
msgid "Help"
msgstr ""
msgstr "Hulp"
#: templates/403.php:12
msgid "Access forbidden"
@ -456,7 +457,7 @@ msgstr ""
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
msgstr "Wolk nie gevind"
#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
@ -493,11 +494,11 @@ msgstr ""
#: templates/installation.php:36
msgid "Create an <strong>admin account</strong>"
msgstr ""
msgstr "Skep `n <strong>admin-rekening</strong>"
#: templates/installation.php:50
msgid "Advanced"
msgstr ""
msgstr "Gevorderd"
#: templates/installation.php:52
msgid "Data folder"
@ -505,24 +506,24 @@ msgstr ""
#: templates/installation.php:59
msgid "Configure the database"
msgstr ""
msgstr "Stel databasis op"
#: templates/installation.php:64 templates/installation.php:75
#: templates/installation.php:85 templates/installation.php:95
msgid "will be used"
msgstr ""
msgstr "sal gebruik word"
#: templates/installation.php:107
msgid "Database user"
msgstr ""
msgstr "Databasis-gebruiker"
#: templates/installation.php:111
msgid "Database password"
msgstr ""
msgstr "Databasis-wagwoord"
#: templates/installation.php:115
msgid "Database name"
msgstr ""
msgstr "Databasis naam"
#: templates/installation.php:123
msgid "Database tablespace"
@ -534,15 +535,15 @@ msgstr ""
#: templates/installation.php:134
msgid "Finish setup"
msgstr ""
msgstr "Maak opstelling klaar"
#: templates/layout.guest.php:34
msgid "web services under your control"
msgstr ""
msgstr "webdienste onder jou beheer"
#: templates/layout.user.php:49
msgid "Log out"
msgstr ""
msgstr "Teken uit"
#: templates/login.php:10
msgid "Automatic logon rejected!"
@ -560,23 +561,23 @@ msgstr ""
#: templates/login.php:19
msgid "Lost your password?"
msgstr ""
#: templates/login.php:39
msgid "remember"
msgstr ""
msgstr "Jou wagwoord verloor?"
#: templates/login.php:41
msgid "remember"
msgstr "onthou"
#: templates/login.php:43
msgid "Log in"
msgstr ""
msgstr "Teken aan"
#: templates/part.pagenavi.php:3
msgid "prev"
msgstr ""
msgstr "vorige"
#: templates/part.pagenavi.php:20
msgid "next"
msgstr ""
msgstr "volgende"
#: templates/update.php:3
#, php-format

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
@ -25,11 +25,11 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:41
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
msgid "Grant access"
msgstr ""
#: js/dropbox.js:73 js/google.js:73
#: js/dropbox.js:73 js/google.js:72
msgid "Fill out all required fields"
msgstr ""
@ -37,7 +37,7 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
#: js/google.js:26 js/google.js:74 js/google.js:79
#: js/google.js:26 js/google.js:73 js/google.js:78
msgid "Error configuring Google Drive storage"
msgstr ""
@ -96,7 +96,7 @@ msgstr ""
#: templates/settings.php:95
msgid "Users"
msgstr ""
msgstr "Gebruikers"
#: templates/settings.php:108 templates/settings.php:109
#: templates/settings.php:144 templates/settings.php:145

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2012-08-12 22:35+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
@ -19,7 +19,7 @@ msgstr ""
#: templates/authenticate.php:4
msgid "Password"
msgstr ""
msgstr "Wagwoord"
#: templates/authenticate.php:6
msgid "Submit"
@ -45,4 +45,4 @@ msgstr ""
#: templates/public.php:35
msgid "web services under your control"
msgstr ""
msgstr "webdienste onder jou beheer"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
@ -19,27 +19,27 @@ msgstr ""
#: app.php:312
msgid "Help"
msgstr ""
msgstr "Hulp"
#: app.php:319
msgid "Personal"
msgstr ""
msgstr "Persoonlik"
#: app.php:324
msgid "Settings"
msgstr ""
msgstr "Instellings"
#: app.php:329
msgid "Users"
msgstr ""
msgstr "Gebruikers"
#: app.php:336
msgid "Apps"
msgstr ""
msgstr "Toepassings"
#: app.php:338
msgid "Admin"
msgstr ""
msgstr "Admin"
#: files.php:202
msgid "ZIP download is turned off."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 17:00+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -190,7 +190,7 @@ msgstr ""
#: templates/personal.php:21 templates/users.php:23 templates/users.php:81
msgid "Password"
msgstr ""
msgstr "Wagwoord"
#: templates/personal.php:22
msgid "Your password was changed"
@ -206,7 +206,7 @@ msgstr ""
#: templates/personal.php:25
msgid "New password"
msgstr ""
msgstr "Nuwe wagwoord"
#: templates/personal.php:26
msgid "show"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 16:31+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n"
@ -124,7 +124,7 @@ msgstr ""
#: templates/settings.php:24
msgid "Password"
msgstr ""
msgstr "Wagwoord"
#: templates/settings.php:24
msgid "For anonymous access, leave DN and Password empty."
@ -306,4 +306,4 @@ msgstr ""
#: templates/settings.php:62
msgid "Help"
msgstr ""
msgstr "Hulp"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 08:50+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\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"
@ -174,7 +174,7 @@ msgstr "sense cap paràmetre de substitució, per exemple \"objectClass=grupPosi
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Arranjaments de connexió"
#: templates/settings.php:33
msgid "Configuration Active"
@ -242,7 +242,7 @@ msgstr "en segons. Un canvi buidarà la memòria de cau."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Arranjaments de carpetes"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -294,7 +294,7 @@ msgstr "Associació membres-grup"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "Atributs especials"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 07:40+0000\n"
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\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"
@ -174,7 +174,7 @@ msgstr "bez zástupných znaků, např. \"objectClass=posixGroup\"."
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Nastavení spojení"
#: templates/settings.php:33
msgid "Configuration Active"
@ -242,7 +242,7 @@ msgstr "ve vteřinách. Změna vyprázdní vyrovnávací paměť."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Nastavení adresáře"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -294,7 +294,7 @@ msgstr "Asociace člena skupiny"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "Speciální atributy"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -11,15 +11,16 @@
# <niko@nik-o-mat.de>, 2012.
# Phi Lieb <>, 2012.
# <stefan.niedermann@googlemail.com>, 2013.
# Susi <>, 2013.
# <transifex-2.7.mensaje@spamgourmet.com>, 2012.
# <transifex.3.mensaje@spamgourmet.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 13:50+0000\n"
"Last-Translator: Susi <>\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"
@ -53,7 +54,7 @@ msgstr "Löschen fehlgeschlagen"
#: js/settings.js:82
msgid "Take over settings from recent server configuration?"
msgstr ""
msgstr "Sollen die Einstellungen der letzten Server-Konfiguration übernommen werden?"
#: js/settings.js:83
msgid "Keep settings?"
@ -182,7 +183,7 @@ msgstr "ohne Platzhalter, z.B.: \"objectClass=posixGroup\""
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Verbindungs-Einstellungen"
#: templates/settings.php:33
msgid "Configuration Active"
@ -204,7 +205,7 @@ msgstr "Back-Up (Replikation) Host"
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""
msgstr "Optionaler Backup Host. Es muss ein Replikat des eigentlichen LDAP/AD Servers sein."
#: templates/settings.php:36
msgid "Backup (Replica) Port"
@ -212,11 +213,11 @@ msgstr "Back-Up (Replikation) Port"
#: templates/settings.php:37
msgid "Disable Main Server"
msgstr ""
msgstr "Hauptserver deaktivieren"
#: templates/settings.php:37
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr ""
msgstr "Wenn eingeschaltet wird sich ownCloud nur mit dem Replilat-Server verbinden."
#: templates/settings.php:38
msgid "Use TLS"
@ -250,7 +251,7 @@ msgstr "in Sekunden. Eine Änderung leert den Cache."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Verzeichnis-Einstellungen"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -270,7 +271,7 @@ msgstr "Ein Benutzer Base DN pro Zeile"
#: templates/settings.php:47
msgid "User Search Attributes"
msgstr ""
msgstr "Benutzer-Suche Eigenschaften"
#: templates/settings.php:47 templates/settings.php:50
msgid "Optional; one attribute per line"
@ -294,7 +295,7 @@ msgstr "Ein Gruppen Base DN pro Zeile"
#: templates/settings.php:50
msgid "Group Search Attributes"
msgstr ""
msgstr "Gruppen-Suche Eigenschaften"
#: templates/settings.php:51
msgid "Group-Member association"
@ -302,7 +303,7 @@ msgstr "Assoziation zwischen Gruppe und Benutzer"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "besondere Eigenschaften"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Felix Liberio <felix.liberio@gmail.com>, 2013.
# Javier Llorente <javier@opensuse.org>, 2012.
# <juanma@kde.org.ar>, 2012.
# <manudeloz86@gmail.com>, 2012.
@ -13,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 06:10+0000\n"
"Last-Translator: felix.liberio <felix.liberio@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,23 +26,23 @@ msgstr ""
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
msgstr ""
msgstr "No se pudo borrar la configuración del servidor"
#: ajax/testConfiguration.php:35
msgid "The configuration is valid and the connection could be established!"
msgstr ""
msgstr "La configuración es válida y la conexión puede establecerse!"
#: ajax/testConfiguration.php:37
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
msgstr "La configuración es válida, pero falló el Enlace. Por favor, compruebe la configuración del servidor y las credenciales."
#: ajax/testConfiguration.php:40
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
msgstr ""
msgstr "La configuración no es válida. Por favor, busque en el log de ownCloud para más detalles."
#: js/settings.js:66
msgid "Deletion failed"
@ -53,27 +54,27 @@ msgstr ""
#: js/settings.js:83
msgid "Keep settings?"
msgstr ""
msgstr "Mantener la configuración?"
#: js/settings.js:97
msgid "Cannot add server configuration"
msgstr ""
msgstr "No se puede añadir la configuración del servidor"
#: js/settings.js:121
msgid "Connection test succeeded"
msgstr ""
msgstr "La prueba de conexión fue exitosa"
#: js/settings.js:126
msgid "Connection test failed"
msgstr ""
msgstr "La prueba de conexión falló"
#: js/settings.js:136
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
msgstr "¿Realmente desea eliminar la configuración actual del servidor?"
#: js/settings.js:137
msgid "Confirm Deletion"
msgstr ""
msgstr "Confirmar eliminación"
#: templates/settings.php:8
msgid ""
@ -86,11 +87,11 @@ msgstr "<b>Advertencia:</b> Los Apps user_ldap y user_webdavauth son incompatibl
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo."
#: templates/settings.php:15
msgid "Server configuration"
msgstr ""
msgstr "Configuración del Servidor"
#: templates/settings.php:17
msgid "Add Server Configuration"
@ -98,7 +99,7 @@ msgstr ""
#: templates/settings.php:21
msgid "Host"
msgstr "Servidor"
msgstr "Máquina"
#: templates/settings.php:21
msgid ""
@ -111,7 +112,7 @@ msgstr "DN base"
#: templates/settings.php:22
msgid "One Base DN per line"
msgstr ""
msgstr "Un DN Base por línea"
#: templates/settings.php:22
msgid "You can specify Base DN for users and groups in the Advanced tab"
@ -262,7 +263,7 @@ msgstr "Árbol base de usuario"
#: templates/settings.php:46
msgid "One User Base DN per line"
msgstr ""
msgstr "Un DN Base de Usuario por línea"
#: templates/settings.php:47
msgid "User Search Attributes"
@ -286,7 +287,7 @@ msgstr "Árbol base de grupo"
#: templates/settings.php:49
msgid "One Group Base DN per line"
msgstr ""
msgstr "Un DN Base de Grupo por línea"
#: templates/settings.php:50
msgid "Group Search Attributes"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
"PO-Revision-Date: 2012-12-11 23:22+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:04+0100\n"
"PO-Revision-Date: 2013-02-03 05:40+0000\n"
"Last-Translator: miki_mika1362 <miki_mika1362@yahoo.com>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -25,11 +26,11 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:41
msgid "Grant access"
msgstr ""
#: js/dropbox.js:73 js/google.js:72
#: js/dropbox.js:73 js/google.js:73
msgid "Fill out all required fields"
msgstr ""
@ -37,17 +38,17 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
#: js/google.js:26 js/google.js:73 js/google.js:78
#: js/google.js:26 js/google.js:74 js/google.js:79
msgid "Error configuring Google Drive storage"
msgstr ""
#: lib/config.php:434
#: lib/config.php:405
msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
#: lib/config.php:435
#: lib/config.php:406
msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
@ -56,7 +57,7 @@ msgstr ""
#: templates/settings.php:3
msgid "External Storage"
msgstr ""
msgstr "حافظه خارجی"
#: templates/settings.php:8 templates/settings.php:22
msgid "Mount point"
@ -68,15 +69,15 @@ msgstr ""
#: templates/settings.php:10
msgid "Configuration"
msgstr ""
msgstr "پیکربندی"
#: templates/settings.php:11
msgid "Options"
msgstr ""
msgstr "تنظیمات"
#: templates/settings.php:12
msgid "Applicable"
msgstr ""
msgstr "قابل اجرا"
#: templates/settings.php:27
msgid "Add mount point"
@ -99,22 +100,22 @@ msgid "Users"
msgstr "کاربران"
#: templates/settings.php:108 templates/settings.php:109
#: templates/settings.php:149 templates/settings.php:150
#: templates/settings.php:144 templates/settings.php:145
msgid "Delete"
msgstr "حذف"
#: templates/settings.php:124
msgid "Enable User External Storage"
msgstr ""
msgstr "فعال سازی حافظه خارجی کاربر"
#: templates/settings.php:125
msgid "Allow users to mount their own external storage"
msgstr ""
#: templates/settings.php:139
#: templates/settings.php:136
msgid "SSL root certificates"
msgstr ""
#: templates/settings.php:158
#: templates/settings.php:153
msgid "Import Root Certificate"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 12:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@ -51,4 +51,4 @@ msgstr ""
#: templates/index.php:20 templates/index.php:22
msgid "Restore"
msgstr ""
msgstr "بازیابی"

View File

@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013.
# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-15 00:03+0100\n"
"PO-Revision-Date: 2013-01-14 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 11:40+0000\n"
"Last-Translator: miki_mika1362 <miki_mika1362@yahoo.com>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,7 +21,7 @@ msgstr ""
#: js/versions.js:16
msgid "History"
msgstr ""
msgstr "تاریخچه"
#: templates/settings.php:3
msgid "Files Versioning"
@ -28,4 +29,4 @@ msgstr ""
#: templates/settings.php:4
msgid "Enable"
msgstr ""
msgstr "فعال"

View File

@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 11:20+0000\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 14:31+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 12:00+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@ -185,7 +185,7 @@ msgstr ""
#: templates/settings.php:34
msgid "Port"
msgstr ""
msgstr "درگاه"
#: templates/settings.php:35
msgid "Backup (Replica) Host"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Widya Walesa <walecha99@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-15 00:03+0100\n"
"PO-Revision-Date: 2013-01-14 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 02:30+0000\n"
"Last-Translator: w41l <walecha99@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,15 +20,15 @@ msgstr ""
#: templates/settings.php:3
msgid "WebDAV Authentication"
msgstr ""
msgstr "Otentikasi WebDAV"
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL: http://"
#: templates/settings.php:6
#: templates/settings.php:7
msgid ""
"ownCloud will send the user credentials to this URL. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
msgstr ""
msgstr "ownCloud akan mengirimkan informasi pengguna ke URL ini. Pengaya akan mengecek respon dan menginterpretasikan kode status HTTP 401 serta 403 sebagai informasi yang keliru, sedangkan respon lainnya dianggap benar."

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-02 23:30+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"
"Content-Type: text/plain; charset=UTF-8\n"
@ -174,7 +174,7 @@ msgstr "senza nessun segnaposto, per esempio \"objectClass=posixGroup\"."
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Impostazioni di connessione"
#: templates/settings.php:33
msgid "Configuration Active"
@ -242,7 +242,7 @@ msgstr "in secondi. Il cambio svuota la cache."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Impostazioni delle cartelle"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -294,7 +294,7 @@ msgstr "Associazione gruppo-utente "
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "Attributi speciali"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -7,13 +7,14 @@
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013.
# <tetuyano+transi@gmail.com>, 2012.
# <tetuyano+transi@gmail.com>, 2012.
# YANO Tetsu <tetuyano+transi@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:04+0100\n"
"PO-Revision-Date: 2013-02-03 04:30+0000\n"
"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,46 +22,46 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ajax/upload.php:17
#: ajax/upload.php:19
msgid "No file was uploaded. Unknown error"
msgstr "ファイルは何もアップロードされていません。不明なエラー"
#: ajax/upload.php:24
#: ajax/upload.php:26
msgid "There is no error, the file uploaded with success"
msgstr "エラーはありません。ファイルのアップロードは成功しました"
#: ajax/upload.php:25
#: ajax/upload.php:27
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "アップロードされたファイルはphp.ini の upload_max_filesize に設定されたサイズを超えています:"
#: ajax/upload.php:27
#: ajax/upload.php:29
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "アップロードされたファイルはHTMLのフォームに設定されたMAX_FILE_SIZEに設定されたサイズを超えています"
#: ajax/upload.php:29
#: ajax/upload.php:31
msgid "The uploaded file was only partially uploaded"
msgstr "ファイルは一部分しかアップロードされませんでした"
#: ajax/upload.php:30
#: ajax/upload.php:32
msgid "No file was uploaded"
msgstr "ファイルはアップロードされませんでした"
#: ajax/upload.php:31
#: ajax/upload.php:33
msgid "Missing a temporary folder"
msgstr "テンポラリフォルダが見つかりません"
#: ajax/upload.php:32
#: ajax/upload.php:34
msgid "Failed to write to disk"
msgstr "ディスクへの書き込みに失敗しました"
#: ajax/upload.php:51
#: ajax/upload.php:52
msgid "Not enough space available"
msgstr "利用可能なスペースが十分にありません"
#: ajax/upload.php:82
#: ajax/upload.php:83
msgid "Invalid directory."
msgstr "無効なディレクトリです。"
@ -110,7 +111,7 @@ msgstr "{old_name} を {new_name} に置換"
#: js/filelist.js:280
msgid "perform delete operation"
msgstr ""
msgstr "削除を実行"
#: js/files.js:52
msgid "'.' is an invalid file name."
@ -263,7 +264,7 @@ msgstr "リンク"
#: templates/index.php:40
msgid "Trash"
msgstr ""
msgstr "ゴミ箱"
#: templates/index.php:46
msgid "Cancel upload"
@ -297,4 +298,4 @@ msgstr "スキャン中"
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
msgstr ""
msgstr "ファイルシステムキャッシュを更新中..."

View File

@ -7,13 +7,14 @@
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013.
# <tetuyano+transi@gmail.com>, 2012.
# <tetuyano+transi@gmail.com>, 2012.
# YANO Tetsu <tetuyano+transi@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 04:30+0000\n"
"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -101,7 +102,7 @@ msgstr "しばらくお待ちください。"
#: js/apps.js:84
msgid "Updating...."
msgstr ""
msgstr "更新中...."
#: js/apps.js:87
msgid "Error while updating app"

View File

@ -6,13 +6,14 @@
# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012.
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013.
# <tetuyano+transi@gmail.com>, 2012.
# YANO Tetsu <tetuyano+transi@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 04:40+0000\n"
"Last-Translator: tt yn <tetuyano+transi@gmail.com>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -175,7 +176,7 @@ msgstr "プレースホルダーを利用しないでください。例 \"object
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "接続設定"
#: templates/settings.php:33
msgid "Configuration Active"
@ -243,7 +244,7 @@ msgstr "秒。変更後にキャッシュがクリアされます。"
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "ディレクトリ設定"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -295,7 +296,7 @@ msgstr "グループとメンバーの関連付け"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "特殊属性"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -4,13 +4,14 @@
#
# Translators:
# <aldis@udris.lv>, 2012.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-01-31 23:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 19:10+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,64 +22,64 @@ msgstr ""
#: ajax/share.php:85
#, php-format
msgid "User %s shared a file with you"
msgstr ""
msgstr "Lietotājs %s ar jums dalījās ar datni."
#: ajax/share.php:87
#, php-format
msgid "User %s shared a folder with you"
msgstr ""
msgstr "Lietotājs %s ar jums dalījās ar mapi."
#: ajax/share.php:89
#, php-format
msgid ""
"User %s shared the file \"%s\" with you. It is available for download here: "
"%s"
msgstr ""
msgstr "Lietotājs %s ar jums dalījās ar datni “%s”. To var lejupielādēt šeit — %s"
#: ajax/share.php:91
#, php-format
msgid ""
"User %s shared the folder \"%s\" with you. It is available for download "
"here: %s"
msgstr ""
msgstr "Lietotājs %s ar jums dalījās ar mapi “%s”. To var lejupielādēt šeit — %s"
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
msgid "Category type not provided."
msgstr ""
msgstr "Kategorijas tips nav norādīts."
#: ajax/vcategories/add.php:30
msgid "No category to add?"
msgstr ""
msgstr "Nav kategoriju, ko pievienot?"
#: ajax/vcategories/add.php:37
msgid "This category already exists: "
msgstr ""
msgstr "Šāda kategorija jau eksistē:"
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
#: ajax/vcategories/favorites.php:24
#: ajax/vcategories/removeFromFavorites.php:26
msgid "Object type not provided."
msgstr ""
msgstr "Objekta tips nav norādīts."
#: ajax/vcategories/addToFavorites.php:30
#: ajax/vcategories/removeFromFavorites.php:30
#, php-format
msgid "%s ID not provided."
msgstr ""
msgstr "%s ID nav norādīts."
#: ajax/vcategories/addToFavorites.php:35
#, php-format
msgid "Error adding %s to favorites."
msgstr ""
msgstr "Kļūda, pievienojot %s izlasei."
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
msgid "No categories selected for deletion."
msgstr ""
msgstr "Neviena kategorija nav izvēlēta dzēšanai"
#: ajax/vcategories/removeFromFavorites.php:35
#, php-format
msgid "Error removing %s from favorites."
msgstr ""
msgstr "Kļūda, izņemot %s no izlases."
#: js/config.php:32
msgid "Sunday"
@ -160,61 +161,61 @@ msgstr "Decembris"
msgid "Settings"
msgstr "Iestatījumi"
#: js/js.js:759
msgid "seconds ago"
msgstr ""
#: js/js.js:760
msgid "1 minute ago"
msgstr ""
msgid "seconds ago"
msgstr "sekundes atpakaļ"
#: js/js.js:761
msgid "{minutes} minutes ago"
msgstr ""
msgid "1 minute ago"
msgstr "pirms 1 minūtes"
#: js/js.js:762
msgid "1 hour ago"
msgstr ""
msgid "{minutes} minutes ago"
msgstr "pirms {minutes} minūtēm"
#: js/js.js:763
msgid "{hours} hours ago"
msgstr ""
msgid "1 hour ago"
msgstr "pirms 1 stundas"
#: js/js.js:764
msgid "today"
msgstr ""
msgid "{hours} hours ago"
msgstr "pirms {hours} stundām"
#: js/js.js:765
msgid "yesterday"
msgstr ""
msgid "today"
msgstr "šodien"
#: js/js.js:766
msgid "{days} days ago"
msgstr ""
msgid "yesterday"
msgstr "vakar"
#: js/js.js:767
msgid "last month"
msgstr ""
msgid "{days} days ago"
msgstr "pirms {days} dienām"
#: js/js.js:768
msgid "{months} months ago"
msgstr ""
msgid "last month"
msgstr "pagājušajā mēnesī"
#: js/js.js:769
msgid "months ago"
msgstr ""
msgid "{months} months ago"
msgstr "pirms {months} mēnešiem"
#: js/js.js:770
msgid "last year"
msgstr ""
msgid "months ago"
msgstr "mēnešus atpakaļ"
#: js/js.js:771
msgid "last year"
msgstr "gājušajā gadā"
#: js/js.js:772
msgid "years ago"
msgstr ""
msgstr "gadus atpakaļ"
#: js/oc-dialogs.js:126
msgid "Choose"
msgstr ""
msgstr "Izvēlieties"
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
msgid "Cancel"
@ -222,74 +223,74 @@ msgstr "Atcelt"
#: js/oc-dialogs.js:162
msgid "No"
msgstr ""
msgstr ""
#: js/oc-dialogs.js:163
msgid "Yes"
msgstr ""
msgstr ""
#: js/oc-dialogs.js:180
msgid "Ok"
msgstr ""
msgstr "Labi"
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
msgid "The object type is not specified."
msgstr ""
msgstr "Nav norādīts objekta tips."
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:571
#: js/share.js:583
msgid "Error"
msgstr "Kļūme"
msgstr "Kļūda"
#: js/oc-vcategories.js:179
msgid "The app name is not specified."
msgstr ""
msgstr "Nav norādīts lietotnes nosaukums."
#: js/oc-vcategories.js:194
msgid "The required file {file} is not installed!"
msgstr ""
msgstr "Pieprasītā datne {file} nav instalēta!"
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
msgid "Share"
msgstr "Līdzdalīt"
msgstr "Dalīties"
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
msgid "Shared"
msgstr ""
msgstr "Kopīgs"
#: js/share.js:141 js/share.js:611
msgid "Error while sharing"
msgstr ""
msgstr "Kļūda, daloties"
#: js/share.js:152
msgid "Error while unsharing"
msgstr ""
msgstr "Kļūda, beidzot dalīties"
#: js/share.js:159
msgid "Error while changing permissions"
msgstr ""
msgstr "Kļūda, mainot atļaujas"
#: js/share.js:168
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
msgstr "{owner} dalījās ar jums un grupu {group}"
#: js/share.js:170
msgid "Shared with you by {owner}"
msgstr ""
msgstr "{owner} dalījās ar jums"
#: js/share.js:175
msgid "Share with"
msgstr ""
msgstr "Dalīties ar"
#: js/share.js:180
msgid "Share with link"
msgstr ""
msgstr "Dalīties ar saiti"
#: js/share.js:183
msgid "Password protect"
msgstr ""
msgstr "Aizsargāt ar paroli"
#: js/share.js:185 templates/installation.php:44 templates/login.php:35
msgid "Password"
@ -297,102 +298,102 @@ msgstr "Parole"
#: js/share.js:189
msgid "Email link to person"
msgstr ""
msgstr "Sūtīt saiti personai pa e-pastu"
#: js/share.js:190
msgid "Send"
msgstr ""
msgstr "Sūtīt"
#: js/share.js:194
msgid "Set expiration date"
msgstr ""
msgstr "Iestaties termiņa datumu"
#: js/share.js:195
msgid "Expiration date"
msgstr ""
msgstr "Termiņa datums"
#: js/share.js:227
msgid "Share via email:"
msgstr ""
msgstr "Dalīties, izmantojot e-pastu:"
#: js/share.js:229
msgid "No people found"
msgstr ""
msgstr "Nav atrastu cilvēku"
#: js/share.js:256
msgid "Resharing is not allowed"
msgstr ""
msgstr "Atkārtota dalīšanās nav atļauta"
#: js/share.js:292
msgid "Shared in {item} with {user}"
msgstr ""
msgstr "Dalījās ar {item} ar {user}"
#: js/share.js:313
msgid "Unshare"
msgstr "Pārtraukt līdzdalīšanu"
msgstr "Beigt dalīties"
#: js/share.js:325
msgid "can edit"
msgstr ""
msgstr "var rediģēt"
#: js/share.js:327
msgid "access control"
msgstr ""
msgstr "piekļuves vadība"
#: js/share.js:330
msgid "create"
msgstr ""
msgstr "izveidot"
#: js/share.js:333
msgid "update"
msgstr ""
msgstr "atjaunināt"
#: js/share.js:336
msgid "delete"
msgstr ""
msgstr "dzēst"
#: js/share.js:339
msgid "share"
msgstr ""
msgstr "dalīties"
#: js/share.js:373 js/share.js:558
msgid "Password protected"
msgstr ""
msgstr "Aizsargāts ar paroli"
#: js/share.js:571
msgid "Error unsetting expiration date"
msgstr ""
msgstr "Kļūda, noņemot termiņa datumu"
#: js/share.js:583
msgid "Error setting expiration date"
msgstr ""
msgstr "Kļūda, iestatot termiņa datumu"
#: js/share.js:598
msgid "Sending ..."
msgstr ""
msgstr "Sūta..."
#: js/share.js:609
msgid "Email sent"
msgstr ""
msgstr "Vēstule nosūtīta"
#: js/update.js:14
msgid ""
"The update was unsuccessful. Please report this issue to the <a "
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
"community</a>."
msgstr ""
msgstr "Atjaunināšana beidzās nesekmīgi. Lūdzu, ziņojiet par šo problēmu <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud kopienai</a>."
#: js/update.js:18
msgid "The update was successful. Redirecting you to ownCloud now."
msgstr ""
msgstr "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud."
#: lostpassword/controller.php:47
msgid "ownCloud password reset"
msgstr ""
msgstr "ownCloud paroles maiņa"
#: lostpassword/templates/email.php:2
msgid "Use the following link to reset your password: {link}"
msgstr "Izmantojiet šo linku lai mainītu paroli"
msgstr "Izmantojiet šo saiti, lai mainītu paroli: {link}"
#: lostpassword/templates/lostpassword.php:3
msgid "You will receive a link to reset your password via Email."
@ -400,11 +401,11 @@ msgstr "Jūs savā epastā saņemsiet interneta saiti, caur kuru varēsiet atjau
#: lostpassword/templates/lostpassword.php:5
msgid "Reset email send."
msgstr ""
msgstr "Atstatīt e-pasta sūtīšanu."
#: lostpassword/templates/lostpassword.php:8
msgid "Request failed!"
msgstr ""
msgstr "Pieprasījums neizdevās!"
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
#: templates/login.php:28
@ -441,7 +442,7 @@ msgstr "Lietotāji"
#: strings.php:7
msgid "Apps"
msgstr "Aplikācijas"
msgstr "Lietotnes"
#: strings.php:8
msgid "Admin"
@ -453,7 +454,7 @@ msgstr "Palīdzība"
#: templates/403.php:12
msgid "Access forbidden"
msgstr ""
msgstr "Pieeja ir liegta"
#: templates/404.php:12
msgid "Cloud not found"
@ -461,11 +462,11 @@ msgstr "Mākonis netika atrasts"
#: templates/edit_categories_dialog.php:4
msgid "Edit categories"
msgstr ""
msgstr "Rediģēt kategoriju"
#: templates/edit_categories_dialog.php:16
msgid "Add"
msgstr ""
msgstr "Pievienot"
#: templates/installation.php:23 templates/installation.php:31
msgid "Security Warning"
@ -475,13 +476,13 @@ msgstr "Brīdinājums par drošību"
msgid ""
"No secure random number generator is available, please enable the PHP "
"OpenSSL extension."
msgstr ""
msgstr "Nav pieejams drošs nejaušu skaitļu ģenerators. Lūdzu, aktivējiet PHP OpenSSL paplašinājumu."
#: templates/installation.php:26
msgid ""
"Without a secure random number generator an attacker may be able to predict "
"password reset tokens and take over your account."
msgstr ""
msgstr "Bez droša nejaušu skaitļu ģeneratora uzbrucējs var paredzēt paroļu atjaunošanas marķierus un pārņem jūsu kontu."
#: templates/installation.php:32
msgid ""
@ -490,15 +491,15 @@ msgid ""
"strongly suggest that you configure your webserver in a way that the data "
"directory is no longer accessible or you move the data directory outside the"
" webserver document root."
msgstr ""
msgstr "Jūsu datu direktorija un datnes visdrīzāk ir pieejamas no interneta. ownCloud nodrošinātā .htaccess datne nedarbojas. Mēs iesakām konfigurēt serveri tā, lai datu direktorija vairs nebūtu pieejama, vai arī pārvietojiet datu direktoriju ārpus tīmekļa servera dokumentu saknes."
#: templates/installation.php:36
msgid "Create an <strong>admin account</strong>"
msgstr ""
msgstr "Izveidot <strong>administratora kontu</strong>"
#: templates/installation.php:50
msgid "Advanced"
msgstr ""
msgstr "Paplašināti"
#: templates/installation.php:52
msgid "Data folder"
@ -506,7 +507,7 @@ msgstr "Datu mape"
#: templates/installation.php:59
msgid "Configure the database"
msgstr "Nokonfigurēt datubāzi"
msgstr "Konfigurēt datubāzi"
#: templates/installation.php:64 templates/installation.php:75
#: templates/installation.php:85 templates/installation.php:95
@ -527,49 +528,49 @@ msgstr "Datubāzes nosaukums"
#: templates/installation.php:123
msgid "Database tablespace"
msgstr ""
msgstr "Datubāzes tabulas telpa"
#: templates/installation.php:129
msgid "Database host"
msgstr "Datubāzes mājvieta"
msgstr "Datubāzes serveris"
#: templates/installation.php:134
msgid "Finish setup"
msgstr "Pabeigt uzstādījumus"
msgstr "Pabeigt iestatīšanu"
#: templates/layout.guest.php:34
msgid "web services under your control"
msgstr ""
msgstr "jūsu vadībā esošie tīmekļa servisi"
#: templates/layout.user.php:49
msgid "Log out"
msgstr "Izlogoties"
msgstr "Izrakstīties"
#: templates/login.php:10
msgid "Automatic logon rejected!"
msgstr ""
msgstr "Automātiskā ierakstīšanās ir noraidīta!"
#: templates/login.php:11
msgid ""
"If you did not change your password recently, your account may be "
"compromised!"
msgstr ""
msgstr "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts."
#: templates/login.php:13
msgid "Please change your password to secure your account again."
msgstr ""
msgstr "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu."
#: templates/login.php:19
msgid "Lost your password?"
msgstr "Aizmirsāt paroli?"
#: templates/login.php:39
#: templates/login.php:41
msgid "remember"
msgstr "atcerēties"
#: templates/login.php:41
#: templates/login.php:43
msgid "Log in"
msgstr "Ielogoties"
msgstr "Ierakstīties"
#: templates/part.pagenavi.php:3
msgid "prev"
@ -582,4 +583,4 @@ msgstr "nākamā"
#: templates/update.php:3
#, php-format
msgid "Updating ownCloud to version %s, this may take a while."
msgstr ""
msgstr "Atjaunina ownCloud uz versiju %s. Tas var aizņemt kādu laiciņu."

View File

@ -5,13 +5,14 @@
# Translators:
# <aldis@udris.lv>, 2012.
# Imants Liepiņš <imzzinator@gmail.com>, 2012.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"PO-Revision-Date: 2013-01-31 16:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 18:40+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,68 +20,68 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
#: ajax/upload.php:17
#: ajax/upload.php:19
msgid "No file was uploaded. Unknown error"
msgstr ""
msgstr "Netika augšupielādēta neviena datne. Nezināma kļūda"
#: ajax/upload.php:24
#: ajax/upload.php:26
msgid "There is no error, the file uploaded with success"
msgstr "Viss kārtībā, augšupielāde veiksmīga"
#: ajax/upload.php:25
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
msgstr "Augšupielāde pabeigta bez kļūdām"
#: ajax/upload.php:27
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Augšupielādētā datne pārsniedz upload_max_filesize norādījumu php.ini datnē:"
#: ajax/upload.php:29
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: ajax/upload.php:30
msgid "No file was uploaded"
msgstr "Neviens fails netika augšuplādēts"
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā"
#: ajax/upload.php:31
msgid "The uploaded file was only partially uploaded"
msgstr "Augšupielādētā datne ir tikai daļēji augšupielādēta"
#: ajax/upload.php:32
msgid "No file was uploaded"
msgstr "Neviena datne netika augšupielādēta"
#: ajax/upload.php:33
msgid "Missing a temporary folder"
msgstr "Trūkst pagaidu mapes"
#: ajax/upload.php:32
#: ajax/upload.php:34
msgid "Failed to write to disk"
msgstr "Nav iespējams saglabāt"
msgstr "Neizdevās saglabāt diskā"
#: ajax/upload.php:51
#: ajax/upload.php:52
msgid "Not enough space available"
msgstr ""
msgstr "Nepietiek brīvas vietas"
#: ajax/upload.php:82
#: ajax/upload.php:83
msgid "Invalid directory."
msgstr ""
msgstr "Nederīga direktorija."
#: appinfo/app.php:10
msgid "Files"
msgstr "Faili"
msgstr "Datnes"
#: js/fileactions.js:117 templates/index.php:85 templates/index.php:86
msgid "Unshare"
msgstr "Pārtraukt līdzdalīšanu"
msgstr "Pārtraukt dalīšanos"
#: js/fileactions.js:119 templates/index.php:91 templates/index.php:92
msgid "Delete"
msgstr "Izdzēst"
msgstr "Dzēst"
#: js/fileactions.js:185
msgid "Rename"
msgstr "Pārdēvēt"
msgstr "Pārsaukt"
#: js/filelist.js:208 js/filelist.js:210
msgid "{new_name} already exists"
msgstr ""
msgstr "{new_name} jau eksistē"
#: js/filelist.js:208 js/filelist.js:210
msgid "replace"
@ -88,7 +89,7 @@ msgstr "aizvietot"
#: js/filelist.js:208
msgid "suggest name"
msgstr "Ieteiktais nosaukums"
msgstr "ieteiktais nosaukums"
#: js/filelist.js:208 js/filelist.js:210
msgid "cancel"
@ -96,59 +97,59 @@ msgstr "atcelt"
#: js/filelist.js:253
msgid "replaced {new_name}"
msgstr ""
msgstr "aizvietots {new_name}"
#: js/filelist.js:253 js/filelist.js:255
msgid "undo"
msgstr "vienu soli atpakaļ"
msgstr "atsaukt"
#: js/filelist.js:255
msgid "replaced {new_name} with {old_name}"
msgstr ""
msgstr "aizvietoja {new_name} ar {old_name}"
#: js/filelist.js:280
msgid "perform delete operation"
msgstr ""
msgstr "veikt dzēšanas darbību"
#: js/files.js:52
msgid "'.' is an invalid file name."
msgstr ""
msgstr "'.' ir nederīgs datnes nosaukums."
#: js/files.js:56
msgid "File name cannot be empty."
msgstr ""
msgstr "Datnes nosaukums nevar būt tukšs."
#: js/files.js:64
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
msgstr "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'."
#: js/files.js:78
msgid "Your storage is full, files can not be updated or synced anymore!"
msgstr ""
msgstr "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!"
#: js/files.js:82
msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr ""
msgstr "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)"
#: js/files.js:224
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
msgstr ""
msgstr "Tiek sagatavota lejupielāde. Tas var aizņemt kādu laiciņu, ja datnes ir lielas."
#: js/files.js:261
msgid "Unable to upload your file as it is a directory or has 0 bytes"
msgstr "Nav iespējams augšuplādēt jūsu failu, jo tāds jau eksistē vai arī failam nav izmēra (0 baiti)"
msgstr "Nevar augšupielādēt jūsu datni, jo tā ir direktorija vai arī tās izmērs ir 0 baiti"
#: js/files.js:261
msgid "Upload Error"
msgstr "Augšuplādēšanas laikā radās kļūda"
msgstr "Kļūda augšupielādējot"
#: js/files.js:278
msgid "Close"
msgstr ""
msgstr "Aizvērt"
#: js/files.js:297 js/files.js:413 js/files.js:444
msgid "Pending"
@ -156,15 +157,15 @@ msgstr "Gaida savu kārtu"
#: js/files.js:317
msgid "1 file uploading"
msgstr ""
msgstr "Augšupielādē 1 datni"
#: js/files.js:320 js/files.js:375 js/files.js:390
msgid "{count} files uploading"
msgstr ""
msgstr "augšupielādē {count} datnes"
#: js/files.js:393 js/files.js:428
msgid "Upload cancelled."
msgstr "Augšuplāde ir atcelta"
msgstr "Augšupielāde ir atcelta."
#: js/files.js:502
msgid ""
@ -173,63 +174,63 @@ msgstr "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde."
#: js/files.js:575
msgid "URL cannot be empty."
msgstr ""
msgstr "URL nevar būt tukšs."
#: js/files.js:580
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
msgstr "Nederīgs mapes nosaukums. “Koplietots” izmantojums ir rezervēts ownCloud servisam."
#: js/files.js:949 templates/index.php:67
#: js/files.js:953 templates/index.php:67
msgid "Name"
msgstr "Nosaukums"
#: js/files.js:950 templates/index.php:78
#: js/files.js:954 templates/index.php:78
msgid "Size"
msgstr "Izmērs"
#: js/files.js:951 templates/index.php:80
#: js/files.js:955 templates/index.php:80
msgid "Modified"
msgstr "Izmainīts"
msgstr "Mainīts"
#: js/files.js:970
#: js/files.js:974
msgid "1 folder"
msgstr ""
msgstr "1 mape"
#: js/files.js:972
#: js/files.js:976
msgid "{count} folders"
msgstr ""
msgstr "{count} mapes"
#: js/files.js:980
#: js/files.js:984
msgid "1 file"
msgstr ""
msgstr "1 datne"
#: js/files.js:982
#: js/files.js:986
msgid "{count} files"
msgstr ""
msgstr "{count} datnes"
#: lib/helper.php:11 templates/index.php:18
msgid "Upload"
msgstr "Augšuplādet"
msgstr "Augšupielādēt"
#: templates/admin.php:5
msgid "File handling"
msgstr "Failu pārvaldība"
msgstr "Datņu pārvaldība"
#: templates/admin.php:7
msgid "Maximum upload size"
msgstr "Maksimālais failu augšuplādes apjoms"
msgstr "Maksimālais datņu augšupielādes apjoms"
#: templates/admin.php:10
msgid "max. possible: "
msgstr "maksīmālais iespējamais:"
msgstr "maksimālais iespējamais:"
#: templates/admin.php:15
msgid "Needed for multi-file and folder downloads."
msgstr "Vajadzīgs vairāku failu un mapju lejuplādei"
msgstr "Vajadzīgs vairāku datņu un mapju lejupielādēšanai."
#: templates/admin.php:17
msgid "Enable ZIP-download"
msgstr "Iespējot ZIP lejuplādi"
msgstr "Aktivēt ZIP lejupielādi"
#: templates/admin.php:20
msgid "0 is unlimited"
@ -237,7 +238,7 @@ msgstr "0 ir neierobežots"
#: templates/admin.php:22
msgid "Maximum input size for ZIP files"
msgstr ""
msgstr "Maksimālais ievades izmērs ZIP datnēm"
#: templates/admin.php:26
msgid "Save"
@ -245,11 +246,11 @@ msgstr "Saglabāt"
#: templates/index.php:7
msgid "New"
msgstr "Jauns"
msgstr "Jauna"
#: templates/index.php:10
msgid "Text file"
msgstr "Teksta fails"
msgstr "Teksta datne"
#: templates/index.php:12
msgid "Folder"
@ -257,42 +258,42 @@ msgstr "Mape"
#: templates/index.php:14
msgid "From link"
msgstr ""
msgstr "No saites"
#: templates/index.php:40
msgid "Trash"
msgstr ""
msgstr "Miskaste"
#: templates/index.php:46
msgid "Cancel upload"
msgstr "Atcelt augšuplādi"
msgstr "Atcelt augšupielādi"
#: templates/index.php:59
msgid "Nothing in here. Upload something!"
msgstr "Te vēl nekas nav. Rīkojies, sāc augšuplādēt"
msgstr "Te vēl nekas nav. Rīkojies, sāc augšupielādēt!"
#: templates/index.php:73
msgid "Download"
msgstr "Lejuplādēt"
msgstr "Lejupielādēt"
#: templates/index.php:105
msgid "Upload too large"
msgstr "Fails ir par lielu lai to augšuplādetu"
msgstr "Datne ir par lielu, lai to augšupielādētu"
#: templates/index.php:107
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Jūsu augšuplādējamie faili pārsniedz servera pieļaujamo failu augšupielādes apjomu"
msgstr "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu"
#: templates/index.php:112
msgid "Files are being scanned, please wait."
msgstr "Faili šobrīd tiek caurskatīti, nedaudz jāpagaida."
msgstr "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet."
#: templates/index.php:115
msgid "Current scanning"
msgstr "Šobrīd tiek pārbaudīti"
msgstr "Šobrīd tiek caurskatīts"
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
msgstr ""
msgstr "Uzlabo datņu sistēmas kešatmiņu..."

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-23 00:05+0100\n"
"PO-Revision-Date: 2013-01-22 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 12:00+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,62 +22,62 @@ msgstr ""
msgid ""
"Please switch to your ownCloud client and change your encryption password to"
" complete the conversion."
msgstr ""
msgstr "Lūdzu, pārslēdzieties uz savu ownCloud klientu un maniet savu šifrēšanas paroli, lai pabeigtu pārveidošanu."
#: js/settings-personal.js:17
msgid "switched to client side encryption"
msgstr ""
msgstr "Pārslēdzās uz klienta puses šifrēšanu"
#: js/settings-personal.js:21
msgid "Change encryption password to login password"
msgstr ""
msgstr "Mainīt šifrēšanas paroli uz ierakstīšanās paroli"
#: js/settings-personal.js:25
msgid "Please check your passwords and try again."
msgstr ""
msgstr "Lūdzu, pārbaudiet savas paroles un mēģiniet vēlreiz."
#: js/settings-personal.js:25
msgid "Could not change your file encryption password to your login password"
msgstr ""
msgstr "Nevarēja mainīt datņu šifrēšanas paroli uz ierakstīšanās paroli"
#: templates/settings-personal.php:3 templates/settings.php:5
msgid "Choose encryption mode:"
msgstr ""
msgstr "Izvēlieties šifrēšanas režīmu:"
#: templates/settings-personal.php:20 templates/settings.php:24
msgid ""
"Client side encryption (most secure but makes it impossible to access your "
"data from the web interface)"
msgstr ""
msgstr "Klienta puses šifrēšana (visdrošākā, bet nav iespējams piekļūt saviem datiem no tīmekļa saskarnes)"
#: templates/settings-personal.php:30 templates/settings.php:36
msgid ""
"Server side encryption (allows you to access your files from the web "
"interface and the desktop client)"
msgstr ""
msgstr "Servera puses šifrēšana (ļauj piekļūt datnēm ar tīmekļa saskarni un ar darbvirsmas klientu)"
#: templates/settings-personal.php:41 templates/settings.php:60
msgid "None (no encryption at all)"
msgstr ""
msgstr "Nav (nekādas šifrēšanas)"
#: templates/settings.php:10
msgid ""
"Important: Once you selected an encryption mode there is no way to change it"
" back"
msgstr ""
msgstr "Svarīgi — kad esat izvēlējies šifrēšanas režīmu, to nekādi nevar mainīt atpakaļ"
#: templates/settings.php:48
msgid "User specific (let the user decide)"
msgstr ""
msgstr "Lietotājam specifiski (ļauj lietotājam izlemt)"
#: templates/settings.php:65
msgid "Encryption"
msgstr ""
msgstr "Šifrēšana"
#: templates/settings.php:67
msgid "Exclude the following file types from encryption"
msgstr ""
msgstr "Sekojošos datņu tipus nešifrēt"
#: templates/settings.php:71
msgid "None"
msgstr ""
msgstr "Nav"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-13 00:17+0100\n"
"PO-Revision-Date: 2012-12-11 23:22+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 18:30+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,76 +20,76 @@ msgstr ""
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
msgid "Access granted"
msgstr ""
msgstr "Piešķirta pieeja"
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
msgid "Error configuring Dropbox storage"
msgstr ""
msgstr "Kļūda, konfigurējot Dropbox krātuvi"
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
msgid "Grant access"
msgstr ""
msgstr "Piešķirt pieeju"
#: js/dropbox.js:73 js/google.js:72
msgid "Fill out all required fields"
msgstr ""
msgstr "Aizpildīt visus pieprasītos laukus"
#: js/dropbox.js:85
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
msgstr "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu."
#: js/google.js:26 js/google.js:73 js/google.js:78
msgid "Error configuring Google Drive storage"
msgstr ""
msgstr "Kļūda, konfigurējot Google Drive krātuvi"
#: lib/config.php:434
#: lib/config.php:405
msgid ""
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
"is not possible. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Brīdinājums:</b> nav uzinstalēts “smbclient”. Nevar montēt CIFS/SMB koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē."
#: lib/config.php:435
#: lib/config.php:406
msgid ""
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
" of FTP shares is not possible. Please ask your system administrator to "
"install it."
msgstr ""
msgstr "<b>Brīdinājums: </b> uz PHP nav aktivēts vai instalēts FTP atbalsts. Nevar montēt FTP koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē."
#: templates/settings.php:3
msgid "External Storage"
msgstr ""
msgstr "Ārējā krātuve"
#: templates/settings.php:8 templates/settings.php:22
msgid "Mount point"
msgstr ""
msgstr "Montēšanas punkts"
#: templates/settings.php:9
msgid "Backend"
msgstr ""
msgstr "Aizmugure"
#: templates/settings.php:10
msgid "Configuration"
msgstr ""
msgstr "Konfigurācija"
#: templates/settings.php:11
msgid "Options"
msgstr ""
msgstr "Opcijas"
#: templates/settings.php:12
msgid "Applicable"
msgstr ""
msgstr "Piemērojams"
#: templates/settings.php:27
msgid "Add mount point"
msgstr ""
msgstr "Pievienot montēšanas punktu"
#: templates/settings.php:85
msgid "None set"
msgstr ""
msgstr "Neviens nav iestatīts"
#: templates/settings.php:86
msgid "All Users"
msgstr ""
msgstr "Visi lietotāji"
#: templates/settings.php:87
msgid "Groups"
@ -99,22 +100,22 @@ msgid "Users"
msgstr "Lietotāji"
#: templates/settings.php:108 templates/settings.php:109
#: templates/settings.php:149 templates/settings.php:150
#: templates/settings.php:144 templates/settings.php:145
msgid "Delete"
msgstr "Izdzēst"
msgstr "Dzēst"
#: templates/settings.php:124
msgid "Enable User External Storage"
msgstr ""
msgstr "Aktivēt lietotāja ārējo krātuvi"
#: templates/settings.php:125
msgid "Allow users to mount their own external storage"
msgstr ""
msgstr "Ļaut lietotājiem montēt pašiem savu ārējo krātuvi"
#: templates/settings.php:139
#: templates/settings.php:136
msgid "SSL root certificates"
msgstr ""
msgstr "SSL saknes sertifikāti"
#: templates/settings.php:158
#: templates/settings.php:153
msgid "Import Root Certificate"
msgstr ""
msgstr "Importēt saknes sertifikātus"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 18:30+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,30 +20,30 @@ msgstr ""
#: templates/authenticate.php:4
msgid "Password"
msgstr ""
msgstr "Parole"
#: templates/authenticate.php:6
msgid "Submit"
msgstr ""
msgstr "Iesniegt"
#: templates/public.php:9
#, php-format
msgid "%s shared the folder %s with you"
msgstr ""
msgstr "%s ar jums dalījās ar mapi %s"
#: templates/public.php:11
#, php-format
msgid "%s shared the file %s with you"
msgstr ""
msgstr "%s ar jums dalījās ar datni %s"
#: templates/public.php:14 templates/public.php:30
msgid "Download"
msgstr ""
msgstr "Lejupielādēt"
#: templates/public.php:29
msgid "No preview available for"
msgstr ""
msgstr "Nav pieejams priekšskatījums priekš"
#: templates/public.php:37
#: templates/public.php:35
msgid "web services under your control"
msgstr ""
msgstr "jūsu vadībā esošie tīmekļa servisi"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 21:00+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,7 +20,7 @@ msgstr ""
#: js/trash.js:7 js/trash.js:69
msgid "perform restore operation"
msgstr ""
msgstr "veikt atjaunošanu"
#: js/trash.js:100 templates/index.php:17
msgid "Name"
@ -27,28 +28,28 @@ msgstr "Nosaukums"
#: js/trash.js:101 templates/index.php:27
msgid "Deleted"
msgstr ""
msgstr "Dzēsts"
#: js/trash.js:110
msgid "1 folder"
msgstr ""
msgstr "1 mape"
#: js/trash.js:112
msgid "{count} folders"
msgstr ""
msgstr "{count} mapes"
#: js/trash.js:120
msgid "1 file"
msgstr ""
msgstr "1 datne"
#: js/trash.js:122
msgid "{count} files"
msgstr ""
msgstr "{count} datnes"
#: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
msgstr "Šeit nekā nav. Jūsu miskaste ir tukša!"
#: templates/index.php:20 templates/index.php:22
msgid "Restore"
msgstr ""
msgstr "Atjaunot"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-15 00:03+0100\n"
"PO-Revision-Date: 2013-01-14 23:03+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 10:50+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,12 +20,12 @@ msgstr ""
#: js/versions.js:16
msgid "History"
msgstr ""
msgstr "Vēsture"
#: templates/settings.php:3
msgid "Files Versioning"
msgstr ""
msgstr "Datņu versiju izskošana"
#: templates/settings.php:4
msgid "Enable"
msgstr ""
msgstr "Aktivēt"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 14:31+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,140 +18,140 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
#: app.php:301
#: app.php:312
msgid "Help"
msgstr "Palīdzība"
#: app.php:308
#: app.php:319
msgid "Personal"
msgstr "Personīgi"
#: app.php:313
#: app.php:324
msgid "Settings"
msgstr "Iestatījumi"
#: app.php:318
#: app.php:329
msgid "Users"
msgstr "Lietotāji"
#: app.php:325
#: app.php:336
msgid "Apps"
msgstr ""
msgstr "Lietotnes"
#: app.php:327
#: app.php:338
msgid "Admin"
msgstr ""
msgstr "Administratori"
#: files.php:365
#: files.php:202
msgid "ZIP download is turned off."
msgstr ""
msgstr "ZIP lejupielādēšana ir izslēgta."
#: files.php:366
#: files.php:203
msgid "Files need to be downloaded one by one."
msgstr ""
msgstr "Datnes var lejupielādēt tikai katru atsevišķi."
#: files.php:366 files.php:391
#: files.php:203 files.php:228
msgid "Back to Files"
msgstr ""
msgstr "Atpakaļ pie datnēm"
#: files.php:390
#: files.php:227
msgid "Selected files too large to generate zip file."
msgstr ""
msgstr "Izvēlētās datnes ir pārāk lielas, lai izveidotu zip datni."
#: helper.php:228
#: helper.php:226
msgid "couldn't be determined"
msgstr ""
msgstr "nevarēja noteikt"
#: json.php:28
msgid "Application is not enabled"
msgstr ""
msgstr "Lietotne nav aktivēta"
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Ielogošanās kļūme"
msgstr "Autentifikācijas kļūda"
#: json.php:51
msgid "Token expired. Please reload page."
msgstr ""
msgstr "Pilnvarai ir beidzies termiņš. Lūdzu, pārlādējiet lapu."
#: search/provider/file.php:17 search/provider/file.php:35
msgid "Files"
msgstr "Faili"
msgstr "Datnes"
#: search/provider/file.php:26 search/provider/file.php:33
msgid "Text"
msgstr ""
msgstr "Teksts"
#: search/provider/file.php:29
msgid "Images"
msgstr ""
msgstr "Attēli"
#: template.php:113
msgid "seconds ago"
msgstr ""
msgstr "sekundes atpakaļ"
#: template.php:114
msgid "1 minute ago"
msgstr ""
msgstr "pirms 1 minūtes"
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
msgstr "pirms %d minūtēm"
#: template.php:116
msgid "1 hour ago"
msgstr ""
msgstr "pirms 1 stundas"
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
msgstr "pirms %d stundām"
#: template.php:118
msgid "today"
msgstr ""
msgstr "šodien"
#: template.php:119
msgid "yesterday"
msgstr ""
msgstr "vakar"
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
msgstr "pirms %d dienām"
#: template.php:121
msgid "last month"
msgstr ""
msgstr "pagājušajā mēnesī"
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
msgstr "pirms %d mēnešiem"
#: template.php:123
msgid "last year"
msgstr ""
msgstr "gājušajā gadā"
#: template.php:124
msgid "years ago"
msgstr ""
msgstr "gadus atpakaļ"
#: updater.php:75
#, php-format
msgid "%s is available. Get <a href=\"%s\">more information</a>"
msgstr ""
msgstr "%s ir pieejams. Iegūt <a href=\"%s\">vairāk informācijas</a>"
#: updater.php:77
msgid "up to date"
msgstr ""
msgstr "ir aktuāls"
#: updater.php:80
msgid "updates check is disabled"
msgstr ""
msgstr "atjauninājumu pārbaude ir deaktivēta"
#: vcategories.php:188 vcategories.php:249
#, php-format
msgid "Could not find category \"%s\""
msgstr ""
msgstr "Nevarēja atrast kategoriju “%s”"

View File

@ -5,13 +5,14 @@
# Translators:
# <aldis@udris.lv>, 2012.
# <elwins@inbox.lv>, 2012.
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 19:10+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,7 +22,7 @@ msgstr ""
#: ajax/apps/ocs.php:20
msgid "Unable to load list from App Store"
msgstr "Nebija iespējams lejuplādēt sarakstu no aplikāciju veikala"
msgstr "Nevar lejupielādēt sarakstu no lietotņu veikala"
#: ajax/creategroup.php:10
msgid "Group already exists"
@ -33,15 +34,15 @@ msgstr "Nevar pievienot grupu"
#: ajax/enableapp.php:11
msgid "Could not enable app. "
msgstr "Nevar ieslēgt aplikāciju."
msgstr "Nevarēja aktivēt lietotni."
#: ajax/lostpassword.php:12
msgid "Email saved"
msgstr "Epasts tika saglabāts"
msgstr "E-pasts tika saglabāts"
#: ajax/lostpassword.php:14
msgid "Invalid email"
msgstr "Nepareizs epasts"
msgstr "Nederīgs epasts"
#: ajax/removegroup.php:13
msgid "Unable to delete group"
@ -49,7 +50,7 @@ msgstr "Nevar izdzēst grupu"
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:18
msgid "Authentication error"
msgstr "Ielogošanās kļūme"
msgstr "Autentifikācijas kļūda"
#: ajax/removeuser.php:24
msgid "Unable to delete user"
@ -61,11 +62,11 @@ msgstr "Valoda tika nomainīta"
#: ajax/setlanguage.php:17 ajax/setlanguage.php:20
msgid "Invalid request"
msgstr "Nepareizs vaicājums"
msgstr "Nederīgs pieprasījums"
#: ajax/togglegroups.php:12
msgid "Admins can't remove themself from the admin group"
msgstr ""
msgstr "Administratori nevar izņemt paši sevi no administratoru grupas"
#: ajax/togglegroups.php:28
#, php-format
@ -75,43 +76,43 @@ msgstr "Nevar pievienot lietotāju grupai %s"
#: ajax/togglegroups.php:34
#, php-format
msgid "Unable to remove user from group %s"
msgstr "Nevar noņemt lietotāju no grupas %s"
msgstr "Nevar izņemt lietotāju no grupas %s"
#: ajax/updateapp.php:13
msgid "Couldn't update app."
msgstr ""
msgstr "Nevarēja atjaunināt lietotni."
#: js/apps.js:30
msgid "Update to {appversion}"
msgstr ""
msgstr "Atjaunināt uz {appversion}"
#: js/apps.js:36 js/apps.js:76
msgid "Disable"
msgstr "Atvienot"
msgstr "Deaktivēt"
#: js/apps.js:36 js/apps.js:64
msgid "Enable"
msgstr "Pievienot"
msgstr "Aktivēt"
#: js/apps.js:55
msgid "Please wait...."
msgstr ""
msgstr "Lūdzu, uzgaidiet...."
#: js/apps.js:84
msgid "Updating...."
msgstr ""
msgstr "Atjaunina...."
#: js/apps.js:87
msgid "Error while updating app"
msgstr ""
msgstr "Kļūda, atjauninot lietotni"
#: js/apps.js:87
msgid "Error"
msgstr "Kļūme"
msgstr "Kļūda"
#: js/apps.js:90
msgid "Updated"
msgstr ""
msgstr "Atjaunināta"
#: js/personal.js:69
msgid "Saving..."
@ -123,19 +124,19 @@ msgstr "__valodas_nosaukums__"
#: templates/apps.php:10
msgid "Add your App"
msgstr "Pievieno savu aplikāciju"
msgstr "Pievieno savu lietotni"
#: templates/apps.php:11
msgid "More Apps"
msgstr "Vairāk aplikāciju"
msgstr "Vairāk lietotņu"
#: templates/apps.php:24
msgid "Select an App"
msgstr "Izvēlies aplikāciju"
msgstr "Izvēlies lietotni"
#: templates/apps.php:28
msgid "See application page at apps.owncloud.com"
msgstr "Apskatie aplikāciju lapu - apps.owncloud.com"
msgstr "Apskati lietotņu lapu — apps.owncloud.com"
#: templates/apps.php:29
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
@ -143,31 +144,31 @@ msgstr "<span class=\"licence\"></span>-licencēts no <span class=\"author\"></s
#: templates/apps.php:31
msgid "Update"
msgstr ""
msgstr "Atjaunināt"
#: templates/help.php:3
msgid "User Documentation"
msgstr ""
msgstr "Lietotāja dokumentācija"
#: templates/help.php:4
msgid "Administrator Documentation"
msgstr ""
msgstr "Administratora dokumentācija"
#: templates/help.php:6
msgid "Online Documentation"
msgstr ""
msgstr "Tiešsaistes dokumentācija"
#: templates/help.php:7
msgid "Forum"
msgstr ""
msgstr "Forums"
#: templates/help.php:9
msgid "Bugtracker"
msgstr ""
msgstr "Kļūdu sekotājs"
#: templates/help.php:11
msgid "Commercial Support"
msgstr ""
msgstr "Komerciālais atbalsts"
#: templates/personal.php:8
#, php-format
@ -180,15 +181,15 @@ msgstr "Klienti"
#: templates/personal.php:13
msgid "Download Desktop Clients"
msgstr ""
msgstr "Lejupielādēt darbvirsmas klientus"
#: templates/personal.php:14
msgid "Download Android Client"
msgstr ""
msgstr "Lejupielādēt Android klientu"
#: templates/personal.php:15
msgid "Download iOS Client"
msgstr ""
msgstr "Lejupielādēt iOS klientu"
#: templates/personal.php:21 templates/users.php:23 templates/users.php:81
msgid "Password"
@ -200,7 +201,7 @@ msgstr "Jūru parole tika nomainīta"
#: templates/personal.php:23
msgid "Unable to change your password"
msgstr "Nav iespējams nomainīt jūsu paroli"
msgstr "Nevar nomainīt jūsu paroli"
#: templates/personal.php:24
msgid "Current password"
@ -216,19 +217,19 @@ msgstr "parādīt"
#: templates/personal.php:27
msgid "Change password"
msgstr "Nomainīt paroli"
msgstr "Mainīt paroli"
#: templates/personal.php:33
msgid "Email"
msgstr "Epasts"
msgstr "E-pasts"
#: templates/personal.php:34
msgid "Your email address"
msgstr "Jūsu epasta adrese"
msgstr "Jūsu e-pasta adrese"
#: templates/personal.php:35
msgid "Fill in an email address to enable password recovery"
msgstr "Ievadiet epasta adresi, lai vēlak būtu iespēja atgūt paroli, ja būs nepieciešamība"
msgstr "Ievadiet epasta adresi, lai vēlāk varētu atgūt paroli, ja būs nepieciešamība"
#: templates/personal.php:41 templates/personal.php:42
msgid "Language"
@ -240,15 +241,15 @@ msgstr "Palīdzi tulkot"
#: templates/personal.php:52
msgid "WebDAV"
msgstr ""
msgstr "WebDAV"
#: templates/personal.php:54
msgid "Use this address to connect to your ownCloud in your file manager"
msgstr ""
msgstr "Izmanto šo adresi, lai, izmantojot datņu pārvaldnieku, savienotos ar savu ownCloud"
#: templates/personal.php:63
msgid "Version"
msgstr ""
msgstr "Versija"
#: templates/personal.php:65
msgid ""
@ -262,7 +263,7 @@ msgstr "Izstrādājusi<a href=\"http://ownCloud.org/contact\" target=\"_blank\">
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
msgstr "Ierakstīšanās vārds"
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
msgid "Groups"
@ -274,11 +275,11 @@ msgstr "Izveidot"
#: templates/users.php:35
msgid "Default Storage"
msgstr ""
msgstr "Noklusējuma krātuve"
#: templates/users.php:42 templates/users.php:142
msgid "Unlimited"
msgstr ""
msgstr "Neierobežota"
#: templates/users.php:60 templates/users.php:157
msgid "Other"
@ -286,7 +287,7 @@ msgstr "Cits"
#: templates/users.php:80
msgid "Display Name"
msgstr ""
msgstr "Redzamais vārds"
#: templates/users.php:84 templates/users.php:121
msgid "Group Admin"
@ -294,20 +295,20 @@ msgstr "Grupas administrators"
#: templates/users.php:86
msgid "Storage"
msgstr ""
msgstr "Krātuve"
#: templates/users.php:97
msgid "change display name"
msgstr ""
msgstr "mainīt redzamo vārdu"
#: templates/users.php:101
msgid "set new password"
msgstr ""
msgstr "iestatīt jaunu paroli"
#: templates/users.php:137
msgid "Default"
msgstr ""
msgstr "Noklusējuma"
#: templates/users.php:165
msgid "Delete"
msgstr "Izdzēst"
msgstr "Dzēst"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 14:21+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,290 +20,290 @@ msgstr ""
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
msgstr ""
msgstr "Neizdevās izdzēst servera konfigurāciju"
#: ajax/testConfiguration.php:35
msgid "The configuration is valid and the connection could be established!"
msgstr ""
msgstr "Konfigurācija ir derīga un varēja izveidot savienojumu!"
#: ajax/testConfiguration.php:37
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
msgstr "Konfigurācija ir derīga, bet sasaiste neizdevās. Lūdzu, pārbaudiet servera iestatījumus un akreditācijas datus."
#: ajax/testConfiguration.php:40
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
msgstr ""
msgstr "Konfigurācija ir nederīga. Lūdzu, apskatiet ownCloud žurnālu, lai uzzinātu vairāk."
#: js/settings.js:66
msgid "Deletion failed"
msgstr ""
msgstr "Neizdevās izdzēst"
#: js/settings.js:82
msgid "Take over settings from recent server configuration?"
msgstr ""
msgstr "Paņemt iestatījumus no nesenas servera konfigurācijas?"
#: js/settings.js:83
msgid "Keep settings?"
msgstr ""
msgstr "Paturēt iestatījumus?"
#: js/settings.js:97
msgid "Cannot add server configuration"
msgstr ""
msgstr "Nevar pievienot servera konfigurāciju"
#: js/settings.js:121
msgid "Connection test succeeded"
msgstr ""
msgstr "Savienojuma tests ir veiksmīgs"
#: js/settings.js:126
msgid "Connection test failed"
msgstr ""
msgstr "Savienojuma tests cieta neveiksmi"
#: js/settings.js:136
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
msgstr "Vai tiešām vēlaties dzēst pašreizējo servera konfigurāciju?"
#: js/settings.js:137
msgid "Confirm Deletion"
msgstr ""
msgstr "Apstiprināt dzēšanu"
#: templates/settings.php:8
msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behaviour. Please ask your system administrator to "
"disable one of them."
msgstr ""
msgstr "<b>Brīdinājums:</b> lietotnes user_ldap un user_webdavauth ir nesavietojamas. Tās var izraisīt negaidītu uzvedību. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt."
#: templates/settings.php:11
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Brīdinājums:</b> PHP LDAP modulis nav uzinstalēts, aizmugure nedarbosies. Lūdzu, prasiet savam sistēmas administratoram kādu no tām deaktivēt."
#: templates/settings.php:15
msgid "Server configuration"
msgstr ""
msgstr "Servera konfigurācija"
#: templates/settings.php:17
msgid "Add Server Configuration"
msgstr ""
msgstr "Pievienot servera konfigurāciju"
#: templates/settings.php:21
msgid "Host"
msgstr ""
msgstr "Resursdators"
#: templates/settings.php:21
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
msgstr ""
msgstr "Var neiekļaut protokolu, izņemot, ja vajag SSL. Tad sākums ir ldaps://"
#: templates/settings.php:22
msgid "Base DN"
msgstr ""
msgstr "Bāzes DN"
#: templates/settings.php:22
msgid "One Base DN per line"
msgstr ""
msgstr "Viena bāzes DN rindā"
#: templates/settings.php:22
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr ""
msgstr "Lietotājiem un grupām bāzes DN var norādīt cilnē “Paplašināti”"
#: templates/settings.php:23
msgid "User DN"
msgstr ""
msgstr "Lietotāja DN"
#: templates/settings.php:23
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr ""
msgstr "Klienta lietotāja DN, ar ko veiks sasaisti, piemēram, uid=agent,dc=example,dc=com. Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu."
#: templates/settings.php:24
msgid "Password"
msgstr ""
msgstr "Parole"
#: templates/settings.php:24
msgid "For anonymous access, leave DN and Password empty."
msgstr ""
msgstr "Lai piekļūtu anonīmi, atstājiet DN un paroli tukšu."
#: templates/settings.php:25
msgid "User Login Filter"
msgstr ""
msgstr "Lietotāja ierakstīšanās filtrs"
#: templates/settings.php:25
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
msgstr ""
msgstr "Definē filtru, ko izmantot, kad mēģina ierakstīties. %%uid ierakstīšanās darbībā aizstāj lietotājvārdu."
#: templates/settings.php:25
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
msgstr ""
msgstr "lieto %%uid vietturi, piemēram, \"uid=%%uid\""
#: templates/settings.php:26
msgid "User List Filter"
msgstr ""
msgstr "Lietotāju saraksta filtrs"
#: templates/settings.php:26
msgid "Defines the filter to apply, when retrieving users."
msgstr ""
msgstr "Definē filtru, ko izmantot, kad saņem lietotāju sarakstu."
#: templates/settings.php:26
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr ""
msgstr "bez jebkādiem vietturiem, piemēram, \"objectClass=person\"."
#: templates/settings.php:27
msgid "Group Filter"
msgstr ""
msgstr "Grupu filtrs"
#: templates/settings.php:27
msgid "Defines the filter to apply, when retrieving groups."
msgstr ""
msgstr "Definē filtru, ko izmantot, kad saņem grupu sarakstu."
#: templates/settings.php:27
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr ""
msgstr "bez jebkādiem vietturiem, piemēram, \"objectClass=posixGroup\"."
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Savienojuma iestatījumi"
#: templates/settings.php:33
msgid "Configuration Active"
msgstr ""
msgstr "Konfigurācija ir aktīva"
#: templates/settings.php:33
msgid "When unchecked, this configuration will be skipped."
msgstr ""
msgstr "Ja nav atzīmēts, šī konfigurācija tiks izlaista."
#: templates/settings.php:34
msgid "Port"
msgstr ""
msgstr "Ports"
#: templates/settings.php:35
msgid "Backup (Replica) Host"
msgstr ""
msgstr "Rezerves (kopija) serveris"
#: templates/settings.php:35
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""
msgstr "Norādi rezerves serveri (nav obligāti). Tam ir jābūt galvenā LDAP/AD servera kopijai."
#: templates/settings.php:36
msgid "Backup (Replica) Port"
msgstr ""
msgstr "Rezerves (kopijas) ports"
#: templates/settings.php:37
msgid "Disable Main Server"
msgstr ""
msgstr "Deaktivēt galveno serveri"
#: templates/settings.php:37
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr ""
msgstr "Kad ieslēgts, ownCloud savienosies tikai ar kopijas serveri."
#: templates/settings.php:38
msgid "Use TLS"
msgstr ""
msgstr "Lietot TLS"
#: templates/settings.php:38
msgid "Do not use it for SSL connections, it will fail."
msgstr ""
msgstr "Neizmanto to SSL savienojumiem, tas neizdosies."
#: templates/settings.php:39
msgid "Case insensitve LDAP server (Windows)"
msgstr ""
msgstr "Reģistrnejutīgs LDAP serveris (Windows)"
#: templates/settings.php:40
msgid "Turn off SSL certificate validation."
msgstr ""
msgstr "Izslēgt SSL sertifikātu validēšanu."
#: templates/settings.php:40
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
msgstr ""
msgstr "Ja savienojums darbojas ar šo opciju, importē LDAP serveru SSL sertifikātu savā ownCloud serverī."
#: templates/settings.php:40
msgid "Not recommended, use for testing only."
msgstr ""
msgstr "Nav ieteicams, izmanto tikai testēšanai!"
#: templates/settings.php:41
msgid "in seconds. A change empties the cache."
msgstr ""
msgstr "sekundēs. Izmaiņas iztukšos kešatmiņu."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Direktorijas iestatījumi"
#: templates/settings.php:45
msgid "User Display Name Field"
msgstr ""
msgstr "Lietotāja redzamā vārda lauks"
#: templates/settings.php:45
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr ""
msgstr "LDAP atribūts, ko izmantot lietotāja ownCloud vārda veidošanai."
#: templates/settings.php:46
msgid "Base User Tree"
msgstr ""
msgstr "Bāzes lietotāju koks"
#: templates/settings.php:46
msgid "One User Base DN per line"
msgstr ""
msgstr "Viena lietotāju bāzes DN rindā"
#: templates/settings.php:47
msgid "User Search Attributes"
msgstr ""
msgstr "Lietotāju meklēšanas atribūts"
#: templates/settings.php:47 templates/settings.php:50
msgid "Optional; one attribute per line"
msgstr ""
msgstr "Neobligāti; viens atribūts rindā"
#: templates/settings.php:48
msgid "Group Display Name Field"
msgstr ""
msgstr "Grupas redzamā nosaukuma lauks"
#: templates/settings.php:48
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr ""
msgstr "LDAP atribūts, ko izmantot grupas ownCloud nosaukuma veidošanai."
#: templates/settings.php:49
msgid "Base Group Tree"
msgstr ""
msgstr "Bāzes grupu koks"
#: templates/settings.php:49
msgid "One Group Base DN per line"
msgstr ""
msgstr "Viena grupu bāzes DN rindā"
#: templates/settings.php:50
msgid "Group Search Attributes"
msgstr ""
msgstr "Grupu meklēšanas atribūts"
#: templates/settings.php:51
msgid "Group-Member association"
msgstr ""
msgstr "Grupu piederības asociācija"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "Īpašie atribūti"
#: templates/settings.php:56
msgid "in bytes"
msgstr ""
msgstr "baitos"
#: templates/settings.php:58
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr ""
msgstr "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu."
#: templates/settings.php:62
msgid "Help"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-15 00:03+0100\n"
"PO-Revision-Date: 2013-01-14 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 11:30+0000\n"
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,15 +20,15 @@ msgstr ""
#: templates/settings.php:3
msgid "WebDAV Authentication"
msgstr ""
msgstr "WebDAV autentifikācija"
#: templates/settings.php:4
msgid "URL: http://"
msgstr ""
msgstr "URL: http://"
#: templates/settings.php:6
#: templates/settings.php:7
msgid ""
"ownCloud will send the user credentials to this URL. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
msgstr ""
msgstr "ownCloud sūtīs lietotāja akreditācijas datus uz šo URL. Šis spraudnis pārbauda atbildi un interpretē HTTP statusa kodus 401 un 403 kā nederīgus akreditācijas datus un visas citas atbildes kā derīgus akreditācijas datus."

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 20:00+0000\n"
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,46 +22,46 @@ msgstr ""
"Language: sk_SK\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: ajax/upload.php:17
#: ajax/upload.php:19
msgid "No file was uploaded. Unknown error"
msgstr "Žiaden súbor nebol odoslaný. Neznáma chyba"
#: ajax/upload.php:24
#: ajax/upload.php:26
msgid "There is no error, the file uploaded with success"
msgstr "Nenastala žiadna chyba, súbor bol úspešne nahraný"
#: ajax/upload.php:25
#: ajax/upload.php:27
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "Nahraný súbor predčil konfiguračnú direktívu upload_max_filesize v súbore php.ini:"
#: ajax/upload.php:27
#: ajax/upload.php:29
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "Nahrávaný súbor presiahol MAX_FILE_SIZE direktívu, ktorá bola špecifikovaná v HTML formulári"
#: ajax/upload.php:29
#: ajax/upload.php:31
msgid "The uploaded file was only partially uploaded"
msgstr "Nahrávaný súbor bol iba čiastočne nahraný"
#: ajax/upload.php:30
#: ajax/upload.php:32
msgid "No file was uploaded"
msgstr "Žiaden súbor nebol nahraný"
#: ajax/upload.php:31
#: ajax/upload.php:33
msgid "Missing a temporary folder"
msgstr "Chýbajúci dočasný priečinok"
#: ajax/upload.php:32
#: ajax/upload.php:34
msgid "Failed to write to disk"
msgstr "Zápis na disk sa nepodaril"
#: ajax/upload.php:51
#: ajax/upload.php:52
msgid "Not enough space available"
msgstr "Nie je k dispozícii dostatok miesta"
#: ajax/upload.php:82
#: ajax/upload.php:83
msgid "Invalid directory."
msgstr "Neplatný adresár"
@ -111,7 +111,7 @@ msgstr "prepísaný {new_name} súborom {old_name}"
#: js/filelist.js:280
msgid "perform delete operation"
msgstr ""
msgstr "vykonať zmazanie"
#: js/files.js:52
msgid "'.' is an invalid file name."
@ -182,31 +182,31 @@ msgstr "URL nemôže byť prázdne"
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Neplatné meno adresára. Používanie mena 'Shared' je vyhradené len pre Owncloud"
#: js/files.js:949 templates/index.php:67
#: js/files.js:953 templates/index.php:67
msgid "Name"
msgstr "Meno"
#: js/files.js:950 templates/index.php:78
#: js/files.js:954 templates/index.php:78
msgid "Size"
msgstr "Veľkosť"
#: js/files.js:951 templates/index.php:80
#: js/files.js:955 templates/index.php:80
msgid "Modified"
msgstr "Upravené"
#: js/files.js:970
#: js/files.js:974
msgid "1 folder"
msgstr "1 priečinok"
#: js/files.js:972
#: js/files.js:976
msgid "{count} folders"
msgstr "{count} priečinkov"
#: js/files.js:980
#: js/files.js:984
msgid "1 file"
msgstr "1 súbor"
#: js/files.js:982
#: js/files.js:986
msgid "{count} files"
msgstr "{count} súborov"
@ -264,7 +264,7 @@ msgstr "Z odkazu"
#: templates/index.php:40
msgid "Trash"
msgstr ""
msgstr "Kôš"
#: templates/index.php:46
msgid "Cancel upload"
@ -298,4 +298,4 @@ msgstr "Práve prehliadané"
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
msgstr ""
msgstr "Aktualizujem medzipamäť súborového systému..."

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Marián Hvolka <marian.hvolka@stuba.sk>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 20:00+0000\n"
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,7 +20,7 @@ msgstr ""
#: js/trash.js:7 js/trash.js:69
msgid "perform restore operation"
msgstr ""
msgstr "vykonať obnovu"
#: js/trash.js:100 templates/index.php:17
msgid "Name"
@ -27,7 +28,7 @@ msgstr "Meno"
#: js/trash.js:101 templates/index.php:27
msgid "Deleted"
msgstr ""
msgstr "Zmazané"
#: js/trash.js:110
msgid "1 folder"
@ -47,7 +48,7 @@ msgstr "{count} súborov"
#: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!"
msgstr ""
msgstr "Žiadny obsah. Kôš je prázdny!"
#: templates/index.php:20 templates/index.php:22
msgid "Restore"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 20:00+0000\n"
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -83,11 +83,11 @@ msgstr "Nie je možné odstrániť používateľa zo skupiny %s"
#: ajax/updateapp.php:13
msgid "Couldn't update app."
msgstr ""
msgstr "Nemožno aktualizovať aplikáciu."
#: js/apps.js:30
msgid "Update to {appversion}"
msgstr ""
msgstr "Aktualizovať na {appversion}"
#: js/apps.js:36 js/apps.js:76
msgid "Disable"
@ -99,15 +99,15 @@ msgstr "Povoliť"
#: js/apps.js:55
msgid "Please wait...."
msgstr ""
msgstr "Čakajte prosím..."
#: js/apps.js:84
msgid "Updating...."
msgstr ""
msgstr "Aktualizujem..."
#: js/apps.js:87
msgid "Error while updating app"
msgstr ""
msgstr "hyba pri aktualizácii aplikácie"
#: js/apps.js:87
msgid "Error"
@ -115,7 +115,7 @@ msgstr "Chyba"
#: js/apps.js:90
msgid "Updated"
msgstr ""
msgstr "Aktualizované"
#: js/personal.js:69
msgid "Saving..."
@ -302,11 +302,11 @@ msgstr "Úložisko"
#: templates/users.php:97
msgid "change display name"
msgstr ""
msgstr "zmeniť zobrazované meno"
#: templates/users.php:101
msgid "set new password"
msgstr ""
msgstr "nastaviť nové heslo"
#: templates/users.php:137
msgid "Default"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: 2013-02-04 20:00+0000\n"
"Last-Translator: mhh <marian.hvolka@stuba.sk>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,23 +21,23 @@ msgstr ""
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
msgstr ""
msgstr "Zlyhalo zmazanie nastavenia servera."
#: ajax/testConfiguration.php:35
msgid "The configuration is valid and the connection could be established!"
msgstr ""
msgstr "Nastavenie je v poriadku a pripojenie je stabilné."
#: ajax/testConfiguration.php:37
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
msgstr "Nastavenie je v poriadku, ale pripojenie zlyhalo. Skontrolujte nastavenia servera a prihlasovacie údaje."
#: ajax/testConfiguration.php:40
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
msgstr ""
msgstr "Nastavenia sú neplatné. Podrobnosti hľadajte v logu ownCloud."
#: js/settings.js:66
msgid "Deletion failed"
@ -45,31 +45,31 @@ msgstr "Odstránenie zlyhalo"
#: js/settings.js:82
msgid "Take over settings from recent server configuration?"
msgstr ""
msgstr "Prebrať nastavenia z nedávneho nastavenia servera?"
#: js/settings.js:83
msgid "Keep settings?"
msgstr ""
msgstr "Ponechať nastavenia?"
#: js/settings.js:97
msgid "Cannot add server configuration"
msgstr ""
msgstr "Nemožno pridať nastavenie servera"
#: js/settings.js:121
msgid "Connection test succeeded"
msgstr ""
msgstr "Test pripojenia bol úspešný"
#: js/settings.js:126
msgid "Connection test failed"
msgstr ""
msgstr "Test pripojenia zlyhal"
#: js/settings.js:136
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
msgstr "Naozaj chcete zmazať súčasné nastavenie servera?"
#: js/settings.js:137
msgid "Confirm Deletion"
msgstr ""
msgstr "Potvrdiť vymazanie"
#: templates/settings.php:8
msgid ""
@ -86,11 +86,11 @@ msgstr "<b>Upozornenie:</b> nie je nainštalovaný LDAP modul pre PHP, backend v
#: templates/settings.php:15
msgid "Server configuration"
msgstr ""
msgstr "Nastavenia servera"
#: templates/settings.php:17
msgid "Add Server Configuration"
msgstr ""
msgstr "Pridať nastavenia servera."
#: templates/settings.php:21
msgid "Host"
@ -174,15 +174,15 @@ msgstr "bez zástupných znakov, napr. \"objectClass=posixGroup\""
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "Nastavenie pripojenia"
#: templates/settings.php:33
msgid "Configuration Active"
msgstr ""
msgstr "Nastavenia sú aktívne "
#: templates/settings.php:33
msgid "When unchecked, this configuration will be skipped."
msgstr ""
msgstr "Ak nie je zaškrtnuté, nastavenie bude preskočené."
#: templates/settings.php:34
msgid "Port"
@ -190,25 +190,25 @@ msgstr "Port"
#: templates/settings.php:35
msgid "Backup (Replica) Host"
msgstr ""
msgstr "Záložný server (kópia) hosť"
#: templates/settings.php:35
msgid ""
"Give an optional backup host. It must be a replica of the main LDAP/AD "
"server."
msgstr ""
msgstr "Zadajte záložný LDAP/AD. Musí to byť kópia hlavného LDAP/AD servera."
#: templates/settings.php:36
msgid "Backup (Replica) Port"
msgstr ""
msgstr "Záložný server (kópia) port"
#: templates/settings.php:37
msgid "Disable Main Server"
msgstr ""
msgstr "Zakázať hlavný server"
#: templates/settings.php:37
msgid "When switched on, ownCloud will only connect to the replica server."
msgstr ""
msgstr "Pri zapnutí sa ownCloud pripojí len k záložnému serveru."
#: templates/settings.php:38
msgid "Use TLS"
@ -242,7 +242,7 @@ msgstr "v sekundách. Zmena vyprázdni vyrovnávaciu pamäť."
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "Nastavenie priečinka"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -262,11 +262,11 @@ msgstr "Jedna používateľská základná DN na riadok"
#: templates/settings.php:47
msgid "User Search Attributes"
msgstr ""
msgstr "Atribúty vyhľadávania používateľov"
#: templates/settings.php:47 templates/settings.php:50
msgid "Optional; one attribute per line"
msgstr ""
msgstr "Voliteľné, jeden atribút na jeden riadok"
#: templates/settings.php:48
msgid "Group Display Name Field"
@ -286,7 +286,7 @@ msgstr "Jedna skupinová základná DN na riadok"
#: templates/settings.php:50
msgid "Group Search Attributes"
msgstr ""
msgstr "Atribúty vyhľadávania skupín"
#: templates/settings.php:51
msgid "Group-Member association"
@ -294,7 +294,7 @@ msgstr "Asociácia člena skupiny"
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "Špeciálne atribúty"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -159,55 +159,55 @@ msgstr ""
msgid "Settings"
msgstr ""
#: js/js.js:759
#: js/js.js:760
msgid "seconds ago"
msgstr ""
#: js/js.js:760
#: js/js.js:761
msgid "1 minute ago"
msgstr ""
#: js/js.js:761
#: js/js.js:762
msgid "{minutes} minutes ago"
msgstr ""
#: js/js.js:762
#: js/js.js:763
msgid "1 hour ago"
msgstr ""
#: js/js.js:763
#: js/js.js:764
msgid "{hours} hours ago"
msgstr ""
#: js/js.js:764
#: js/js.js:765
msgid "today"
msgstr ""
#: js/js.js:765
#: js/js.js:766
msgid "yesterday"
msgstr ""
#: js/js.js:766
#: js/js.js:767
msgid "{days} days ago"
msgstr ""
#: js/js.js:767
#: js/js.js:768
msgid "last month"
msgstr ""
#: js/js.js:768
#: js/js.js:769
msgid "{months} months ago"
msgstr ""
#: js/js.js:769
#: js/js.js:770
msgid "months ago"
msgstr ""
#: js/js.js:770
#: js/js.js:771
msgid "last year"
msgstr ""
#: js/js.js:771
#: js/js.js:772
msgid "years ago"
msgstr ""
@ -562,11 +562,11 @@ msgstr ""
msgid "Lost your password?"
msgstr ""
#: templates/login.php:39
#: templates/login.php:41
msgid "remember"
msgstr ""
#: templates/login.php:41
#: templates/login.php:43
msgid "Log in"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,46 +17,46 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ajax/upload.php:17
#: ajax/upload.php:19
msgid "No file was uploaded. Unknown error"
msgstr ""
#: ajax/upload.php:24
#: ajax/upload.php:26
msgid "There is no error, the file uploaded with success"
msgstr ""
#: ajax/upload.php:25
#: ajax/upload.php:27
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
#: ajax/upload.php:27
#: ajax/upload.php:29
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr ""
#: ajax/upload.php:29
#: ajax/upload.php:31
msgid "The uploaded file was only partially uploaded"
msgstr ""
#: ajax/upload.php:30
#: ajax/upload.php:32
msgid "No file was uploaded"
msgstr ""
#: ajax/upload.php:31
#: ajax/upload.php:33
msgid "Missing a temporary folder"
msgstr ""
#: ajax/upload.php:32
#: ajax/upload.php:34
msgid "Failed to write to disk"
msgstr ""
#: ajax/upload.php:51
#: ajax/upload.php:52
msgid "Not enough space available"
msgstr ""
#: ajax/upload.php:82
#: ajax/upload.php:83
msgid "Invalid directory."
msgstr ""
@ -177,31 +177,31 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
#: js/files.js:949 templates/index.php:67
#: js/files.js:953 templates/index.php:67
msgid "Name"
msgstr ""
#: js/files.js:950 templates/index.php:78
#: js/files.js:954 templates/index.php:78
msgid "Size"
msgstr ""
#: js/files.js:951 templates/index.php:80
#: js/files.js:955 templates/index.php:80
msgid "Modified"
msgstr ""
#: js/files.js:970
#: js/files.js:974
msgid "1 folder"
msgstr ""
#: js/files.js:972
#: js/files.js:976
msgid "{count} folders"
msgstr ""
#: js/files.js:980
#: js/files.js:984
msgid "1 file"
msgstr ""
#: js/files.js:982
#: js/files.js:986
msgid "{count} files"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,11 +25,11 @@ msgstr ""
msgid "Error configuring Dropbox storage"
msgstr ""
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:41
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:40
msgid "Grant access"
msgstr ""
#: js/dropbox.js:73 js/google.js:73
#: js/dropbox.js:73 js/google.js:72
msgid "Fill out all required fields"
msgstr ""
@ -37,7 +37,7 @@ msgstr ""
msgid "Please provide a valid Dropbox app key and secret."
msgstr ""
#: js/google.js:26 js/google.js:74 js/google.js:79
#: js/google.js:26 js/google.js:73 js/google.js:78
msgid "Error configuring Google Drive storage"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"POT-Creation-Date: 2013-02-05 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,7 +25,7 @@ msgstr ""
msgid "URL: http://"
msgstr ""
#: templates/settings.php:6
#: templates/settings.php:7
msgid ""
"ownCloud will send the user credentials to this URL. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-01-31 23:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 03:30+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -161,55 +161,55 @@ msgstr "ธันวาคม"
msgid "Settings"
msgstr "ตั้งค่า"
#: js/js.js:759
#: js/js.js:760
msgid "seconds ago"
msgstr "วินาที ก่อนหน้านี้"
#: js/js.js:760
#: js/js.js:761
msgid "1 minute ago"
msgstr "1 นาทีก่อนหน้านี้"
#: js/js.js:761
#: js/js.js:762
msgid "{minutes} minutes ago"
msgstr "{minutes} นาทีก่อนหน้านี้"
#: js/js.js:762
#: js/js.js:763
msgid "1 hour ago"
msgstr "1 ชั่วโมงก่อนหน้านี้"
#: js/js.js:763
#: js/js.js:764
msgid "{hours} hours ago"
msgstr "{hours} ชั่วโมงก่อนหน้านี้"
#: js/js.js:764
#: js/js.js:765
msgid "today"
msgstr "วันนี้"
#: js/js.js:765
#: js/js.js:766
msgid "yesterday"
msgstr "เมื่อวานนี้"
#: js/js.js:766
#: js/js.js:767
msgid "{days} days ago"
msgstr "{day} วันก่อนหน้านี้"
#: js/js.js:767
#: js/js.js:768
msgid "last month"
msgstr "เดือนที่แล้ว"
#: js/js.js:768
#: js/js.js:769
msgid "{months} months ago"
msgstr "{months} เดือนก่อนหน้านี้"
#: js/js.js:769
#: js/js.js:770
msgid "months ago"
msgstr "เดือน ที่ผ่านมา"
#: js/js.js:770
#: js/js.js:771
msgid "last year"
msgstr "ปีที่แล้ว"
#: js/js.js:771
#: js/js.js:772
msgid "years ago"
msgstr "ปี ที่ผ่านมา"
@ -258,7 +258,7 @@ msgstr "แชร์"
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
msgid "Shared"
msgstr ""
msgstr "แชร์แล้ว"
#: js/share.js:141 js/share.js:611
msgid "Error while sharing"
@ -564,11 +564,11 @@ msgstr "กรุณาเปลี่ยนรหัสผ่านของค
msgid "Lost your password?"
msgstr "ลืมรหัสผ่าน?"
#: templates/login.php:39
#: templates/login.php:41
msgid "remember"
msgstr "จำรหัสผ่าน"
#: templates/login.php:41
#: templates/login.php:43
msgid "Log in"
msgstr "เข้าสู่ระบบ"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:04+0100\n"
"PO-Revision-Date: 2013-02-03 03:30+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,46 +19,46 @@ msgstr ""
"Language: th_TH\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ajax/upload.php:17
#: ajax/upload.php:19
msgid "No file was uploaded. Unknown error"
msgstr "ยังไม่มีไฟล์ใดที่ถูกอัพโหลด เกิดข้อผิดพลาดที่ไม่ทราบสาเหตุ"
#: ajax/upload.php:24
#: ajax/upload.php:26
msgid "There is no error, the file uploaded with success"
msgstr "ไม่มีข้อผิดพลาดใดๆ ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว"
#: ajax/upload.php:25
#: ajax/upload.php:27
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr "ขนาดไฟล์ที่อัพโหลดมีขนาดเกิน upload_max_filesize ที่ระบุไว้ใน php.ini"
#: ajax/upload.php:27
#: ajax/upload.php:29
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
msgstr "ไฟล์ที่อัพโหลดมีขนาดเกินคำสั่ง MAX_FILE_SIZE ที่ระบุเอาไว้ในรูปแบบคำสั่งในภาษา HTML"
#: ajax/upload.php:29
#: ajax/upload.php:31
msgid "The uploaded file was only partially uploaded"
msgstr "ไฟล์ที่อัพโหลดยังไม่ได้ถูกอัพโหลดอย่างสมบูรณ์"
#: ajax/upload.php:30
#: ajax/upload.php:32
msgid "No file was uploaded"
msgstr "ยังไม่มีไฟล์ที่ถูกอัพโหลด"
#: ajax/upload.php:31
#: ajax/upload.php:33
msgid "Missing a temporary folder"
msgstr "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย"
#: ajax/upload.php:32
#: ajax/upload.php:34
msgid "Failed to write to disk"
msgstr "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว"
#: ajax/upload.php:51
#: ajax/upload.php:52
msgid "Not enough space available"
msgstr "มีพื้นที่เหลือไม่เพียงพอ"
#: ajax/upload.php:82
#: ajax/upload.php:83
msgid "Invalid directory."
msgstr "ไดเร็กทอรี่ไม่ถูกต้อง"
@ -108,7 +108,7 @@ msgstr "แทนที่ {new_name} ด้วย {old_name} แล้ว"
#: js/filelist.js:280
msgid "perform delete operation"
msgstr ""
msgstr "ดำเนินการตามคำสั่งลบ"
#: js/files.js:52
msgid "'.' is an invalid file name."
@ -261,7 +261,7 @@ msgstr "จากลิงก์"
#: templates/index.php:40
msgid "Trash"
msgstr ""
msgstr "ถังขยะ"
#: templates/index.php:46
msgid "Cancel upload"
@ -295,4 +295,4 @@ msgstr "ไฟล์ที่กำลังสแกนอยู่ขณะน
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
msgstr ""
msgstr "กำลังอัพเกรดหน่วยความจำแคชของระบบไฟล์..."

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 03:30+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -80,11 +80,11 @@ msgstr "ไม่สามารถลบผู้ใช้งานออกจ
#: ajax/updateapp.php:13
msgid "Couldn't update app."
msgstr ""
msgstr "ไม่สามารถอัพเดทแอปฯ"
#: js/apps.js:30
msgid "Update to {appversion}"
msgstr ""
msgstr "อัพเดทไปเป็นรุ่น {appversion}"
#: js/apps.js:36 js/apps.js:76
msgid "Disable"
@ -96,15 +96,15 @@ msgstr "เปิดใช้งาน"
#: js/apps.js:55
msgid "Please wait...."
msgstr ""
msgstr "กรุณารอสักครู่..."
#: js/apps.js:84
msgid "Updating...."
msgstr ""
msgstr "กำลังอัพเดทข้อมูล..."
#: js/apps.js:87
msgid "Error while updating app"
msgstr ""
msgstr "เกิดข้อผิดพลาดในระหว่างการอัพเดทแอปฯ"
#: js/apps.js:87
msgid "Error"
@ -112,7 +112,7 @@ msgstr "ข้อผิดพลาด"
#: js/apps.js:90
msgid "Updated"
msgstr ""
msgstr "อัพเดทแล้ว"
#: js/personal.js:69
msgid "Saving..."
@ -263,7 +263,7 @@ msgstr "พัฒนาโดย the <a href=\"http://ownCloud.org/contact\" tar
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
msgstr "ชื่อที่ใช้สำหรับเข้าสู่ระบบ"
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
msgid "Groups"
@ -287,7 +287,7 @@ msgstr "อื่นๆ"
#: templates/users.php:80
msgid "Display Name"
msgstr ""
msgstr "ชื่อที่ต้องการแสดง"
#: templates/users.php:84 templates/users.php:121
msgid "Group Admin"
@ -299,11 +299,11 @@ msgstr "พื้นที่จัดเก็บข้อมูล"
#: templates/users.php:97
msgid "change display name"
msgstr ""
msgstr "เปลี่ยนชื่อที่ต้องการให้แสดง"
#: templates/users.php:101
msgid "set new password"
msgstr ""
msgstr "ตั้งค่ารหัสผ่านใหม่"
#: templates/users.php:137
msgid "Default"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-03 00:04+0100\n"
"PO-Revision-Date: 2013-02-02 23:05+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 04:40+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,23 +20,23 @@ msgstr ""
#: ajax/deleteConfiguration.php:34
msgid "Failed to delete the server configuration"
msgstr ""
msgstr "การลบการกำหนดค่าเซิร์ฟเวอร์ล้มเหลว"
#: ajax/testConfiguration.php:35
msgid "The configuration is valid and the connection could be established!"
msgstr ""
msgstr "การกำหนดค่าถูกต้องและการเชื่อมต่อสามารถเชื่อมต่อได้!"
#: ajax/testConfiguration.php:37
msgid ""
"The configuration is valid, but the Bind failed. Please check the server "
"settings and credentials."
msgstr ""
msgstr "การกำหนดค่าถูกต้อง, แต่การผูกข้อมูลล้มเหลว, กรุณาตรวจสอบการตั้งค่าเซิร์ฟเวอร์และข้อมูลการเข้าใช้งาน"
#: ajax/testConfiguration.php:40
msgid ""
"The configuration is invalid. Please look in the ownCloud log for further "
"details."
msgstr ""
msgstr "การกำหนดค่าไม่ถูกต้อง กรุณาดูรายละเอียดจากบันทึกการเปลี่ยนแปลงของ ownCloud สำหรับรายละเอียดเพิ่มเติม"
#: js/settings.js:66
msgid "Deletion failed"
@ -48,27 +48,27 @@ msgstr ""
#: js/settings.js:83
msgid "Keep settings?"
msgstr ""
msgstr "รักษาการตั้งค่าไว้?"
#: js/settings.js:97
msgid "Cannot add server configuration"
msgstr ""
msgstr "ไม่สามารถเพิ่มค่ากำหนดเซิร์ฟเวอร์ได้"
#: js/settings.js:121
msgid "Connection test succeeded"
msgstr ""
msgstr "ทดสอบการเชื่อมต่อสำเร็จ"
#: js/settings.js:126
msgid "Connection test failed"
msgstr ""
msgstr "ทดสอบการเชื่อมต่อล้มเหลว"
#: js/settings.js:136
msgid "Do you really want to delete the current Server Configuration?"
msgstr ""
msgstr "คุณแน่ใจแล้วหรือว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบันทิ้งไป?"
#: js/settings.js:137
msgid "Confirm Deletion"
msgstr ""
msgstr "ยืนยันการลบทิ้ง"
#: templates/settings.php:8
msgid ""
@ -85,11 +85,11 @@ msgstr "<b>คำเตือน:</b> โมดูล PHP LDAP ยังไม
#: templates/settings.php:15
msgid "Server configuration"
msgstr ""
msgstr "การกำหนดค่าเซิร์ฟเวอร์"
#: templates/settings.php:17
msgid "Add Server Configuration"
msgstr ""
msgstr "เพิ่มการกำหนดค่าเซิร์ฟเวอร์"
#: templates/settings.php:21
msgid "Host"
@ -173,7 +173,7 @@ msgstr "โดยไม่ต้องมีตัวยึดใดๆ, เช
#: templates/settings.php:31
msgid "Connection Settings"
msgstr ""
msgstr "ตั้งค่าการเชื่อมต่อ"
#: templates/settings.php:33
msgid "Configuration Active"
@ -203,7 +203,7 @@ msgstr ""
#: templates/settings.php:37
msgid "Disable Main Server"
msgstr ""
msgstr "ปิดใช้งานเซิร์ฟเวอร์หลัก"
#: templates/settings.php:37
msgid "When switched on, ownCloud will only connect to the replica server."
@ -241,7 +241,7 @@ msgstr "ในอีกไม่กี่วินาที ระบบจะ
#: templates/settings.php:43
msgid "Directory Settings"
msgstr ""
msgstr "ตั้งค่าไดเร็กทอรี่"
#: templates/settings.php:45
msgid "User Display Name Field"
@ -261,11 +261,11 @@ msgstr "หนึ่ง User Base DN ต่อบรรทัด"
#: templates/settings.php:47
msgid "User Search Attributes"
msgstr ""
msgstr "คุณลักษณะการค้นหาชื่อผู้ใช้"
#: templates/settings.php:47 templates/settings.php:50
msgid "Optional; one attribute per line"
msgstr ""
msgstr "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด"
#: templates/settings.php:48
msgid "Group Display Name Field"
@ -285,7 +285,7 @@ msgstr "หนึ่ง Group Base DN ต่อบรรทัด"
#: templates/settings.php:50
msgid "Group Search Attributes"
msgstr ""
msgstr "คุณลักษณะการค้นหาแบบกลุ่ม"
#: templates/settings.php:51
msgid "Group-Member association"
@ -293,7 +293,7 @@ msgstr "ความสัมพันธ์ของสมาชิกในก
#: templates/settings.php:53
msgid "Special Attributes"
msgstr ""
msgstr "คุณลักษณะพิเศษ"
#: templates/settings.php:56
msgid "in bytes"

View File

@ -6,6 +6,7 @@
# Donahue Chuang <soshinwu@gmail.com>, 2012.
# <dw4dev@gmail.com>, 2012.
# <nfsmwlin@gmail.com>, 2013.
# Pellaeon Lin <nfsmwlin@gmail.com>, 2013.
# <sy6614@yahoo.com.hk>, 2012.
# <weiyu871@ms14.url.com.tw>, 2012.
# <wu0809@msn.com>, 2012.
@ -14,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-02-02 00:06+0100\n"
"PO-Revision-Date: 2013-02-01 23:06+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-02-04 00:05+0100\n"
"PO-Revision-Date: 2013-02-03 06:00+0000\n"
"Last-Translator: pellaeon <nfsmwlin@gmail.com>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -84,11 +85,11 @@ msgstr "使用者移出群組%s錯誤"
#: ajax/updateapp.php:13
msgid "Couldn't update app."
msgstr ""
msgstr "無法更新應用程式"
#: js/apps.js:30
msgid "Update to {appversion}"
msgstr ""
msgstr "更新至 {appversion}"
#: js/apps.js:36 js/apps.js:76
msgid "Disable"
@ -100,15 +101,15 @@ msgstr "啟用"
#: js/apps.js:55
msgid "Please wait...."
msgstr ""
msgstr "請稍候..."
#: js/apps.js:84
msgid "Updating...."
msgstr ""
msgstr "更新中..."
#: js/apps.js:87
msgid "Error while updating app"
msgstr ""
msgstr "更新應用程式錯誤"
#: js/apps.js:87
msgid "Error"
@ -116,7 +117,7 @@ msgstr "錯誤"
#: js/apps.js:90
msgid "Updated"
msgstr ""
msgstr "已更新"
#: js/personal.js:69
msgid "Saving..."
@ -267,7 +268,7 @@ msgstr "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud
#: templates/users.php:21 templates/users.php:79
msgid "Login Name"
msgstr ""
msgstr "登入名稱"
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
msgid "Groups"
@ -291,7 +292,7 @@ msgstr "其他"
#: templates/users.php:80
msgid "Display Name"
msgstr ""
msgstr "顯示名稱"
#: templates/users.php:84 templates/users.php:121
msgid "Group Admin"
@ -303,11 +304,11 @@ msgstr "儲存區"
#: templates/users.php:97
msgid "change display name"
msgstr ""
msgstr "修改顯示名稱"
#: templates/users.php:101
msgid "set new password"
msgstr ""
msgstr "設定新密碼"
#: templates/users.php:137
msgid "Default"

View File

@ -410,7 +410,13 @@ class Cache {
);
$mimetype = $this->getMimetypeId($mimetype);
$result = $query->execute(array($mimetype, $this->numericId));
return $result->fetchAll();
$files = array();
while ($row = $result->fetchRow()) {
$row['mimetype'] = $this->getMimetype($row['mimetype']);
$row['mimepart'] = $this->getMimetype($row['mimepart']);
$files[] = $row;
}
return $files;
}
/**

View File

@ -374,7 +374,7 @@ class Filesystem {
* @param array $data from hook
*/
static public function isBlacklisted($data) {
$blacklist = array('.htaccess');
$blacklist = \OC_Config::getValue('blacklisted_files', array('.htaccess'));
if (isset($data['path'])) {
$path = $data['path'];
} else if (isset($data['newpath'])) {
@ -610,6 +610,16 @@ class Filesystem {
return self::$defaultInstance->getPath($id);
}
/**
* Get the owner for a file or folder
*
* @param string $path
* @return string
*/
public static function getOwner($path) {
return self::$defaultInstance->getOwner($path);
}
/**
* get the ETag for a file or folder
*

View File

@ -184,7 +184,7 @@ class Local extends \OC\Files\Storage\Common{
// Windows OS: we use COM to access the filesystem
if (strpos($name, 'win') !== false) {
if (class_exists('COM')) {
$fsobj = new COM("Scripting.FileSystemObject");
$fsobj = new \COM("Scripting.FileSystemObject");
$f = $fsobj->GetFile($fullPath);
return $f->Size;
}
@ -197,7 +197,7 @@ class Local extends \OC\Files\Storage\Common{
return (float)exec('stat -c %s ' . escapeshellarg($fullPath));
}
} else {
OC_Log::write('core', 'Unable to determine file size of "'.$fullPath.'". Unknown OS: '.$name, OC_Log::ERROR);
\OC_Log::write('core', 'Unable to determine file size of "'.$fullPath.'". Unknown OS: '.$name, \OC_Log::ERROR);
}
return 0;

View File

@ -670,6 +670,9 @@ class View {
*/
public function getFileInfo($path) {
$data = array();
if (!Filesystem::isValidPath($path)) {
return $data;
}
$path = Filesystem::normalizePath($this->fakeRoot . '/' . $path);
/**
* @var \OC\Files\Storage\Storage $storage
@ -724,6 +727,9 @@ class View {
*/
public function getDirectoryContent($directory, $mimetype_filter = '') {
$result = array();
if (!Filesystem::isValidPath($directory)) {
return $result;
}
$path = Filesystem::normalizePath($this->fakeRoot . '/' . $directory);
/**
* @var \OC\Files\Storage\Storage $storage
@ -914,6 +920,16 @@ class View {
return $files;
}
/**
* Get the owner for a file or folder
*
* @param string $path
* @return string
*/
public function getOwner($path) {
return $this->basicOperation('getOwner', $path);
}
/**
* get the ETag for a file or folder
*

8
lib/l10n/af_ZA.php Normal file
View File

@ -0,0 +1,8 @@
<?php $TRANSLATIONS = array(
"Help" => "Hulp",
"Personal" => "Persoonlik",
"Settings" => "Instellings",
"Users" => "Gebruikers",
"Apps" => "Toepassings",
"Admin" => "Admin"
);

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