Sfoglia il codice sorgente

Slovak translation (#4520)

* Slovak translationi

* articles_header_footer

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Tibor Repček 3 anni fa
parent
commit
51bd9be82f
3 ha cambiato i file con 13 aggiunte e 13 eliminazioni
  1. 7 7
      app/i18n/sk/admin.php
  2. 5 5
      app/i18n/sk/conf.php
  3. 1 1
      app/i18n/sk/gen.php

+ 7 - 7
app/i18n/sk/admin.php

@@ -170,18 +170,18 @@ return array(
 		'registration' => array(
 			'number' => 'Maximálny počt účtov',
 			'select' => array(
-				'label' => 'Registration form',	// TODO
+				'label' => 'Registračný formulár',
 				'option' => array(
-					'noform' => 'Disabled: No registration form',	// TODO
-					'nolimit' => 'Enabled: No limit of accounts',	// TODO
-					'setaccountsnumber' => 'Set max. number of accounts',	// TODO
+					'noform' => 'Zakázané: Žiadny registračný formulár',
+					'nolimit' => 'Povolené: Bez obmedzenia účtov',
+					'setaccountsnumber' => 'Určiť max. počet účtov',
 				),
 			),
 			'status' => array(
-				'disabled' => 'Form disabled',	// TODO
-				'enabled' => 'Form enabled',	// TODO
+				'disabled' => 'Formulár zakázaný',
+				'enabled' => 'Formulár povolený',
 			),
-			'title' => 'User registration form',	// TODO
+			'title' => 'Registračný formulár používateľa',
 		),
 	),
 	'update' => array(

+ 5 - 5
app/i18n/sk/conf.php

@@ -170,12 +170,12 @@ return array(
 		'display_articles_unfolded' => 'Zobraziť články otvorené',
 		'display_categories_unfolded' => 'Kategórie na rozbalenie',
 		'headline' => array(
-			'articles' => 'Articles: Open/Close',	// TODO
+			'articles' => 'Články: Otvoriť/Zavrieť',
 			'articles_header_footer' => 'Articles: header/footer',	// TODO
-			'categories' => 'Left navigation: Categories',	// TODO
-			'mark_as_read' => 'Mark article as read',	// TODO
-			'misc' => 'Miscellaneous',	// TODO
-			'view' => 'View',	// TODO
+			'categories' => 'Ľavé menu: Kategórie',
+			'mark_as_read' => 'Označiť články ako prečítané',
+			'misc' => 'Ostatné',
+			'view' => 'Zobraznie',
 		),
 		'hide_read_feeds' => 'Skryť kategórie a kanály s nulovým počtom neprečítaných článkov (nefunguje s nastaveným “Zobraziť všetky články”)',
 		'img_with_lazyload' => 'Pre načítanie obrázkov použiť "lazy load"',

+ 1 - 1
app/i18n/sk/gen.php

@@ -130,7 +130,7 @@ return array(
 		'confirm_action_feed_cat' => 'Určite chcete vykonať túto akciu? Prídete o súvisiace obľúbené a používateľské dopyty. Zmeny budú nezvratné!',
 		'feedback' => array(
 			'body_new_articles' => 'Počet nových článkov v čítačke FreshRSS: %%d',
-			'body_unread_articles' => '(unread: %%d)',	// TODO
+			'body_unread_articles' => '(neprečítané: %%d)',
 			'request_failed' => 'Nepodarilo sa spracovať váš dopyt, pravdepodobne kvôli problému s pripojením do internetu.',
 			'title_new_articles' => 'FreshRSS: nové články!',
 		),