Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hebrew translation #170

Open
wants to merge 3 commits into
base: translations
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions Calendula/src/main/res/values-he/strings_activity_scan.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
~ Calendula - An assistant for personal medication management.
~ Copyright (C) 2014-2018 CiTIUS - University of Santiago de Compostela
~
~ Calendula is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this software. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="scan_dose_changed_msg">המינון השתנה</string>
<string name="scan_dose_zero_msg">המינון שצוין אינו חד משמעי. נא להתאים אותו ידנית.</string>
<string name="scan_existing_schedule">תזמון קיים (יעודכן)</string>
<string name="scan_frequency_changed_msg">התדירות השתנתה מ־%1$s ל־%2$s פעמים ביום</string>
<string name="scan_interval_changed_msg">ההפרש השתנה מ־%1$s ל־%2$s</string>
<string name="scan_new_schedule">תזמון חדש!</string>
<string name="scan_prescriptions">מרשמים</string>
<string name="scan_reading_qr">ה־QR נקרא…</string>
<string name="scan_review_prescriptions_start">התחלה</string>
<string name="scan_review_prescriptions_title">סקירת מרשמים</string>
<string name="scan_review_text">נא לעיין במרשמים שנסרקו בקפידה, לשנות אותם במידת הצורך ולאשר כשהתוצאה נושאת חן בעיניך.</string>
<string name="scan_review_title">סקירה</string>
<string name="scan_schedule_changed">תזמון זה השתנה:</string>
<string name="scan_schedule_ends_msg">סדר יום זה תקף ל־%1$s ימים. נא לאשר את מועדי ההתחלה והסיום</string>
<string name="scan_schedules_to_create">%1$s תזמונים יווצרו</string>
<string name="scan_schedules_to_update">%1$s תזמונים יעודכנו</string>
</resources>
26 changes: 26 additions & 0 deletions Calendula/src/main/res/values-he/strings_christmas.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Calendula - An assistant for personal medication management.
~ Copyright (C) 2016 CITIUS - USC
~
~ Calendula is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this software. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="christmas_dialog_description">Best wishes for the holidays and for health and happiness throughout the coming year.</string>
<string name="christmas_dialog_title">Merry Christmas from the Calendula Team!</string>
<string name="christmas_dialog_positive">Close</string>
<string name="christmas_dialog_negative">Stop annoying me</string>
<string name="christmas_remove_message">Ho Ho Ho! Keep pressed to disable Christmas mode</string>
</resources>

Loading