1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 13:57:11 +00:00

more translation work

This commit is contained in:
Andrew Dolgov
2007-08-10 17:16:43 +01:00
parent 2fbffcd984
commit 89cb787edd
17 changed files with 559 additions and 260 deletions

21
localized_schema.php Normal file
View File

@@ -0,0 +1,21 @@
<?
/*
* This is a dummy plug for gettext to know we have some translatable strings in the schema.
* This file is not otherwise used.
*/
# filters
__("Title");
__("Title or Content");
__("Link");
__("Content");
__("Filter article");
__("Mark as read");
__("Set starred");
__("Publish article");
__("Assign tags");
?>