wp-plugin-installer/languages/oblak-plugin-installer-sr_RS.po
Sibin Grasic b2304deab8
feat: Module rework
BREAKING CHANGE: Plugin updates go thru callback handler
2023-12-29 19:50:56 +01:00

80 lines
3.1 KiB
Text
Raw Permalink 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.

msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25T11:00:47+00:00\n"
"PO-Revision-Date: 2022-10-25 13:08+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sr_RS\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.2\n"
"X-Domain: oblak-plugin-installer\n"
#: Base_Plugin_Installer.php:102
msgid "Plugin version not set"
msgstr "Верзија додатка није подешена"
#: Base_Plugin_Installer.php:106
msgid "Plugin slug not set"
msgstr "Подложак додатка није подешен"
#: Base_Plugin_Installer.php:110
msgid "Plugin schema version not set"
msgstr "Верзија шеме базе података додатка није подешена"
#: Base_Plugin_Installer.php:247
msgid "The following tables are missing: "
msgstr "Следеће табеле недостају: "
#. translators: %s Database version number
#: Base_Plugin_Installer.php:529
msgid "No updates required. Database version is %s"
msgstr "Ажурирање није потребно. Верзија базе података је %s"
#. translators: 1: Number of database updates 2: List of update callbacks
#: Base_Plugin_Installer.php:534
msgid "Found %1$d updates (%2$s)"
msgstr "Нађено %1$d ажурирања (%2$s)"
#: Base_Plugin_Installer.php:536
msgid "Updating database"
msgstr "Ажурирам базу података"
#. translators: 1: Number of database updates performed 2: Database version number
#: Base_Plugin_Installer.php:553
msgid "%1$d update functions completed. Database version is %2$s"
msgstr "%1$d ажурирања је извршено. Верзија базе података је %2$s"
#: Base_Plugin_Installer.php:567 Base_Plugin_Installer.php:589
msgid "All database tables are up to date."
msgstr "Све табеле базе података су ажурне."
#: Base_Plugin_Installer.php:571
msgid "The following database tables are out of sync with the schema:"
msgstr "Следеће табеле нису синхронизоване са шемом:"
#. Translators: 1: table name, 2: result
#: Base_Plugin_Installer.php:575
msgid "Table %1$s: %2$s"
msgstr "Табела %1$s: %2$s"
#. Translators: 1: table name, 2: result
#: Base_Plugin_Installer.php:575
msgid "Missing"
msgstr "Недостаје"
#: Base_Plugin_Installer.php:579
msgid "Run the command again with --create to create the missing tables."
msgstr "Покрените команду поново са --create параметром како бисте креирали недостајуће табеле."
#: Base_Plugin_Installer.php:583
msgid "Creating missing tables..."
msgstr "Креирам недостајуће табеле..."
#: Base_Plugin_Installer.php:593
msgid "There was an error creating the missing tables."
msgstr "Дошло је до грешке приликом креирања табела."