1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00
ocsms/l10n/ru.js
2018-10-03 16:16:23 +00:00

20 lines
1.2 KiB
JavaScript
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.

OC.L10N.register(
"ocsms",
{
"Phone Sync" : "Синхр. телефона",
"An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком",
"Settings" : "Настройки",
"Invalid message limit" : "Неправильный лимит сообщения",
"Default country code" : "Код страны по умолчанию",
"Contact ordering" : "Порядок контактов",
"Last message" : "Последнее сообщение",
"Label" : "Метка",
"Reverse ?" : "Сменить на обратный?",
"Notification settings" : "Настройки уведомлений",
"Enable" : "Включить",
"Disable" : "Отключить",
"%s message(s) shown of %s message(s) stored in database." : "Показ %s сообщений(я) из %sсохранённых в базе данных.",
"Please select a conversation from the list to load it." : "Для загрузки разговора выберите его в списке."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");