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:
21
localized_schema.php
Normal file
21
localized_schema.php
Normal 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");
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user