fix(legacy): update or remove broken links
This commit is contained in:
parent
4bb5f58a7c
commit
6b16df8966
|
@ -59,7 +59,7 @@
|
||||||
"js/airtime/dashboard/versiontooltip.js": "f267c6ec0205e98f1ffba5f636928f7a",
|
"js/airtime/dashboard/versiontooltip.js": "f267c6ec0205e98f1ffba5f636928f7a",
|
||||||
"js/airtime/library/events/library_playlistbuilder.js": "1e0aa11953c7ff243cd2df241cc8a296",
|
"js/airtime/library/events/library_playlistbuilder.js": "1e0aa11953c7ff243cd2df241cc8a296",
|
||||||
"js/airtime/library/events/library_showbuilder.js": "996a5c3008eb17552ee8f891d88c9341",
|
"js/airtime/library/events/library_showbuilder.js": "996a5c3008eb17552ee8f891d88c9341",
|
||||||
"js/airtime/library/library.js": "54b969bd06ddc919a7fba9cadc693567",
|
"js/airtime/library/library.js": "d47ed07f83c68271b2e3bb50d4eb2b8f",
|
||||||
"js/airtime/library/plupload.js": "7f754a28ac2d4060aec918c688a74a22",
|
"js/airtime/library/plupload.js": "7f754a28ac2d4060aec918c688a74a22",
|
||||||
"js/airtime/library/podcast.js": "f4fd354d739e7121ba00162496c295df",
|
"js/airtime/library/podcast.js": "f4fd354d739e7121ba00162496c295df",
|
||||||
"js/airtime/library/publish.js": "851ef4c4caa9e9220acf945c21760189",
|
"js/airtime/library/publish.js": "851ef4c4caa9e9220acf945c21760189",
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
"js/airtime/preferences/musicdirs.js": "72312faa4081949d5c17ce2d3428dbdc",
|
"js/airtime/preferences/musicdirs.js": "72312faa4081949d5c17ce2d3428dbdc",
|
||||||
"js/airtime/preferences/preferences.js": "73aec5c4969eef8f6b02f044b00425c3",
|
"js/airtime/preferences/preferences.js": "73aec5c4969eef8f6b02f044b00425c3",
|
||||||
"js/airtime/preferences/streamsetting.js": "b45e7ad91d0b3f5e582fd3bd4c697a05",
|
"js/airtime/preferences/streamsetting.js": "b45e7ad91d0b3f5e582fd3bd4c697a05",
|
||||||
"js/airtime/schedule/add-show.js": "22ce11f5ffd513be4f3492af1001ebdf",
|
"js/airtime/schedule/add-show.js": "4984c9bdac1e541eecab2541e21450a7",
|
||||||
"js/airtime/schedule/full-calendar-functions.js": "09ac64ebbe48666dcc3c4669b12509b7",
|
"js/airtime/schedule/full-calendar-functions.js": "09ac64ebbe48666dcc3c4669b12509b7",
|
||||||
"js/airtime/schedule/schedule.js": "d835a1c6110c033edf5c8d0abb701d7c",
|
"js/airtime/schedule/schedule.js": "d835a1c6110c033edf5c8d0abb701d7c",
|
||||||
"js/airtime/showbuilder/builder.js": "08338d5f8e957bda2bac397e958f5610",
|
"js/airtime/showbuilder/builder.js": "08338d5f8e957bda2bac397e958f5610",
|
||||||
|
|
|
@ -15,9 +15,7 @@ class Application_Common_LocaleHelper
|
||||||
* From: https://www.binarytides.com/php-array-of-iso-639-1-language-codes-and-names/
|
* From: https://www.binarytides.com/php-array-of-iso-639-1-language-codes-and-names/
|
||||||
*
|
*
|
||||||
* ISO 639-1 Language Codes
|
* ISO 639-1 Language Codes
|
||||||
* References :
|
* https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||||
* 1. https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
|
||||||
* 2. https://blog.xoundboy.com/?p=235
|
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'en' => _('English'),
|
'en' => _('English'),
|
||||||
|
|
|
@ -459,7 +459,7 @@ final class LocaleController extends Zend_Controller_Action
|
||||||
'Disabled' => _('Disabled'),
|
'Disabled' => _('Disabled'),
|
||||||
'Cancel upload' => _('Cancel upload'),
|
'Cancel upload' => _('Cancel upload'),
|
||||||
'Type' => _('Type'),
|
'Type' => _('Type'),
|
||||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"),
|
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"),
|
||||||
'Podcast settings saved' => _('Podcast settings saved'),
|
'Podcast settings saved' => _('Podcast settings saved'),
|
||||||
'Are you sure you want to delete this user?' => _('Are you sure you want to delete this user?'),
|
'Are you sure you want to delete this user?' => _('Are you sure you want to delete this user?'),
|
||||||
"Can't delete yourself!" => _("Can't delete yourself!"),
|
"Can't delete yourself!" => _("Can't delete yourself!"),
|
||||||
|
|
|
@ -29,7 +29,6 @@ class Application_Model_ServiceRegister
|
||||||
// Need to convert ipv6 to ipv4 since Monit server does not appear
|
// Need to convert ipv6 to ipv4 since Monit server does not appear
|
||||||
// to allow access via an ipv6 address.
|
// to allow access via an ipv6 address.
|
||||||
// http://[::1]:2812 does not respond.
|
// http://[::1]:2812 does not respond.
|
||||||
// Bug: https://savannah.nongnu.org/bugs/?27608
|
|
||||||
if ($p_ipAddress == '::1') {
|
if ($p_ipAddress == '::1') {
|
||||||
$p_ipAddress = '127.0.0.1';
|
$p_ipAddress = '127.0.0.1';
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,7 +108,7 @@ class Application_Model_StoredFile
|
||||||
* Set multiple metadata values using defined metadata constants.
|
* Set multiple metadata values using defined metadata constants.
|
||||||
*
|
*
|
||||||
* @param array $p_md
|
* @param array $p_md
|
||||||
* example: $p_md['MDATA_KEY_URL'] = 'http://www.fake.com'
|
* example: $p_md['MDATA_KEY_URL'] = 'https://example.org'
|
||||||
*/
|
*/
|
||||||
public function setMetadata($p_md = null)
|
public function setMetadata($p_md = null)
|
||||||
{
|
{
|
||||||
|
@ -163,7 +163,7 @@ class Application_Model_StoredFile
|
||||||
* Set multiple metadata values using database columns as indexes.
|
* Set multiple metadata values using database columns as indexes.
|
||||||
*
|
*
|
||||||
* @param array $p_md
|
* @param array $p_md
|
||||||
* example: $p_md['url'] = 'http://www.fake.com'
|
* example: $p_md['url'] = 'https://www.example.com'
|
||||||
*/
|
*/
|
||||||
public function setDbColMetadata($p_md = null)
|
public function setDbColMetadata($p_md = null)
|
||||||
{
|
{
|
||||||
|
|
|
@ -179,7 +179,7 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
|
||||||
$mediaUrl = null;
|
$mediaUrl = null;
|
||||||
if ($result == 0) {
|
if ($result == 0) {
|
||||||
$valid['url'][0] = false;
|
$valid['url'][0] = false;
|
||||||
$valid['url'][1] = _('URL should be of form "http://domain"');
|
$valid['url'][1] = _('URL should be of form "https://example.org"');
|
||||||
} elseif (strlen($url) > 512) {
|
} elseif (strlen($url) > 512) {
|
||||||
$valid['url'][0] = false;
|
$valid['url'][0] = false;
|
||||||
$valid['url'][1] = _('URL should be 512 characters or less');
|
$valid['url'][1] = _('URL should be 512 characters or less');
|
||||||
|
@ -344,7 +344,7 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
|
||||||
* 0 => "HTTP/1.1 302 Moved Temporarily",
|
* 0 => "HTTP/1.1 302 Moved Temporarily",
|
||||||
* 1 => "X-Powered-By: Servlet/3.0 JSP/2.2 (GlassFish Server Open Source Edition 3.1.1 Java/Sun Microsystems Inc./1.6)",
|
* 1 => "X-Powered-By: Servlet/3.0 JSP/2.2 (GlassFish Server Open Source Edition 3.1.1 Java/Sun Microsystems Inc./1.6)",
|
||||||
* 2 => "Server: GlassFish Server Open Source Edition 3.1.1",
|
* 2 => "Server: GlassFish Server Open Source Edition 3.1.1",
|
||||||
* 3 => "Location: https://3043.live.streamtheworld.com:80/SAM04AAC89_SC",
|
* 3 => "Location: https://example.org/SAM04AAC89_SC",
|
||||||
* 4 => "Content-Type: text/html;charset=ISO-8859-1",
|
* 4 => "Content-Type: text/html;charset=ISO-8859-1",
|
||||||
* 5 => "Content-Language: en-US",
|
* 5 => "Content-Language: en-US",
|
||||||
* 6 => "Content-Length: 202",
|
* 6 => "Content-Length: 202",
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Rest_RouteController.
|
* Class Rest_RouteController.
|
||||||
*
|
|
||||||
* Taken from https://github.com/aporat/Application_Rest_Controller_Route
|
|
||||||
* to enable hierarchy routing
|
|
||||||
*/
|
*/
|
||||||
class Rest_RouteController extends Zend_Controller_Router_Route
|
class Rest_RouteController extends Zend_Controller_Router_Route
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<div id="add_show_playlist_dropdown">
|
<div id="add_show_playlist_dropdown">
|
||||||
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"); ?></p>
|
<p><?php echo _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"); ?></p>
|
||||||
<dt id="add_show_autoplaylist_id">
|
<dt id="add_show_autoplaylist_id">
|
||||||
<label for="add_show_autoplaylist_id" class="required">
|
<label for="add_show_autoplaylist_id" class="required">
|
||||||
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel() ?>
|
<?php echo $this->element->getElement('add_show_autoplaylist_id')->getLabel() ?>
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Czech (Czech Republic)\n"
|
"Language-Team: Czech (Czech Republic)\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s - %s - %s není platné datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s : %s : %s není platný čas"
|
msgstr "%s : %s : %s není platný čas"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2584,7 +2584,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3966,8 +3966,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Délka by měla mít tvar \"00h 00m\""
|
msgstr "Délka by měla mít tvar \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL by měla mít tvar \"http://domain\""
|
msgstr "URL by měla mít tvar \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: German (Austria) <https://hosted.weblate.org/projects/libretime/legacy/de_AT/>\n"
|
"Language-Team: German (Austria) <https://hosted.weblate.org/projects/libretime/legacy/de_AT/>\n"
|
||||||
|
@ -37,543 +37,543 @@ msgstr "%s-%s-%s ist kein gültiges Datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s-%s-%s ist kein gültiger Zeitpunkt"
|
msgstr "%s-%s-%s ist kein gültiger Zeitpunkt"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2594,7 +2594,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3976,8 +3976,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Dauer im Format \"00h 00m\" eingeben."
|
msgstr "Dauer im Format \"00h 00m\" eingeben."
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL im Format \"http://domain\" eingeben."
|
msgstr "URL im Format \"https://example.org\" eingeben."
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -14,7 +14,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-07-30 21:18+0000\n"
|
"PO-Revision-Date: 2022-07-30 21:18+0000\n"
|
||||||
"Last-Translator: Domenik Töfflinger <domenikt96@yahoo.de>\n"
|
"Last-Translator: Domenik Töfflinger <domenikt96@yahoo.de>\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/libretime/legacy/de/>\n"
|
"Language-Team: German <https://hosted.weblate.org/projects/libretime/legacy/de/>\n"
|
||||||
|
@ -40,543 +40,543 @@ msgstr "%s-%s-%s ist kein gültiges Datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s-%s-%s ist kein gültiger Zeitpunkt"
|
msgstr "%s-%s-%s ist kein gültiger Zeitpunkt"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Englisch"
|
msgstr "Englisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Afar"
|
msgstr "Afar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Abchasisch"
|
msgstr "Abchasisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Afrikaans"
|
msgstr "Afrikaans"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Amharisch"
|
msgstr "Amharisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Arabisch"
|
msgstr "Arabisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Assamesisch"
|
msgstr "Assamesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Aymarisch"
|
msgstr "Aymarisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Azerbaijani"
|
msgstr "Azerbaijani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Bashkirisch"
|
msgstr "Bashkirisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Belarussisch"
|
msgstr "Belarussisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Bulgarisch"
|
msgstr "Bulgarisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Biharisch"
|
msgstr "Biharisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Bislamisch"
|
msgstr "Bislamisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Bengalisch"
|
msgstr "Bengalisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Tibetanisch"
|
msgstr "Tibetanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Bretonisch"
|
msgstr "Bretonisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Katalanisch"
|
msgstr "Katalanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Korsisch"
|
msgstr "Korsisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Tschechisch"
|
msgstr "Tschechisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Walisisch"
|
msgstr "Walisisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Dänisch"
|
msgstr "Dänisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Deutsch"
|
msgstr "Deutsch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Dzongkha"
|
msgstr "Dzongkha"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Griechisch"
|
msgstr "Griechisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Esperanto"
|
msgstr "Esperanto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spanisch"
|
msgstr "Spanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Estnisch"
|
msgstr "Estnisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Baskisch"
|
msgstr "Baskisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Persisch"
|
msgstr "Persisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Finnisch"
|
msgstr "Finnisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Fijianisch"
|
msgstr "Fijianisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Färöisch"
|
msgstr "Färöisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "Französisch"
|
msgstr "Französisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Friesisch"
|
msgstr "Friesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Irisch"
|
msgstr "Irisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Schottisches Gälisch"
|
msgstr "Schottisches Gälisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Galizisch"
|
msgstr "Galizisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Guarani"
|
msgstr "Guarani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Gujaratisch"
|
msgstr "Gujaratisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Haussa"
|
msgstr "Haussa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Hindi"
|
msgstr "Hindi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Kroatisch"
|
msgstr "Kroatisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Ungarisch"
|
msgstr "Ungarisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Armenisch"
|
msgstr "Armenisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Interlingua"
|
msgstr "Interlingua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Interlingue"
|
msgstr "Interlingue"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Inupiak"
|
msgstr "Inupiak"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Indonesisch"
|
msgstr "Indonesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Isländisch"
|
msgstr "Isländisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italienisch"
|
msgstr "Italienisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Hebräisch"
|
msgstr "Hebräisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Japanisch"
|
msgstr "Japanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Jiddisch"
|
msgstr "Jiddisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Javanisch"
|
msgstr "Javanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Georgisch"
|
msgstr "Georgisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Kasachisch"
|
msgstr "Kasachisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Kalaallisut"
|
msgstr "Kalaallisut"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Kambodschanisch"
|
msgstr "Kambodschanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Kannada"
|
msgstr "Kannada"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Koreanisch"
|
msgstr "Koreanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Kaschmirisch"
|
msgstr "Kaschmirisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Kurdisch"
|
msgstr "Kurdisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Kirgisisch"
|
msgstr "Kirgisisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Latein"
|
msgstr "Latein"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Lingala"
|
msgstr "Lingala"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Laotisch"
|
msgstr "Laotisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Litauisch"
|
msgstr "Litauisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Lettisch"
|
msgstr "Lettisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Madagassisch"
|
msgstr "Madagassisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Maorisch"
|
msgstr "Maorisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Mazedonisch"
|
msgstr "Mazedonisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Malayalam"
|
msgstr "Malayalam"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Mongolisch"
|
msgstr "Mongolisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Moldavisch"
|
msgstr "Moldavisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Marathi"
|
msgstr "Marathi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Malaysisch"
|
msgstr "Malaysisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Maltesisch"
|
msgstr "Maltesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr "Burmesisch"
|
msgstr "Burmesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr "Nauruisch"
|
msgstr "Nauruisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Nepalesisch"
|
msgstr "Nepalesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Niederländisch"
|
msgstr "Niederländisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Norwegisch"
|
msgstr "Norwegisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Okzitanisch"
|
msgstr "Okzitanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr "Oriya"
|
msgstr "Oriya"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Pandschabi"
|
msgstr "Pandschabi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Polnisch"
|
msgstr "Polnisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Paschtu"
|
msgstr "Paschtu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Portugiesisch"
|
msgstr "Portugiesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Quechua"
|
msgstr "Quechua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr "Rätoromanisch"
|
msgstr "Rätoromanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr "Kirundisch"
|
msgstr "Kirundisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Rumänisch"
|
msgstr "Rumänisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Russisch"
|
msgstr "Russisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr "Kijarwanda"
|
msgstr "Kijarwanda"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Sanskrit"
|
msgstr "Sanskrit"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr "Sindhi"
|
msgstr "Sindhi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr "Sango"
|
msgstr "Sango"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Serbokroatisch"
|
msgstr "Serbokroatisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr "Singhalesisch"
|
msgstr "Singhalesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Slowakisch"
|
msgstr "Slowakisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Slowenisch"
|
msgstr "Slowenisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr "Samoanisch"
|
msgstr "Samoanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr "Schonisch"
|
msgstr "Schonisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr "Somalisch"
|
msgstr "Somalisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Albanisch"
|
msgstr "Albanisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Serbisch"
|
msgstr "Serbisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr "Swasiländisch"
|
msgstr "Swasiländisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr "Sesothisch"
|
msgstr "Sesothisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr "Sundanesisch"
|
msgstr "Sundanesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "Schwedisch"
|
msgstr "Schwedisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr "Swahili"
|
msgstr "Swahili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Tamilisch"
|
msgstr "Tamilisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr "Tegulu"
|
msgstr "Tegulu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Tadschikisch"
|
msgstr "Tadschikisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Thai"
|
msgstr "Thai"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr "Tigrinja"
|
msgstr "Tigrinja"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Türkmenisch"
|
msgstr "Türkmenisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr "Tagalog"
|
msgstr "Tagalog"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr "Sezuan"
|
msgstr "Sezuan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr "Tongaisch"
|
msgstr "Tongaisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Türkisch"
|
msgstr "Türkisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr "Tsongaisch"
|
msgstr "Tsongaisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Tatarisch"
|
msgstr "Tatarisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr "Twi"
|
msgstr "Twi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrainisch"
|
msgstr "Ukrainisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Urdu"
|
msgstr "Urdu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Usbekisch"
|
msgstr "Usbekisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr "Vietnamesisch"
|
msgstr "Vietnamesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr "Volapük"
|
msgstr "Volapük"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr "Wolof"
|
msgstr "Wolof"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr "Xhosa"
|
msgstr "Xhosa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr "Yoruba"
|
msgstr "Yoruba"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Chinesisch"
|
msgstr "Chinesisch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr "Zulu"
|
msgstr "Zulu"
|
||||||
|
|
||||||
|
@ -2597,7 +2597,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3979,8 +3979,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Dauer im Format \"00h 00m\" eingeben."
|
msgstr "Dauer im Format \"00h 00m\" eingeben."
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL im Format \"http://domain\" eingeben."
|
msgstr "URL im Format \"https://example.org\" eingeben."
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: Greek <https://hosted.weblate.org/projects/libretime/legacy/el/>\n"
|
"Language-Team: Greek <https://hosted.weblate.org/projects/libretime/legacy/el/>\n"
|
||||||
|
@ -37,543 +37,543 @@ msgstr "%s-%s-%s δεν αποτελεί έγκυρη ημερομηνία"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s : %s : %s δεν αποτελεί έγκυρη ώρα"
|
msgstr "%s : %s : %s δεν αποτελεί έγκυρη ώρα"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2585,7 +2585,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3967,8 +3967,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Το μήκος πρέπει να είναι υπό μορφής \"00h 00m\""
|
msgstr "Το μήκος πρέπει να είναι υπό μορφής \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "Το URL θα πρέπει να είναι υπό μορφής \"http://domain \""
|
msgstr "Το URL θα πρέπει να είναι υπό μορφής \"https://example.org \""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: English (Canada)\n"
|
"Language-Team: English (Canada)\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s-%s-%s is not a valid date"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s is not a valid time"
|
msgstr "%s:%s:%s is not a valid time"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2584,7 +2584,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3966,8 +3966,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Length should be of form \"00h 00m\""
|
msgstr "Length should be of form \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL should be of form \"http://domain\""
|
msgstr "URL should be of form \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-07-14 09:18+0000\n"
|
"PO-Revision-Date: 2022-07-14 09:18+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/libretime/legacy/en_GB/>\n"
|
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/libretime/legacy/en_GB/>\n"
|
||||||
|
@ -37,545 +37,545 @@ msgstr "%s-%s-%s is not a valid date"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s is not a valid time"
|
msgstr "%s:%s:%s is not a valid time"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "English (United Kingdom)"
|
msgstr "English (United Kingdom)"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Afar"
|
msgstr "Afar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Abkhazian"
|
msgstr "Abkhazian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Afrikaans"
|
msgstr "Afrikaans"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Amharic"
|
msgstr "Amharic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Arabic"
|
msgstr "Arabic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Assamese"
|
msgstr "Assamese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Aymara"
|
msgstr "Aymara"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Azerbaijani"
|
msgstr "Azerbaijani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Bashkir"
|
msgstr "Bashkir"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Bashkir"
|
msgstr "Bashkir"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Bulgarian"
|
msgstr "Bulgarian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Bihari"
|
msgstr "Bihari"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Bislama"
|
msgstr "Bislama"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Bengali"
|
msgstr "Bengali"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Tibetan"
|
msgstr "Tibetan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Breton"
|
msgstr "Breton"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Catalan"
|
msgstr "Catalan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Corsican"
|
msgstr "Corsican"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Czech"
|
msgstr "Czech"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Welsh"
|
msgstr "Welsh"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Danish"
|
msgstr "Danish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "German"
|
msgstr "German"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Bhutani"
|
msgstr "Bhutani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Greek"
|
msgstr "Greek"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Esperanto"
|
msgstr "Esperanto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spanish"
|
msgstr "Spanish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Estonian"
|
msgstr "Estonian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Basque"
|
msgstr "Basque"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Persian"
|
msgstr "Persian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Finnish"
|
msgstr "Finnish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Fiji"
|
msgstr "Fiji"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Faeroese"
|
msgstr "Faeroese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "French"
|
msgstr "French"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Frisian"
|
msgstr "Frisian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Irish"
|
msgstr "Irish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Scots/Gaelic"
|
msgstr "Scots/Gaelic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Galician"
|
msgstr "Galician"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Guarani"
|
msgstr "Guarani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Gujarati"
|
msgstr "Gujarati"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Hausa"
|
msgstr "Hausa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Hindi"
|
msgstr "Hindi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Croatian"
|
msgstr "Croatian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Hungarian"
|
msgstr "Hungarian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Armenian"
|
msgstr "Armenian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Interlingua"
|
msgstr "Interlingua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Interlingue"
|
msgstr "Interlingue"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Inupiak"
|
msgstr "Inupiak"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Indonesian"
|
msgstr "Indonesian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Icelandic"
|
msgstr "Icelandic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italian"
|
msgstr "Italian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Hebrew"
|
msgstr "Hebrew"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Japanese"
|
msgstr "Japanese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Yiddish"
|
msgstr "Yiddish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Javanese"
|
msgstr "Javanese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Georgian"
|
msgstr "Georgian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Kazakh"
|
msgstr "Kazakh"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Greenlandic"
|
msgstr "Greenlandic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Cambodian"
|
msgstr "Cambodian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Kannada"
|
msgstr "Kannada"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Korean"
|
msgstr "Korean"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Kashmiri"
|
msgstr "Kashmiri"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Kurdish"
|
msgstr "Kurdish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Kirghiz"
|
msgstr "Kirghiz"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Latin"
|
msgstr "Latin"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Lingala"
|
msgstr "Lingala"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Laothian"
|
msgstr "Laothian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Lithuanian"
|
msgstr "Lithuanian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Latvian/Lettish"
|
msgstr "Latvian/Lettish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Malagasy"
|
msgstr "Malagasy"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Maori"
|
msgstr "Maori"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Macedonian"
|
msgstr "Macedonian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Malayalam"
|
msgstr "Malayalam"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Mongolian"
|
msgstr "Mongolian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Moldavian"
|
msgstr "Moldavian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Marathi"
|
msgstr "Marathi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Malay"
|
msgstr "Malay"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Maltese"
|
msgstr "Maltese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2589,7 +2589,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3983,8 +3983,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Length should be of form \"00h 00m\""
|
msgstr "Length should be of form \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL should be of form \"http://domain\""
|
msgstr "URL should be of form \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: English (United States)\n"
|
"Language-Team: English (United States)\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s-%s-%s is not a valid date"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s is not a valid time"
|
msgstr "%s:%s:%s is not a valid time"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2584,7 +2584,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3966,8 +3966,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Length should be of form \"00h 00m\""
|
msgstr "Length should be of form \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL should be of form \"http://domain\""
|
msgstr "URL should be of form \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -13,7 +13,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2017-07-19 15:51+0000\n"
|
"PO-Revision-Date: 2017-07-19 15:51+0000\n"
|
||||||
"Last-Translator: Xabier Arrabal <xabierarrabal@gmail.com>\n"
|
"Last-Translator: Xabier Arrabal <xabierarrabal@gmail.com>\n"
|
||||||
"Language-Team: Spanish (Spain)\n"
|
"Language-Team: Spanish (Spain)\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%s no es una fecha válida"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s no es una hora válida"
|
msgstr "%s:%s:%s no es una hora válida"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2595,7 +2595,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3989,8 +3989,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "La duración debe estar en el formato \"00h 00m\""
|
msgstr "La duración debe estar en el formato \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "El URL debe estar en el formato \"http://domain\""
|
msgstr "El URL debe estar en el formato \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-07-06 05:21+0000\n"
|
"PO-Revision-Date: 2022-07-06 05:21+0000\n"
|
||||||
"Last-Translator: Maxime Leroy <lisacintosh@gmail.com>\n"
|
"Last-Translator: Maxime Leroy <lisacintosh@gmail.com>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/libretime/legacy/fr/>\n"
|
"Language-Team: French <https://hosted.weblate.org/projects/libretime/legacy/fr/>\n"
|
||||||
|
@ -37,543 +37,543 @@ msgstr "%s-%s-%s n'est pas une date valide"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s n'est pas une durée valide"
|
msgstr "%s:%s:%s n'est pas une durée valide"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Anglais"
|
msgstr "Anglais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Afar"
|
msgstr "Afar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Abkhaze"
|
msgstr "Abkhaze"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Afrikaans"
|
msgstr "Afrikaans"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Amharique"
|
msgstr "Amharique"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Arabe"
|
msgstr "Arabe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Assamais"
|
msgstr "Assamais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Aymara"
|
msgstr "Aymara"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Azerbaïdjanais"
|
msgstr "Azerbaïdjanais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Bachkir"
|
msgstr "Bachkir"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Biélorusse"
|
msgstr "Biélorusse"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Bulgare"
|
msgstr "Bulgare"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Bihari"
|
msgstr "Bihari"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Bichelamar"
|
msgstr "Bichelamar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Bengali"
|
msgstr "Bengali"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Tibétain"
|
msgstr "Tibétain"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Breton"
|
msgstr "Breton"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Catalan"
|
msgstr "Catalan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Corse"
|
msgstr "Corse"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Tchèque"
|
msgstr "Tchèque"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Gallois"
|
msgstr "Gallois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Danois"
|
msgstr "Danois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Allemand"
|
msgstr "Allemand"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Dzongkha"
|
msgstr "Dzongkha"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Grec"
|
msgstr "Grec"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Espéranto"
|
msgstr "Espéranto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Espagnol"
|
msgstr "Espagnol"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Estonien"
|
msgstr "Estonien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Basque"
|
msgstr "Basque"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Persan"
|
msgstr "Persan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Finnois"
|
msgstr "Finnois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Fidjien"
|
msgstr "Fidjien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Féroïen"
|
msgstr "Féroïen"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "Français"
|
msgstr "Français"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Frison"
|
msgstr "Frison"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Irlandais"
|
msgstr "Irlandais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Gaélique écossais"
|
msgstr "Gaélique écossais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Galicien"
|
msgstr "Galicien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Guarani"
|
msgstr "Guarani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Goudjarati"
|
msgstr "Goudjarati"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Haoussa"
|
msgstr "Haoussa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Hindi"
|
msgstr "Hindi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Croate"
|
msgstr "Croate"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Hongrois"
|
msgstr "Hongrois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Arménien"
|
msgstr "Arménien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Interlingua"
|
msgstr "Interlingua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Interlingue"
|
msgstr "Interlingue"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Inupiak"
|
msgstr "Inupiak"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Indonésien"
|
msgstr "Indonésien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Islandais"
|
msgstr "Islandais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italien"
|
msgstr "Italien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Hébreu"
|
msgstr "Hébreu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Japonais"
|
msgstr "Japonais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Yiddish"
|
msgstr "Yiddish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Javanais"
|
msgstr "Javanais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Géorgien"
|
msgstr "Géorgien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Kazakh"
|
msgstr "Kazakh"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Groenlandais"
|
msgstr "Groenlandais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Cambodgien"
|
msgstr "Cambodgien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Kannada"
|
msgstr "Kannada"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Coréen"
|
msgstr "Coréen"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Cachemire"
|
msgstr "Cachemire"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Kurde"
|
msgstr "Kurde"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Kirghiz"
|
msgstr "Kirghiz"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Latin"
|
msgstr "Latin"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Lingala"
|
msgstr "Lingala"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Lao"
|
msgstr "Lao"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Lituanien"
|
msgstr "Lituanien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Letton"
|
msgstr "Letton"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Malgache"
|
msgstr "Malgache"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Maori"
|
msgstr "Maori"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Macédonien"
|
msgstr "Macédonien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Malayalam"
|
msgstr "Malayalam"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Mongol"
|
msgstr "Mongol"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Moldave"
|
msgstr "Moldave"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Marathi"
|
msgstr "Marathi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Malais"
|
msgstr "Malais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Maltais"
|
msgstr "Maltais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr "Birman"
|
msgstr "Birman"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr "Nauru"
|
msgstr "Nauru"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Népalais"
|
msgstr "Népalais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Néerlandais"
|
msgstr "Néerlandais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Norvégien"
|
msgstr "Norvégien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Occitan"
|
msgstr "Occitan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr "(Afan) / Oromoor / Oriya"
|
msgstr "(Afan) / Oromoor / Oriya"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Pendjabi"
|
msgstr "Pendjabi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Polonais"
|
msgstr "Polonais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Pachto"
|
msgstr "Pachto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Portugais"
|
msgstr "Portugais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Quetchua"
|
msgstr "Quetchua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr "Romanche"
|
msgstr "Romanche"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr "Kirundi"
|
msgstr "Kirundi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Roumain"
|
msgstr "Roumain"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Russe"
|
msgstr "Russe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr "Kinyarwanda"
|
msgstr "Kinyarwanda"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Sanskrit"
|
msgstr "Sanskrit"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr "Sindhi"
|
msgstr "Sindhi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr "Sangro"
|
msgstr "Sangro"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Serbo-croate"
|
msgstr "Serbo-croate"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr "Singhalais"
|
msgstr "Singhalais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Slovaque"
|
msgstr "Slovaque"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Slovène"
|
msgstr "Slovène"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr "Samoan"
|
msgstr "Samoan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr "Shona"
|
msgstr "Shona"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr "Somali"
|
msgstr "Somali"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Albanais"
|
msgstr "Albanais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Serbe"
|
msgstr "Serbe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr "Siswati"
|
msgstr "Siswati"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr "Sesotho"
|
msgstr "Sesotho"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr "Soundanais"
|
msgstr "Soundanais"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "Suédois"
|
msgstr "Suédois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr "Swahili"
|
msgstr "Swahili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Tamil"
|
msgstr "Tamil"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr "Télougou"
|
msgstr "Télougou"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Tadjik"
|
msgstr "Tadjik"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Thaï"
|
msgstr "Thaï"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr "Tigrigna"
|
msgstr "Tigrigna"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Turkmène"
|
msgstr "Turkmène"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr "Tagalog"
|
msgstr "Tagalog"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr "Setswana"
|
msgstr "Setswana"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr "Tonguien"
|
msgstr "Tonguien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Turc"
|
msgstr "Turc"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr "Tsonga"
|
msgstr "Tsonga"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Tatar"
|
msgstr "Tatar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr "Twi"
|
msgstr "Twi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrainien"
|
msgstr "Ukrainien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Ourdou"
|
msgstr "Ourdou"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Ouzbek"
|
msgstr "Ouzbek"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr "Vietnamien"
|
msgstr "Vietnamien"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr "Volapük"
|
msgstr "Volapük"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr "Wolof"
|
msgstr "Wolof"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr "Xhosa"
|
msgstr "Xhosa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr "Yoruba"
|
msgstr "Yoruba"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Chinois"
|
msgstr "Chinois"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr "Zoulou"
|
msgstr "Zoulou"
|
||||||
|
|
||||||
|
@ -2594,7 +2594,7 @@ msgid "Type"
|
||||||
msgstr "Type"
|
msgstr "Type"
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3990,8 +3990,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "La durée doit être de la forme \"00h 00m\""
|
msgstr "La durée doit être de la forme \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL doit être de la forme \"http://domain\""
|
msgstr "URL doit être de la forme \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-08-14 21:20+0000\n"
|
"PO-Revision-Date: 2022-08-14 21:20+0000\n"
|
||||||
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
|
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
|
||||||
"Language-Team: Croatian <https://hosted.weblate.org/projects/libretime/legacy/hr/>\n"
|
"Language-Team: Croatian <https://hosted.weblate.org/projects/libretime/legacy/hr/>\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s-%s-%s nije ispravan datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s nije ispravno vrijeme"
|
msgstr "%s:%s:%s nije ispravno vrijeme"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2585,7 +2585,7 @@ msgid "Type"
|
||||||
msgstr "Vrsta"
|
msgstr "Vrsta"
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3978,8 +3978,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Duljina mora biti u obliku „00h 00m”"
|
msgstr "Duljina mora biti u obliku „00h 00m”"
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL mora biti u obliku „http://domain”"
|
msgstr "URL mora biti u obliku „https://example.org”"
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-12-27 20:52+0000\n"
|
"PO-Revision-Date: 2021-12-27 20:52+0000\n"
|
||||||
"Last-Translator: f3rr31 <5920873@disroot.org>\n"
|
"Last-Translator: f3rr31 <5920873@disroot.org>\n"
|
||||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/libretime/legacy/hu/>\n"
|
"Language-Team: Hungarian <https://hosted.weblate.org/projects/libretime/legacy/hu/>\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%s érvénytelen dátum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s érvénytelen időpont"
|
msgstr "%s:%s:%s érvénytelen időpont"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "English"
|
msgstr "English"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Afar"
|
msgstr "Afar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Abkhazian"
|
msgstr "Abkhazian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Afrikaans"
|
msgstr "Afrikaans"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Amharic"
|
msgstr "Amharic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Arabic"
|
msgstr "Arabic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Assamese"
|
msgstr "Assamese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Aymara"
|
msgstr "Aymara"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Azerbaijani"
|
msgstr "Azerbaijani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Bashkir"
|
msgstr "Bashkir"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Belarusian"
|
msgstr "Belarusian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Bulgarian"
|
msgstr "Bulgarian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Bihari"
|
msgstr "Bihari"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Bislama"
|
msgstr "Bislama"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Bengali/Bangla"
|
msgstr "Bengali/Bangla"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Tibetan"
|
msgstr "Tibetan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Breton"
|
msgstr "Breton"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Catalan"
|
msgstr "Catalan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Corsican"
|
msgstr "Corsican"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Czech"
|
msgstr "Czech"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Welsh"
|
msgstr "Welsh"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Danish"
|
msgstr "Danish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "German"
|
msgstr "German"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Bhutani"
|
msgstr "Bhutani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Greek"
|
msgstr "Greek"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Esperanto"
|
msgstr "Esperanto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Spanish"
|
msgstr "Spanish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Estonian"
|
msgstr "Estonian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Basque"
|
msgstr "Basque"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Persian"
|
msgstr "Persian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Finnish"
|
msgstr "Finnish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Fiji"
|
msgstr "Fiji"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Faeroese"
|
msgstr "Faeroese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "French"
|
msgstr "French"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Frisian"
|
msgstr "Frisian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Irish"
|
msgstr "Irish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Scots/Gaelic"
|
msgstr "Scots/Gaelic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Galician"
|
msgstr "Galician"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Guarani"
|
msgstr "Guarani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Gujarati"
|
msgstr "Gujarati"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Hausa"
|
msgstr "Hausa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Hindi"
|
msgstr "Hindi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Croatian"
|
msgstr "Croatian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "magyar"
|
msgstr "magyar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Armenian"
|
msgstr "Armenian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Interlingua"
|
msgstr "Interlingua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Interlingue"
|
msgstr "Interlingue"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Inupiak"
|
msgstr "Inupiak"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Indonesian"
|
msgstr "Indonesian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Icelandic"
|
msgstr "Icelandic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Italian"
|
msgstr "Italian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Hebrew"
|
msgstr "Hebrew"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Japanese"
|
msgstr "Japanese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Yiddish"
|
msgstr "Yiddish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Javanese"
|
msgstr "Javanese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Georgian"
|
msgstr "Georgian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Kazakh"
|
msgstr "Kazakh"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Greenlandic"
|
msgstr "Greenlandic"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Cambodian"
|
msgstr "Cambodian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Kannada"
|
msgstr "Kannada"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Korean"
|
msgstr "Korean"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Kashmiri"
|
msgstr "Kashmiri"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Kurdish"
|
msgstr "Kurdish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Kirghiz"
|
msgstr "Kirghiz"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Latin"
|
msgstr "Latin"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Lingala"
|
msgstr "Lingala"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Laothian"
|
msgstr "Laothian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Lithuanian"
|
msgstr "Lithuanian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Latvian/Lettish"
|
msgstr "Latvian/Lettish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Malagasy"
|
msgstr "Malagasy"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Maori"
|
msgstr "Maori"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Macedonian"
|
msgstr "Macedonian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Malayalam"
|
msgstr "Malayalam"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Mongolian"
|
msgstr "Mongolian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Moldavian"
|
msgstr "Moldavian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Marathi"
|
msgstr "Marathi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Malay"
|
msgstr "Malay"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Maltese"
|
msgstr "Maltese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr "Burmese"
|
msgstr "Burmese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr "Nauru"
|
msgstr "Nauru"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Nepali"
|
msgstr "Nepali"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Dutch"
|
msgstr "Dutch"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Norwegian"
|
msgstr "Norwegian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Occitan"
|
msgstr "Occitan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr "(Afan)/Oromoor/Oriya"
|
msgstr "(Afan)/Oromoor/Oriya"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Punjabi"
|
msgstr "Punjabi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Polish"
|
msgstr "Polish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Pashto/Pushto"
|
msgstr "Pashto/Pushto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Portuguese"
|
msgstr "Portuguese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Quechua"
|
msgstr "Quechua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr "Rhaeto-Romance"
|
msgstr "Rhaeto-Romance"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr "Kirundi"
|
msgstr "Kirundi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Romanian"
|
msgstr "Romanian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Russian"
|
msgstr "Russian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr "Kinyarwanda"
|
msgstr "Kinyarwanda"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Sanskrit"
|
msgstr "Sanskrit"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr "Sindhi"
|
msgstr "Sindhi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr "Sangro"
|
msgstr "Sangro"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Serbo-Croatian"
|
msgstr "Serbo-Croatian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr "Singhalese"
|
msgstr "Singhalese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Slovak"
|
msgstr "Slovak"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Slovenian"
|
msgstr "Slovenian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr "Samoan"
|
msgstr "Samoan"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr "Shona"
|
msgstr "Shona"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr "Somali"
|
msgstr "Somali"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Albanian"
|
msgstr "Albanian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Serbian"
|
msgstr "Serbian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr "Siswati"
|
msgstr "Siswati"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr "Sesotho"
|
msgstr "Sesotho"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr "Sundanese"
|
msgstr "Sundanese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "Swedish"
|
msgstr "Swedish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr "Swahili"
|
msgstr "Swahili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Tamil"
|
msgstr "Tamil"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr "Tegulu"
|
msgstr "Tegulu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Tajik"
|
msgstr "Tajik"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Thai"
|
msgstr "Thai"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr "Tigrinya"
|
msgstr "Tigrinya"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Turkmen"
|
msgstr "Turkmen"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr "Tagalog"
|
msgstr "Tagalog"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr "Setswana"
|
msgstr "Setswana"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr "Tonga"
|
msgstr "Tonga"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Turkish"
|
msgstr "Turkish"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr "Tsonga"
|
msgstr "Tsonga"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Tatar"
|
msgstr "Tatar"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr "Twi"
|
msgstr "Twi"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukrainian"
|
msgstr "Ukrainian"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Urdu"
|
msgstr "Urdu"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Uzbek"
|
msgstr "Uzbek"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr "Vietnamese"
|
msgstr "Vietnamese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr "Volapuk"
|
msgstr "Volapuk"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr "Wolof"
|
msgstr "Wolof"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr "Xhosa"
|
msgstr "Xhosa"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr "Yoruba"
|
msgstr "Yoruba"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Chinese"
|
msgstr "Chinese"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr "Zulu"
|
msgstr "Zulu"
|
||||||
|
|
||||||
|
@ -2601,7 +2601,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -4004,8 +4004,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "A hosszúság formája \"00ó 00p\""
|
msgstr "A hosszúság formája \"00ó 00p\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "Az URL-t „http://domain” formában kell megadni"
|
msgstr "Az URL-t „https://example.org” formában kell megadni"
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
|
"Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/libretime/legacy/it/>\n"
|
"Language-Team: Italian <https://hosted.weblate.org/projects/libretime/legacy/it/>\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%s non è una data valida"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s non è un ora valida"
|
msgstr "%s:%s:%s non è un ora valida"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2586,7 +2586,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3968,8 +3968,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "La lunghezza deve essere nella forma \"00h 00m\""
|
msgstr "La lunghezza deve essere nella forma \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL deve essere nella forma \"http://domain\""
|
msgstr "URL deve essere nella forma \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/libretime/legacy/ja/>\n"
|
"Language-Team: Japanese <https://hosted.weblate.org/projects/libretime/legacy/ja/>\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%sは正しい日付ではありません"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%sは正しい時間ではありません"
|
msgstr "%s:%s:%sは正しい時間ではありません"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2584,7 +2584,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3966,8 +3966,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "時間は \"00h 00m\"の形式にしてください。"
|
msgstr "時間は \"00h 00m\"の形式にしてください。"
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL は\"http://domain\"の形式で入力してください。"
|
msgstr "URL は\"https://example.org\"の形式で入力してください。"
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Korean (Korea)\n"
|
"Language-Team: Korean (Korea)\n"
|
||||||
|
@ -35,543 +35,543 @@ msgstr "%s-%s-%s는 맞지 않는 날짜 입니다"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s는 맞지 않는 시간 입니다"
|
msgstr "%s:%s:%s는 맞지 않는 시간 입니다"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2581,7 +2581,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3963,8 +3963,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "길이는 \"00h 00m\"의 형태 여야 합니다 "
|
msgstr "길이는 \"00h 00m\"의 형태 여야 합니다 "
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL은 \"http://domain\" 형태여야 합니다"
|
msgstr "URL은 \"https://example.org\" 형태여야 합니다"
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/libretime/legacy/nl/>\n"
|
"Language-Team: Dutch <https://hosted.weblate.org/projects/libretime/legacy/nl/>\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%s dit is geen geldige datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s Dit is geen geldige tijd"
|
msgstr "%s:%s:%s Dit is geen geldige tijd"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2588,7 +2588,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3970,8 +3970,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Length should be of form \"00h 00m\""
|
msgstr "Length should be of form \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL should be of form \"http://domain\""
|
msgstr "URL should be of form \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Polish (Poland)\n"
|
"Language-Team: Polish (Poland)\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s-%s-%s nie jest poprawną datą"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s nie jest prawidłowym czasem"
|
msgstr "%s:%s:%s nie jest prawidłowym czasem"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2584,7 +2584,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3966,8 +3966,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Długość powinna mieć postać \"00h 00m\""
|
msgstr "Długość powinna mieć postać \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL powinien mieć postać \"http://domain\""
|
msgstr "URL powinien mieć postać \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
"PO-Revision-Date: 2021-10-17 08:09+0000\n"
|
||||||
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
"Last-Translator: Kyle Robbertze <github@paddatrapper.com>\n"
|
||||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/libretime/legacy/pt_BR/>\n"
|
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/libretime/legacy/pt_BR/>\n"
|
||||||
|
@ -38,543 +38,543 @@ msgstr "%s-%s-%s não é uma data válida"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s não é um horário válido"
|
msgstr "%s:%s:%s não é um horário válido"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2586,7 +2586,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3968,8 +3968,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "A duração deve ser informada no formato \"00h 00m\""
|
msgstr "A duração deve ser informada no formato \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "A URL deve estar no formato \"http://domain\""
|
msgstr "A URL deve estar no formato \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -17,7 +17,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-06-05 10:17+0000\n"
|
"PO-Revision-Date: 2022-06-05 10:17+0000\n"
|
||||||
"Last-Translator: МАН69К <weblate@mah69k.net>\n"
|
"Last-Translator: МАН69К <weblate@mah69k.net>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/libretime/legacy/ru/>\n"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/libretime/legacy/ru/>\n"
|
||||||
|
@ -43,543 +43,543 @@ msgstr "%s - %s - %s недопустимая дата"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s : %s : %s недопустимое время"
|
msgstr "%s : %s : %s недопустимое время"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Английский"
|
msgstr "Английский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Афар"
|
msgstr "Афар"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Абхазский"
|
msgstr "Абхазский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Африкаанс"
|
msgstr "Африкаанс"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Амхарский"
|
msgstr "Амхарский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Арабский"
|
msgstr "Арабский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Ассамский"
|
msgstr "Ассамский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Аймара"
|
msgstr "Аймара"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Азербаджанский"
|
msgstr "Азербаджанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Башкирский"
|
msgstr "Башкирский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Белорусский"
|
msgstr "Белорусский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Болгарский"
|
msgstr "Болгарский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Бихари"
|
msgstr "Бихари"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Бислама"
|
msgstr "Бислама"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Бенгали"
|
msgstr "Бенгали"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Тибетский"
|
msgstr "Тибетский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Бретонский"
|
msgstr "Бретонский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Каталанский"
|
msgstr "Каталанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Корсиканский"
|
msgstr "Корсиканский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Чешский"
|
msgstr "Чешский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Вэльский"
|
msgstr "Вэльский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Данский"
|
msgstr "Данский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Немецкий"
|
msgstr "Немецкий"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Бутан"
|
msgstr "Бутан"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Греческий"
|
msgstr "Греческий"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Эсперанто"
|
msgstr "Эсперанто"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Испанский"
|
msgstr "Испанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Эстонский"
|
msgstr "Эстонский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Басков"
|
msgstr "Басков"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Персидский"
|
msgstr "Персидский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Финский"
|
msgstr "Финский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Фиджи"
|
msgstr "Фиджи"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Фарси"
|
msgstr "Фарси"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "Французский"
|
msgstr "Французский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Фризский"
|
msgstr "Фризский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Ирландский"
|
msgstr "Ирландский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Шотландский"
|
msgstr "Шотландский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Галицийский"
|
msgstr "Галицийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Гуананский"
|
msgstr "Гуананский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Гуджарати"
|
msgstr "Гуджарати"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Науса"
|
msgstr "Науса"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Хинди"
|
msgstr "Хинди"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Хорватский"
|
msgstr "Хорватский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Венгерский"
|
msgstr "Венгерский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Армянский"
|
msgstr "Армянский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Интернациональный"
|
msgstr "Интернациональный"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Интерлинг"
|
msgstr "Интерлинг"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Инупиак"
|
msgstr "Инупиак"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Индонезийский"
|
msgstr "Индонезийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Исландский"
|
msgstr "Исландский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Итальянский"
|
msgstr "Итальянский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Иврит"
|
msgstr "Иврит"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Японский"
|
msgstr "Японский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Иудейский"
|
msgstr "Иудейский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Яванский"
|
msgstr "Яванский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Грузинский"
|
msgstr "Грузинский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Казахский"
|
msgstr "Казахский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Гренландский"
|
msgstr "Гренландский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Камбоджийский"
|
msgstr "Камбоджийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Каннадский"
|
msgstr "Каннадский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Корейский"
|
msgstr "Корейский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Кашмирский"
|
msgstr "Кашмирский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Курдский"
|
msgstr "Курдский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Киргизский"
|
msgstr "Киргизский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Латынь"
|
msgstr "Латынь"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Лингала"
|
msgstr "Лингала"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Лаосский"
|
msgstr "Лаосский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Литовский"
|
msgstr "Литовский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Латвийский"
|
msgstr "Латвийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Малайзийский"
|
msgstr "Малайзийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Маори"
|
msgstr "Маори"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Македонский"
|
msgstr "Македонский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Малаямский"
|
msgstr "Малаямский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Монгольский"
|
msgstr "Монгольский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Молдавский"
|
msgstr "Молдавский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Маратхи"
|
msgstr "Маратхи"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Малайзийский"
|
msgstr "Малайзийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Мальтийский"
|
msgstr "Мальтийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr "Бирманский"
|
msgstr "Бирманский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr "Науру"
|
msgstr "Науру"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Непальский"
|
msgstr "Непальский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Немецкий"
|
msgstr "Немецкий"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Норвежский"
|
msgstr "Норвежский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Окситанский"
|
msgstr "Окситанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr "(Афан)/Оромур/Ория"
|
msgstr "(Афан)/Оромур/Ория"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Панджаби Эм Си"
|
msgstr "Панджаби Эм Си"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Польский"
|
msgstr "Польский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Пушту"
|
msgstr "Пушту"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Португальский"
|
msgstr "Португальский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Кечуа"
|
msgstr "Кечуа"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr "Рэето-романс"
|
msgstr "Рэето-романс"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr "Кирунди"
|
msgstr "Кирунди"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Румынский"
|
msgstr "Румынский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Русский"
|
msgstr "Русский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr "Киньяруанда"
|
msgstr "Киньяруанда"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Санскрит"
|
msgstr "Санскрит"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr "Синди"
|
msgstr "Синди"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr "Сангро"
|
msgstr "Сангро"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Сербский"
|
msgstr "Сербский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr "Синигальский"
|
msgstr "Синигальский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Словацкий"
|
msgstr "Словацкий"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Славянский"
|
msgstr "Славянский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr "Самоанский"
|
msgstr "Самоанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr "Шона"
|
msgstr "Шона"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr "Сомалийский"
|
msgstr "Сомалийский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Албанский"
|
msgstr "Албанский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Сербский"
|
msgstr "Сербский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr "Сисвати"
|
msgstr "Сисвати"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr "Сесото"
|
msgstr "Сесото"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr "Сунданский"
|
msgstr "Сунданский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "Шведский"
|
msgstr "Шведский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr "Суахили"
|
msgstr "Суахили"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Тамильский"
|
msgstr "Тамильский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr "Телугу"
|
msgstr "Телугу"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Таджикский"
|
msgstr "Таджикский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Тайский"
|
msgstr "Тайский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr "Тигринья"
|
msgstr "Тигринья"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Туркменский"
|
msgstr "Туркменский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr "Тагальский"
|
msgstr "Тагальский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr "Сетсвана"
|
msgstr "Сетсвана"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr "Тонга"
|
msgstr "Тонга"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Турецкий"
|
msgstr "Турецкий"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr "Тсонга"
|
msgstr "Тсонга"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Татарский"
|
msgstr "Татарский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr "Тви"
|
msgstr "Тви"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Украинский"
|
msgstr "Украинский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Урду"
|
msgstr "Урду"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Узбекский"
|
msgstr "Узбекский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr "Въетнамский"
|
msgstr "Въетнамский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr "Волапукский"
|
msgstr "Волапукский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr "Волоф"
|
msgstr "Волоф"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr "Хоса"
|
msgstr "Хоса"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr "Юрубский"
|
msgstr "Юрубский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Китайский"
|
msgstr "Китайский"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr "Зулу"
|
msgstr "Зулу"
|
||||||
|
|
||||||
|
@ -2598,7 +2598,7 @@ msgid "Type"
|
||||||
msgstr "Тип"
|
msgstr "Тип"
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3992,7 +3992,7 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Длительность должна быть указана в формате '00h 00min'"
|
msgstr "Длительность должна быть указана в формате '00h 00min'"
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL должен быть в формате \"http://домен\""
|
msgstr "URL должен быть в формате \"http://домен\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Serbian (Serbia)\n"
|
"Language-Team: Serbian (Serbia)\n"
|
||||||
|
@ -35,543 +35,543 @@ msgstr "%s-%s-%s није исправан датум"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s није исправан датум"
|
msgstr "%s:%s:%s није исправан датум"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2583,7 +2583,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3965,8 +3965,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Дужина мора да буде у облику \"00h 00m\""
|
msgstr "Дужина мора да буде у облику \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL мора да буде у облику \"http://domain\""
|
msgstr "URL мора да буде у облику \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Serbian (Latin) (Serbia)\n"
|
"Language-Team: Serbian (Latin) (Serbia)\n"
|
||||||
|
@ -35,543 +35,543 @@ msgstr "%s-%s-%s nije ispravan datum"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s nije ispravan datum"
|
msgstr "%s:%s:%s nije ispravan datum"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2583,7 +2583,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3965,8 +3965,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Dužina mora da bude u obliku \"00h 00m\""
|
msgstr "Dužina mora da bude u obliku \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL mora da bude u obliku \"http://domain\""
|
msgstr "URL mora da bude u obliku \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-06-28 07:22+0000\n"
|
"PO-Revision-Date: 2022-06-28 07:22+0000\n"
|
||||||
"Last-Translator: metezd <itoldyouthat@protonmail.com>\n"
|
"Last-Translator: metezd <itoldyouthat@protonmail.com>\n"
|
||||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/libretime/legacy/tr/>\n"
|
"Language-Team: Turkish <https://hosted.weblate.org/projects/libretime/legacy/tr/>\n"
|
||||||
|
@ -36,543 +36,543 @@ msgstr "%s-%s-%s geçerli bir tarih değil"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s geçerli bir zaman değil"
|
msgstr "%s:%s:%s geçerli bir zaman değil"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "İngilizce"
|
msgstr "İngilizce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Afarca"
|
msgstr "Afarca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Abhazca"
|
msgstr "Abhazca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Afrikanca"
|
msgstr "Afrikanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Amharca"
|
msgstr "Amharca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Arapça"
|
msgstr "Arapça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Assam dili"
|
msgstr "Assam dili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Aymaraca"
|
msgstr "Aymaraca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Azerice"
|
msgstr "Azerice"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Başkurtça"
|
msgstr "Başkurtça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Belarusça"
|
msgstr "Belarusça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Bulgarca"
|
msgstr "Bulgarca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Bihari"
|
msgstr "Bihari"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Bislama"
|
msgstr "Bislama"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Bengalce"
|
msgstr "Bengalce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Tibetçe"
|
msgstr "Tibetçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Bretonca"
|
msgstr "Bretonca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Katalanca"
|
msgstr "Katalanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Korsikaca"
|
msgstr "Korsikaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Çekçe"
|
msgstr "Çekçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Galce"
|
msgstr "Galce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Danca"
|
msgstr "Danca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Almanca"
|
msgstr "Almanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Bhutani"
|
msgstr "Bhutani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Yunanca"
|
msgstr "Yunanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Esperanto"
|
msgstr "Esperanto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "İspanyolca"
|
msgstr "İspanyolca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Estonca"
|
msgstr "Estonca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Baskça"
|
msgstr "Baskça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Farsça"
|
msgstr "Farsça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Fince"
|
msgstr "Fince"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Fiji"
|
msgstr "Fiji"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Faroece"
|
msgstr "Faroece"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "Fransızca"
|
msgstr "Fransızca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Frizce"
|
msgstr "Frizce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "İrlandaca"
|
msgstr "İrlandaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "İskoçça"
|
msgstr "İskoçça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Galiçyaca"
|
msgstr "Galiçyaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Guarani"
|
msgstr "Guarani"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Guceratça"
|
msgstr "Guceratça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Hausa dili"
|
msgstr "Hausa dili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Hintçe"
|
msgstr "Hintçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Hırvatça"
|
msgstr "Hırvatça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Macarca"
|
msgstr "Macarca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Ermenice"
|
msgstr "Ermenice"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "İnterlingua"
|
msgstr "İnterlingua"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "İnterlingue"
|
msgstr "İnterlingue"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Endonezyaca"
|
msgstr "Endonezyaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "İzlandaca"
|
msgstr "İzlandaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "İtalyanca"
|
msgstr "İtalyanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "İbranice"
|
msgstr "İbranice"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Japonca"
|
msgstr "Japonca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Yidçe"
|
msgstr "Yidçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Cavaca"
|
msgstr "Cavaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Gürcüce"
|
msgstr "Gürcüce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Kazakça"
|
msgstr "Kazakça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Grönlandca"
|
msgstr "Grönlandca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Kannada"
|
msgstr "Kannada"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Korece"
|
msgstr "Korece"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Kürtçe"
|
msgstr "Kürtçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Kırgızca"
|
msgstr "Kırgızca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Latince"
|
msgstr "Latince"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Litvanyaca"
|
msgstr "Litvanyaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Letonca/Lettçe"
|
msgstr "Letonca/Lettçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Madagaskarca"
|
msgstr "Madagaskarca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Maori dili"
|
msgstr "Maori dili"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Makedonca"
|
msgstr "Makedonca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Malayalamca"
|
msgstr "Malayalamca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Moğolca"
|
msgstr "Moğolca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Moldovyaca"
|
msgstr "Moldovyaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Malayca"
|
msgstr "Malayca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Maltaca"
|
msgstr "Maltaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Nepalce"
|
msgstr "Nepalce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Felemenkçe"
|
msgstr "Felemenkçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Norveççe"
|
msgstr "Norveççe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Oksitanca"
|
msgstr "Oksitanca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Pencapça"
|
msgstr "Pencapça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Lehçe"
|
msgstr "Lehçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Peştuca/Puşto"
|
msgstr "Peştuca/Puşto"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Portekizce"
|
msgstr "Portekizce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Keçuva"
|
msgstr "Keçuva"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Rumence"
|
msgstr "Rumence"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Rusça"
|
msgstr "Rusça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Sanskritçe"
|
msgstr "Sanskritçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Sırpça-Hırvatça"
|
msgstr "Sırpça-Hırvatça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Slovakça"
|
msgstr "Slovakça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Slovence"
|
msgstr "Slovence"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Arnavutça"
|
msgstr "Arnavutça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Sırpça"
|
msgstr "Sırpça"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "İsveççe"
|
msgstr "İsveççe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Tamilce"
|
msgstr "Tamilce"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Tacikçe"
|
msgstr "Tacikçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Türkmence"
|
msgstr "Türkmence"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Türkçe"
|
msgstr "Türkçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Tatarca"
|
msgstr "Tatarca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Ukraynaca"
|
msgstr "Ukraynaca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Urduca"
|
msgstr "Urduca"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Özbekçe"
|
msgstr "Özbekçe"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Çince"
|
msgstr "Çince"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2582,7 +2582,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3962,7 +3962,7 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2022-07-07 19:07+0000\n"
|
"PO-Revision-Date: 2022-07-07 19:07+0000\n"
|
||||||
"Last-Translator: Mykola <bondarchuk.nikola@gmail.com>\n"
|
"Last-Translator: Mykola <bondarchuk.nikola@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/libretime/legacy/uk/>\n"
|
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/libretime/legacy/uk/>\n"
|
||||||
|
@ -33,543 +33,543 @@ msgstr "%s-%s-%s дата недійсна"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s недійсний час"
|
msgstr "%s:%s:%s недійсний час"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr "Англійська"
|
msgstr "Англійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr "Афар"
|
msgstr "Афар"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr "Абхазька"
|
msgstr "Абхазька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr "Африканська"
|
msgstr "Африканська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr "Амхарська"
|
msgstr "Амхарська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr "Арабська"
|
msgstr "Арабська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr "Асамська"
|
msgstr "Асамська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr "Аймара"
|
msgstr "Аймара"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr "Азербайджанська"
|
msgstr "Азербайджанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr "Башкирська"
|
msgstr "Башкирська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr "Білоруська"
|
msgstr "Білоруська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr "Болгарська"
|
msgstr "Болгарська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr "Біхарі"
|
msgstr "Біхарі"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr "Біслама"
|
msgstr "Біслама"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr "Бенгальська/Бангла"
|
msgstr "Бенгальська/Бангла"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr "Тибетська"
|
msgstr "Тибетська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr "Бретонська"
|
msgstr "Бретонська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr "Каталонська"
|
msgstr "Каталонська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr "Корсиканська"
|
msgstr "Корсиканська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr "Чеська"
|
msgstr "Чеська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr "Валлійська"
|
msgstr "Валлійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr "Датська"
|
msgstr "Датська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr "Німецька"
|
msgstr "Німецька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr "Мови Бутану"
|
msgstr "Мови Бутану"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr "Грецька"
|
msgstr "Грецька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr "Есперанто"
|
msgstr "Есперанто"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr "Іспанська"
|
msgstr "Іспанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr "Естонська"
|
msgstr "Естонська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr "Баскська"
|
msgstr "Баскська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr "Перська"
|
msgstr "Перська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr "Фінська"
|
msgstr "Фінська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr "Фіджійська"
|
msgstr "Фіджійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr "Фарерська"
|
msgstr "Фарерська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr "Французька"
|
msgstr "Французька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr "Фризька"
|
msgstr "Фризька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr "Ірландська"
|
msgstr "Ірландська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr "Шотландська/Гельська"
|
msgstr "Шотландська/Гельська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr "Галісійська"
|
msgstr "Галісійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr "Гуарані"
|
msgstr "Гуарані"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr "Гуджаратська"
|
msgstr "Гуджаратська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr "Хауса"
|
msgstr "Хауса"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr "Хінді"
|
msgstr "Хінді"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr "Хорватська"
|
msgstr "Хорватська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr "Угорська"
|
msgstr "Угорська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr "Вірменська"
|
msgstr "Вірменська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr "Інтерлінгва"
|
msgstr "Інтерлінгва"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr "Окциденталь"
|
msgstr "Окциденталь"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr "Аляскинсько-інуїтська"
|
msgstr "Аляскинсько-інуїтська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr "Індонезійська"
|
msgstr "Індонезійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr "Ісландська"
|
msgstr "Ісландська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr "Італійська"
|
msgstr "Італійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr "Іврит"
|
msgstr "Іврит"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr "Японська"
|
msgstr "Японська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr "Ідиш"
|
msgstr "Ідиш"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr "Яванська"
|
msgstr "Яванська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr "Грузинська"
|
msgstr "Грузинська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr "Казахська"
|
msgstr "Казахська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr "Гренландська"
|
msgstr "Гренландська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr "Камбоджійська"
|
msgstr "Камбоджійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr "Каннада"
|
msgstr "Каннада"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr "Корейська"
|
msgstr "Корейська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr "Кашмірська"
|
msgstr "Кашмірська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr "Курдська"
|
msgstr "Курдська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr "Киргизька"
|
msgstr "Киргизька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr "Латинська"
|
msgstr "Латинська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr "Лінґала"
|
msgstr "Лінґала"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr "Лаоська"
|
msgstr "Лаоська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr "Литовська"
|
msgstr "Литовська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr "Латиська"
|
msgstr "Латиська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr "Малагасійська"
|
msgstr "Малагасійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr "Маорійська"
|
msgstr "Маорійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr "Македонська"
|
msgstr "Македонська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr "Малаялам"
|
msgstr "Малаялам"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr "Монгольська"
|
msgstr "Монгольська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr "Молдавська"
|
msgstr "Молдавська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr "Мара́тська"
|
msgstr "Мара́тська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr "Малайська"
|
msgstr "Малайська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr "Мальтійська"
|
msgstr "Мальтійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr "Бірманська"
|
msgstr "Бірманська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr "Науруанська"
|
msgstr "Науруанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr "Непальська"
|
msgstr "Непальська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr "Голландська"
|
msgstr "Голландська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr "Норвезька"
|
msgstr "Норвезька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr "Окситанська"
|
msgstr "Окситанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr "Оромо"
|
msgstr "Оромо"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr "Пенджабська"
|
msgstr "Пенджабська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr "Польська"
|
msgstr "Польська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr "Пушту"
|
msgstr "Пушту"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr "Португальська"
|
msgstr "Португальська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr "Кечуа"
|
msgstr "Кечуа"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr "Рето-романська"
|
msgstr "Рето-романська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr "Кірунді"
|
msgstr "Кірунді"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr "Румунська"
|
msgstr "Румунська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr "Російська"
|
msgstr "Російська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr "Руандійська"
|
msgstr "Руандійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr "Санскрит"
|
msgstr "Санскрит"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr "Сіндхі"
|
msgstr "Сіндхі"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr "Санго"
|
msgstr "Санго"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr "Сербохорватська"
|
msgstr "Сербохорватська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr "Сингальська"
|
msgstr "Сингальська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr "Словацька"
|
msgstr "Словацька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr "Словенська"
|
msgstr "Словенська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr "Самоанська"
|
msgstr "Самоанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr "Шона"
|
msgstr "Шона"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr "Сомалійська"
|
msgstr "Сомалійська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr "Албанська"
|
msgstr "Албанська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr "Сербська"
|
msgstr "Сербська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr "Сваті"
|
msgstr "Сваті"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr "Сесото"
|
msgstr "Сесото"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr "Сунданська"
|
msgstr "Сунданська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr "Шведська"
|
msgstr "Шведська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr "Суахілі"
|
msgstr "Суахілі"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr "Тамільська"
|
msgstr "Тамільська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr "Телугу"
|
msgstr "Телугу"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr "Таджицька"
|
msgstr "Таджицька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr "Тайська"
|
msgstr "Тайська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr "Тигринья"
|
msgstr "Тигринья"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr "Туркменський"
|
msgstr "Туркменський"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr "Тагальська"
|
msgstr "Тагальська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr "Тсвана"
|
msgstr "Тсвана"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr "Тонганська"
|
msgstr "Тонганська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr "Турецька"
|
msgstr "Турецька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr "Тсонга"
|
msgstr "Тсонга"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr "Татарська"
|
msgstr "Татарська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr "Чві"
|
msgstr "Чві"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr "Українська"
|
msgstr "Українська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr "Урду"
|
msgstr "Урду"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr "Узбецька"
|
msgstr "Узбецька"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr "В'єтнамська"
|
msgstr "В'єтнамська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr "Волапюк"
|
msgstr "Волапюк"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr "Волоф"
|
msgstr "Волоф"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr "Хоса"
|
msgstr "Хоса"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr "Юрубський"
|
msgstr "Юрубський"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr "Китайська"
|
msgstr "Китайська"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr "Зулуська"
|
msgstr "Зулуська"
|
||||||
|
|
||||||
|
@ -2590,7 +2590,7 @@ msgid "Type"
|
||||||
msgstr "Тип"
|
msgstr "Тип"
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3986,8 +3986,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "Довжина повинна відповідати формі \"00год 00хв\""
|
msgstr "Довжина повинна відповідати формі \"00год 00хв\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "URL має бути форми \"http://domain\""
|
msgstr "URL має бути форми \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: LibreTime\n"
|
"Project-Id-Version: LibreTime\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/libretime/libretime/issues\n"
|
||||||
"POT-Creation-Date: 2022-09-21 00:42+0200\n"
|
"POT-Creation-Date: 2022-09-21 01:05+0200\n"
|
||||||
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
"PO-Revision-Date: 2015-09-05 08:33+0000\n"
|
||||||
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
"Last-Translator: Daniel James <daniel@64studio.com>\n"
|
||||||
"Language-Team: Chinese (China)\n"
|
"Language-Team: Chinese (China)\n"
|
||||||
|
@ -35,543 +35,543 @@ msgstr "%s-%s-%s采用了错误的日期格式"
|
||||||
msgid "%s:%s:%s is not a valid time"
|
msgid "%s:%s:%s is not a valid time"
|
||||||
msgstr "%s:%s:%s 采用了错误的时间格式"
|
msgstr "%s:%s:%s 采用了错误的时间格式"
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:23
|
#: application/common/LocaleHelper.php:21
|
||||||
msgid "English"
|
msgid "English"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:24
|
#: application/common/LocaleHelper.php:22
|
||||||
msgid "Afar"
|
msgid "Afar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:25
|
#: application/common/LocaleHelper.php:23
|
||||||
msgid "Abkhazian"
|
msgid "Abkhazian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:26
|
#: application/common/LocaleHelper.php:24
|
||||||
msgid "Afrikaans"
|
msgid "Afrikaans"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:27
|
#: application/common/LocaleHelper.php:25
|
||||||
msgid "Amharic"
|
msgid "Amharic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:28
|
#: application/common/LocaleHelper.php:26
|
||||||
msgid "Arabic"
|
msgid "Arabic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:29
|
#: application/common/LocaleHelper.php:27
|
||||||
msgid "Assamese"
|
msgid "Assamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:30
|
#: application/common/LocaleHelper.php:28
|
||||||
msgid "Aymara"
|
msgid "Aymara"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:31
|
#: application/common/LocaleHelper.php:29
|
||||||
msgid "Azerbaijani"
|
msgid "Azerbaijani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:32
|
#: application/common/LocaleHelper.php:30
|
||||||
msgid "Bashkir"
|
msgid "Bashkir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:33
|
#: application/common/LocaleHelper.php:31
|
||||||
msgid "Belarusian"
|
msgid "Belarusian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:34
|
#: application/common/LocaleHelper.php:32
|
||||||
msgid "Bulgarian"
|
msgid "Bulgarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:35
|
#: application/common/LocaleHelper.php:33
|
||||||
msgid "Bihari"
|
msgid "Bihari"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:36
|
#: application/common/LocaleHelper.php:34
|
||||||
msgid "Bislama"
|
msgid "Bislama"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:37
|
#: application/common/LocaleHelper.php:35
|
||||||
msgid "Bengali/Bangla"
|
msgid "Bengali/Bangla"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:38
|
#: application/common/LocaleHelper.php:36
|
||||||
msgid "Tibetan"
|
msgid "Tibetan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:39
|
#: application/common/LocaleHelper.php:37
|
||||||
msgid "Breton"
|
msgid "Breton"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:40
|
#: application/common/LocaleHelper.php:38
|
||||||
msgid "Catalan"
|
msgid "Catalan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:41
|
#: application/common/LocaleHelper.php:39
|
||||||
msgid "Corsican"
|
msgid "Corsican"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:42
|
#: application/common/LocaleHelper.php:40
|
||||||
msgid "Czech"
|
msgid "Czech"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:43
|
#: application/common/LocaleHelper.php:41
|
||||||
msgid "Welsh"
|
msgid "Welsh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:44
|
#: application/common/LocaleHelper.php:42
|
||||||
msgid "Danish"
|
msgid "Danish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:45
|
#: application/common/LocaleHelper.php:43
|
||||||
msgid "German"
|
msgid "German"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:46
|
#: application/common/LocaleHelper.php:44
|
||||||
msgid "Bhutani"
|
msgid "Bhutani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:47
|
#: application/common/LocaleHelper.php:45
|
||||||
msgid "Greek"
|
msgid "Greek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:48
|
#: application/common/LocaleHelper.php:46
|
||||||
msgid "Esperanto"
|
msgid "Esperanto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:49
|
#: application/common/LocaleHelper.php:47
|
||||||
msgid "Spanish"
|
msgid "Spanish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:50
|
#: application/common/LocaleHelper.php:48
|
||||||
msgid "Estonian"
|
msgid "Estonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:51
|
#: application/common/LocaleHelper.php:49
|
||||||
msgid "Basque"
|
msgid "Basque"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:52
|
#: application/common/LocaleHelper.php:50
|
||||||
msgid "Persian"
|
msgid "Persian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:53
|
#: application/common/LocaleHelper.php:51
|
||||||
msgid "Finnish"
|
msgid "Finnish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:54
|
#: application/common/LocaleHelper.php:52
|
||||||
msgid "Fiji"
|
msgid "Fiji"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:55
|
#: application/common/LocaleHelper.php:53
|
||||||
msgid "Faeroese"
|
msgid "Faeroese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:56
|
#: application/common/LocaleHelper.php:54
|
||||||
msgid "French"
|
msgid "French"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:57
|
#: application/common/LocaleHelper.php:55
|
||||||
msgid "Frisian"
|
msgid "Frisian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:58
|
#: application/common/LocaleHelper.php:56
|
||||||
msgid "Irish"
|
msgid "Irish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:59
|
#: application/common/LocaleHelper.php:57
|
||||||
msgid "Scots/Gaelic"
|
msgid "Scots/Gaelic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:60
|
#: application/common/LocaleHelper.php:58
|
||||||
msgid "Galician"
|
msgid "Galician"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:61
|
#: application/common/LocaleHelper.php:59
|
||||||
msgid "Guarani"
|
msgid "Guarani"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:62
|
#: application/common/LocaleHelper.php:60
|
||||||
msgid "Gujarati"
|
msgid "Gujarati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:63
|
#: application/common/LocaleHelper.php:61
|
||||||
msgid "Hausa"
|
msgid "Hausa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:64
|
#: application/common/LocaleHelper.php:62
|
||||||
msgid "Hindi"
|
msgid "Hindi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:65
|
#: application/common/LocaleHelper.php:63
|
||||||
msgid "Croatian"
|
msgid "Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:66
|
#: application/common/LocaleHelper.php:64
|
||||||
msgid "Hungarian"
|
msgid "Hungarian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:67
|
#: application/common/LocaleHelper.php:65
|
||||||
msgid "Armenian"
|
msgid "Armenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:68
|
#: application/common/LocaleHelper.php:66
|
||||||
msgid "Interlingua"
|
msgid "Interlingua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:69
|
#: application/common/LocaleHelper.php:67
|
||||||
msgid "Interlingue"
|
msgid "Interlingue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:70
|
#: application/common/LocaleHelper.php:68
|
||||||
msgid "Inupiak"
|
msgid "Inupiak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:71
|
#: application/common/LocaleHelper.php:69
|
||||||
msgid "Indonesian"
|
msgid "Indonesian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:72
|
#: application/common/LocaleHelper.php:70
|
||||||
msgid "Icelandic"
|
msgid "Icelandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:73
|
#: application/common/LocaleHelper.php:71
|
||||||
msgid "Italian"
|
msgid "Italian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:74
|
#: application/common/LocaleHelper.php:72
|
||||||
msgid "Hebrew"
|
msgid "Hebrew"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:75
|
#: application/common/LocaleHelper.php:73
|
||||||
msgid "Japanese"
|
msgid "Japanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:76
|
#: application/common/LocaleHelper.php:74
|
||||||
msgid "Yiddish"
|
msgid "Yiddish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:77
|
#: application/common/LocaleHelper.php:75
|
||||||
msgid "Javanese"
|
msgid "Javanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:78
|
#: application/common/LocaleHelper.php:76
|
||||||
msgid "Georgian"
|
msgid "Georgian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:79
|
#: application/common/LocaleHelper.php:77
|
||||||
msgid "Kazakh"
|
msgid "Kazakh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:80
|
#: application/common/LocaleHelper.php:78
|
||||||
msgid "Greenlandic"
|
msgid "Greenlandic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:81
|
#: application/common/LocaleHelper.php:79
|
||||||
msgid "Cambodian"
|
msgid "Cambodian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:82
|
#: application/common/LocaleHelper.php:80
|
||||||
msgid "Kannada"
|
msgid "Kannada"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:83
|
#: application/common/LocaleHelper.php:81
|
||||||
msgid "Korean"
|
msgid "Korean"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:84
|
#: application/common/LocaleHelper.php:82
|
||||||
msgid "Kashmiri"
|
msgid "Kashmiri"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:85
|
#: application/common/LocaleHelper.php:83
|
||||||
msgid "Kurdish"
|
msgid "Kurdish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:86
|
#: application/common/LocaleHelper.php:84
|
||||||
msgid "Kirghiz"
|
msgid "Kirghiz"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:87
|
#: application/common/LocaleHelper.php:85
|
||||||
msgid "Latin"
|
msgid "Latin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:88
|
#: application/common/LocaleHelper.php:86
|
||||||
msgid "Lingala"
|
msgid "Lingala"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:89
|
#: application/common/LocaleHelper.php:87
|
||||||
msgid "Laothian"
|
msgid "Laothian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:90
|
#: application/common/LocaleHelper.php:88
|
||||||
msgid "Lithuanian"
|
msgid "Lithuanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:91
|
#: application/common/LocaleHelper.php:89
|
||||||
msgid "Latvian/Lettish"
|
msgid "Latvian/Lettish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:92
|
#: application/common/LocaleHelper.php:90
|
||||||
msgid "Malagasy"
|
msgid "Malagasy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:93
|
#: application/common/LocaleHelper.php:91
|
||||||
msgid "Maori"
|
msgid "Maori"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:94
|
#: application/common/LocaleHelper.php:92
|
||||||
msgid "Macedonian"
|
msgid "Macedonian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:95
|
#: application/common/LocaleHelper.php:93
|
||||||
msgid "Malayalam"
|
msgid "Malayalam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:96
|
#: application/common/LocaleHelper.php:94
|
||||||
msgid "Mongolian"
|
msgid "Mongolian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:97
|
#: application/common/LocaleHelper.php:95
|
||||||
msgid "Moldavian"
|
msgid "Moldavian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:98
|
#: application/common/LocaleHelper.php:96
|
||||||
msgid "Marathi"
|
msgid "Marathi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:99
|
#: application/common/LocaleHelper.php:97
|
||||||
msgid "Malay"
|
msgid "Malay"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:100
|
#: application/common/LocaleHelper.php:98
|
||||||
msgid "Maltese"
|
msgid "Maltese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:101
|
#: application/common/LocaleHelper.php:99
|
||||||
msgid "Burmese"
|
msgid "Burmese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:102
|
#: application/common/LocaleHelper.php:100
|
||||||
msgid "Nauru"
|
msgid "Nauru"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:103
|
#: application/common/LocaleHelper.php:101
|
||||||
msgid "Nepali"
|
msgid "Nepali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:104
|
#: application/common/LocaleHelper.php:102
|
||||||
msgid "Dutch"
|
msgid "Dutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:105
|
#: application/common/LocaleHelper.php:103
|
||||||
msgid "Norwegian"
|
msgid "Norwegian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:106
|
#: application/common/LocaleHelper.php:104
|
||||||
msgid "Occitan"
|
msgid "Occitan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:107
|
#: application/common/LocaleHelper.php:105
|
||||||
msgid "(Afan)/Oromoor/Oriya"
|
msgid "(Afan)/Oromoor/Oriya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:108
|
#: application/common/LocaleHelper.php:106
|
||||||
msgid "Punjabi"
|
msgid "Punjabi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:109
|
#: application/common/LocaleHelper.php:107
|
||||||
msgid "Polish"
|
msgid "Polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:110
|
#: application/common/LocaleHelper.php:108
|
||||||
msgid "Pashto/Pushto"
|
msgid "Pashto/Pushto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:111
|
#: application/common/LocaleHelper.php:109
|
||||||
msgid "Portuguese"
|
msgid "Portuguese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:112
|
#: application/common/LocaleHelper.php:110
|
||||||
msgid "Quechua"
|
msgid "Quechua"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:113
|
#: application/common/LocaleHelper.php:111
|
||||||
msgid "Rhaeto-Romance"
|
msgid "Rhaeto-Romance"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:114
|
#: application/common/LocaleHelper.php:112
|
||||||
msgid "Kirundi"
|
msgid "Kirundi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:115
|
#: application/common/LocaleHelper.php:113
|
||||||
msgid "Romanian"
|
msgid "Romanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:116
|
#: application/common/LocaleHelper.php:114
|
||||||
msgid "Russian"
|
msgid "Russian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:117
|
#: application/common/LocaleHelper.php:115
|
||||||
msgid "Kinyarwanda"
|
msgid "Kinyarwanda"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:118
|
#: application/common/LocaleHelper.php:116
|
||||||
msgid "Sanskrit"
|
msgid "Sanskrit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:119
|
#: application/common/LocaleHelper.php:117
|
||||||
msgid "Sindhi"
|
msgid "Sindhi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:120
|
#: application/common/LocaleHelper.php:118
|
||||||
msgid "Sangro"
|
msgid "Sangro"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:121
|
#: application/common/LocaleHelper.php:119
|
||||||
msgid "Serbo-Croatian"
|
msgid "Serbo-Croatian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:122
|
#: application/common/LocaleHelper.php:120
|
||||||
msgid "Singhalese"
|
msgid "Singhalese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:123
|
#: application/common/LocaleHelper.php:121
|
||||||
msgid "Slovak"
|
msgid "Slovak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:124
|
#: application/common/LocaleHelper.php:122
|
||||||
msgid "Slovenian"
|
msgid "Slovenian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:125
|
#: application/common/LocaleHelper.php:123
|
||||||
msgid "Samoan"
|
msgid "Samoan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:126
|
#: application/common/LocaleHelper.php:124
|
||||||
msgid "Shona"
|
msgid "Shona"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:127
|
#: application/common/LocaleHelper.php:125
|
||||||
msgid "Somali"
|
msgid "Somali"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:128
|
#: application/common/LocaleHelper.php:126
|
||||||
msgid "Albanian"
|
msgid "Albanian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:129
|
#: application/common/LocaleHelper.php:127
|
||||||
msgid "Serbian"
|
msgid "Serbian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:130
|
#: application/common/LocaleHelper.php:128
|
||||||
msgid "Siswati"
|
msgid "Siswati"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:131
|
#: application/common/LocaleHelper.php:129
|
||||||
msgid "Sesotho"
|
msgid "Sesotho"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:132
|
#: application/common/LocaleHelper.php:130
|
||||||
msgid "Sundanese"
|
msgid "Sundanese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:133
|
#: application/common/LocaleHelper.php:131
|
||||||
msgid "Swedish"
|
msgid "Swedish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:134
|
#: application/common/LocaleHelper.php:132
|
||||||
msgid "Swahili"
|
msgid "Swahili"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:135
|
#: application/common/LocaleHelper.php:133
|
||||||
msgid "Tamil"
|
msgid "Tamil"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:136
|
#: application/common/LocaleHelper.php:134
|
||||||
msgid "Tegulu"
|
msgid "Tegulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:137
|
#: application/common/LocaleHelper.php:135
|
||||||
msgid "Tajik"
|
msgid "Tajik"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:138
|
#: application/common/LocaleHelper.php:136
|
||||||
msgid "Thai"
|
msgid "Thai"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:139
|
#: application/common/LocaleHelper.php:137
|
||||||
msgid "Tigrinya"
|
msgid "Tigrinya"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:140
|
#: application/common/LocaleHelper.php:138
|
||||||
msgid "Turkmen"
|
msgid "Turkmen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:141
|
#: application/common/LocaleHelper.php:139
|
||||||
msgid "Tagalog"
|
msgid "Tagalog"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:142
|
#: application/common/LocaleHelper.php:140
|
||||||
msgid "Setswana"
|
msgid "Setswana"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:143
|
#: application/common/LocaleHelper.php:141
|
||||||
msgid "Tonga"
|
msgid "Tonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:144
|
#: application/common/LocaleHelper.php:142
|
||||||
msgid "Turkish"
|
msgid "Turkish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:145
|
#: application/common/LocaleHelper.php:143
|
||||||
msgid "Tsonga"
|
msgid "Tsonga"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:146
|
#: application/common/LocaleHelper.php:144
|
||||||
msgid "Tatar"
|
msgid "Tatar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:147
|
#: application/common/LocaleHelper.php:145
|
||||||
msgid "Twi"
|
msgid "Twi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:148
|
#: application/common/LocaleHelper.php:146
|
||||||
msgid "Ukrainian"
|
msgid "Ukrainian"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:149
|
#: application/common/LocaleHelper.php:147
|
||||||
msgid "Urdu"
|
msgid "Urdu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:150
|
#: application/common/LocaleHelper.php:148
|
||||||
msgid "Uzbek"
|
msgid "Uzbek"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:151
|
#: application/common/LocaleHelper.php:149
|
||||||
msgid "Vietnamese"
|
msgid "Vietnamese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:152
|
#: application/common/LocaleHelper.php:150
|
||||||
msgid "Volapuk"
|
msgid "Volapuk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:153
|
#: application/common/LocaleHelper.php:151
|
||||||
msgid "Wolof"
|
msgid "Wolof"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:154
|
#: application/common/LocaleHelper.php:152
|
||||||
msgid "Xhosa"
|
msgid "Xhosa"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:155
|
#: application/common/LocaleHelper.php:153
|
||||||
msgid "Yoruba"
|
msgid "Yoruba"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:156
|
#: application/common/LocaleHelper.php:154
|
||||||
msgid "Chinese"
|
msgid "Chinese"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/common/LocaleHelper.php:157
|
#: application/common/LocaleHelper.php:155
|
||||||
msgid "Zulu"
|
msgid "Zulu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2583,7 +2583,7 @@ msgid "Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:462
|
#: application/controllers/LocaleController.php:462
|
||||||
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"
|
msgid "Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: application/controllers/LocaleController.php:463
|
#: application/controllers/LocaleController.php:463
|
||||||
|
@ -3965,8 +3965,8 @@ msgid "Length should be of form \"00h 00m\""
|
||||||
msgstr "时间的格式应该是 \"00h 00m\""
|
msgstr "时间的格式应该是 \"00h 00m\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:182
|
#: application/models/Webstream.php:182
|
||||||
msgid "URL should be of form \"http://domain\""
|
msgid "URL should be of form \"https://example.org\""
|
||||||
msgstr "地址的格式应该是 \"http://domain\""
|
msgstr "地址的格式应该是 \"https://example.org\""
|
||||||
|
|
||||||
#: application/models/Webstream.php:185
|
#: application/models/Webstream.php:185
|
||||||
msgid "URL should be 512 characters or less"
|
msgid "URL should be 512 characters or less"
|
||||||
|
|
|
@ -103,35 +103,35 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
media: "tracks",
|
media: "tracks",
|
||||||
icon: "icon-music",
|
icon: "icon-music",
|
||||||
subtext: "Click 'Upload' to add some now.",
|
subtext: "Click 'Upload' to add some now.",
|
||||||
href: "http://libretime.org/docs/dashboard/",
|
href: "https://libretime.org/docs/user-manual/dashboard/",
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.PLAYLIST:
|
case mod.MediaTypeIntegerEnum.PLAYLIST:
|
||||||
return {
|
return {
|
||||||
media: "playlists",
|
media: "playlists",
|
||||||
icon: "icon-list",
|
icon: "icon-list",
|
||||||
subtext: "Click 'New' to create one now.",
|
subtext: "Click 'New' to create one now.",
|
||||||
href: "http://libretime.org/docs/playlists/",
|
href: "https://libretime.org/docs/user-manual/playlists/",
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.BLOCK:
|
case mod.MediaTypeIntegerEnum.BLOCK:
|
||||||
return {
|
return {
|
||||||
media: "smart blocks",
|
media: "smart blocks",
|
||||||
icon: "icon-time",
|
icon: "icon-time",
|
||||||
subtext: "Click 'New' to create one now.",
|
subtext: "Click 'New' to create one now.",
|
||||||
href: "http://libretime.org/docs/playlists/",
|
href: "https://libretime.org/docs/user-manual/playlists/",
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.WEBSTREAM:
|
case mod.MediaTypeIntegerEnum.WEBSTREAM:
|
||||||
return {
|
return {
|
||||||
media: "webstreams",
|
media: "webstreams",
|
||||||
icon: "icon-random",
|
icon: "icon-random",
|
||||||
subtext: "Click 'New' to create one now.",
|
subtext: "Click 'New' to create one now.",
|
||||||
href: "http://libretime.org/docs/webstreams/",
|
href: "https://libretime.org/docs/user-manual/webstreams/",
|
||||||
};
|
};
|
||||||
case mod.MediaTypeIntegerEnum.PODCAST:
|
case mod.MediaTypeIntegerEnum.PODCAST:
|
||||||
return {
|
return {
|
||||||
media: "podcasts",
|
media: "podcasts",
|
||||||
icon: "icon-headphones",
|
icon: "icon-headphones",
|
||||||
subtext: "Click 'Add' to create one now.",
|
subtext: "Click 'Add' to create one now.",
|
||||||
href: "http://libretime.org/docs/podcasts",
|
href: "https://libretime.org/docs/user-manual/podcasts/",
|
||||||
};
|
};
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -550,7 +550,7 @@ function setAddShowEvents(form) {
|
||||||
form.find(".show_autoplaylist_help_icon").qtip({
|
form.find(".show_autoplaylist_help_icon").qtip({
|
||||||
content: {
|
content: {
|
||||||
text: $.i18n._(
|
text: $.i18n._(
|
||||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"
|
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/user-manual/playlists/'>More information</a>"
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
|
|
Loading…
Reference in New Issue