server/apps/files_encryption/l10n/az.php
2014-08-17 01:56:22 -04:00

9 lines
730 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(
"Recovery key successfully enabled" => "Bərpa açarı uğurla aktivləşdi",
"Could not enable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarının aktivləşdirilməsi mümkün olmadı. Xahiş olunur geriqaytarılma açarı üçün tələb edilən şifrəni yoxlayasınız.",
"Recovery key successfully disabled" => "Bərpa açarı uğurla söndürüldü",
"Could not disable recovery key. Please check your recovery key password!" => "Geriqaytarılma açarını sondürmək olmur. Xahiş edirik geriqaytarılma key açarınızı yoxlayın.",
"Password successfully changed." => "Şifrə uğurla dəyişdirildi."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";