This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string name="add_task_ok">Добавить задачу</string> | |
<string name="add_task_title">Добавить задачу</string> | |
<string name="add_time_title">Добавить новый временной интервал</string> | |
<string name="app_name">Time Tracker</string> | |
<string name="author">Open Source Time Tracker</string> | |
<string name="backup_failed">Не удалось сохранить резервную копию базы данных. Пожалуйста, сообщите об этой ошибке. %s</string> | |
<string name="backup_success">Сохранение резервной копии базы данных завершилось. Файл %s</string> | |
<string name="change_view_title">Изменить вид</string> | |
<string name="civilian">1:00 PM</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<!-- non-translateable strings--> | |
<string name="app_name">CatLog</string> | |
<string name="donate_version_name">Помочь проекту</string> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string name="original_string">Оригинал:</string> | |
<string name="translated_string_colon">Переведенная строка</string> | |
<string name="next">След.</string> | |
<string name="current_string_id">Текущий ID строки:</string> | |
<string name="selected_locale">Выбранная локаль:</string> | |
<string name="welcome">Введите владельца и имя проекта или вставьте GitHub URL репозитория для продолжения.</string> | |
<string name="owner_hint">владелец</string> | |
<string name="repository_hint">репозиторий</string> | |
<string name="or">или</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string name="original_string">Оригинал:</string> | |
<string name="translated_string_colon">Переведенная строка</string> | |
<string name="next">След.</string> | |
<string name="current_string_id">Текущий ID строки:</string> | |
<string name="selected_locale">Выбранная локаль:</string> | |
<string name="welcome">Введите владельца и имя проекта или вставьте GitHub URL репозитория для продолжения.</string> | |
<string name="owner_hint">владелец</string> | |
<string name="repository_hint">репозиторий</string> | |
<string name="or">или</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<string-array name="blackOrWhiteValues"> | |
<item>black</item> | |
<item>white</item> | |
</string-array> | |
<string-array name="blackOrWhiteLabels"> | |
<item>@string/pref_update_list_white_or_black_black</item> | |
<item>@string/pref_update_list_white_or_black_white</item> | |
</string-array> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<string name="app_name">A2DP Volume</string> | |
<string-array name="gpsDistance"> | |
<item>2м (6фут)</item> | |
<item>5м (15фут)</item> | |
<item>10с (30фут)</item> | |
<item>15м (45фут)</item> | |
<item>20м (60фут)</item> | |
<item>30м (90фут)</item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/4e526babe47744ad96ca364de56b20e6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user www-data; | |
worker_processes 1; | |
error_log /var/log/nginx/error.log warn; | |
pid /var/run/nginx.pid; | |
events { | |
worker_connections 1024; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uwsgi_param QUERY_STRING $query_string; | |
uwsgi_param REQUEST_METHOD $request_method; | |
uwsgi_param CONTENT_TYPE $content_type; | |
uwsgi_param CONTENT_LENGTH $content_length; | |
uwsgi_param REQUEST_URI $request_uri; | |
uwsgi_param PATH_INFO $document_uri; | |
uwsgi_param DOCUMENT_ROOT $document_root; | |
uwsgi_param SERVER_PROTOCOL $server_protocol; | |
uwsgi_param REQUEST_SCHEME $scheme; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/uwsgi/apps-enabled/krona.ini | |
[uwsgi] | |
# the base directory (full path) | |
chdir = /var/www/krona | |
wsgi-file = /var/www/krona/krona/wsgi.py | |
# callable - name-of-application | |
callable = krona |
OlderNewer