2014-10-27 16:29:45 -04:00

28 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Format filter server is down or misconfigured" => "Fomat filtrasiyası serveri sönülüdür yada düzgün config edilməyib",
"Conversion failed. Check log for details." => "Dəyişiklikdə səh oldu. Ətraflı məlumat üçün jurnal faylını yoxlayın",
"Saved" => "Saxlanıldı",
"Can't create document" => "Sənədi yaratmaq mümkün olmadı",
"You don't have permission to rename this document" => "Bu sənədin adını dəyişmək üçün sizin yetkiniz yoxdur.",
"An error occurred while changing directory." => "Qovluğu dəyişdikdə səhv baş verdi.",
"Saving..." => "Saxlama...",
"Failed to load documents." => "Sənədlərin yüklənməsi mümkün olmadı.",
"No documents were found. Upload or create a document to get started!" => "Heç bir sənəd tapılmadı. Başlamaq üçün bir sənəd yarat yada əlavə et!",
"Share" => "Yayımla",
"Save" => "Saxlamaq",
"Loading documents..." => "Sənədlər yüklənir...",
"File name cannot be empty." => "Faylın adı boş ola bilməz.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Yalnış ad, '\\', '/', '<', '>', ':', '\"', '|', '?' və '*' qəbul edilmir.",
"Cancel" => "Dayandır",
"Close" => "Bağla",
"Delete" => "Sil",
"OK" => "Oldu",
"Open" => "",
"Size" => "Həcm",
"Edit" => "Dəyişiklik et",
"Upload" => "Serverə yüklə",
"Password" => "Şifrə"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";