nextcloud/apps/files/l10n/az.php

19 lines
726 B
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(
"Storage not available" => "İnformasiya daşıyıcısı mövcud deyil",
"Storage invalid" => "İnformasiya daşıyıcısı yalnışdır",
"Unknown error" => "Bəlli olmayan səhv baş verdi",
"Could not move %s - File with this name already exists" => "Köçürmə mümkün deyil %s - Bu adla fayl artıq mövcuddur",
"Could not move %s" => "Yerdəyişmə mükün olmadı %s",
"Files" => "Fayllar",
"Share" => "Yayımla",
"Error" => "Səhv",
"Name" => "Ad",
"Size" => "Həcm",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Save" => "Saxlamaq"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";