nextcloud/core/l10n/az.php

25 lines
1.0 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(
"Couldn't send mail to following users: %s " => "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s",
"Turned on maintenance mode" => "Xidməti rejimə keçilmişdir",
"Turned off maintenance mode" => "Xidməti rejim söndürüldü",
"Updated database" => "Yenilənmiş verilənlər bazası",
"Checked database schema update" => "Baza sxeminin yenilənməsi yoxlanıldı",
"Unknown filetype" => "Fayl tipi bəlli deyil.",
"Invalid image" => "Yalnış şəkil",
"Settings" => "Quraşdırmalar",
"Saving..." => "Saxlama...",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"_%n day ago_::_%n days ago_" => array("",""),
"_%n month ago_::_%n months ago_" => array("",""),
"Ok" => "Oldu",
"_{count} file conflict_::_{count} file conflicts_" => array("",""),
"Cancel" => "Dayandır",
"Share" => "Yayımla",
"Error" => "Səhv",
"Email sent" => "Məktub göndərildi",
"Reset" => "Sıfırla"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";