nextcloud/lib/l10n/az.php

18 lines
813 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(
"Cannot write into \"config\" directory!" => "\"configurasiya\" direktoriyasının daxilində yazmaq mümkün deyil",
"This can usually be fixed by giving the webserver write access to the config directory" => "Adətən tez həll etmək üçün WEB serverdə yazma yetkisi verilir",
"See %s" => "Bax %s",
"Settings" => "Quraşdırmalar",
"Users" => "İstifadəçilər",
"Admin" => "İnzibatçı",
"Unknown filetype" => "Fayl tipi bəlli deyil.",
"Invalid image" => "Yalnış şəkil",
"Authentication error" => "Təyinat metodikası",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"_%n day go_::_%n days ago_" => array("",""),
"_%n month ago_::_%n months ago_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";