nextcloud/core/l10n/az.php

33 lines
1.3 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",
"No temporary profile picture available, try again" => "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.",
"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",
"Send" => "Göndər",
"delete" => "sil",
"Email sent" => "Məktub göndərildi",
"Delete" => "Sil",
"Add" => "Əlavə etmək",
"Username" => "İstifadəçi adı",
"Reset" => "Sıfırla",
"Users" => "İstifadəçilər",
"Admin" => "İnzibatçı"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";