apps-android-commons/app/src/main/res/values-xmf/strings.xml
Aditya-Srivastav 7336881705
[GSoC] Master rebase. (#4505)
* Localisation updates from https://translatewiki.net.

* Fixes #4357  After switching to different account, contributions screen shows pictures of previous account (#4421)

* Update UploadMediaDetailFragment.java

* Update LoginActivity.java

Clear CompositeDisposable after logging in successfully. It may help solve the problem of saving the contribution to the previous account

* Revert "Update UploadMediaDetailFragment.java"

This reverts commit b1b4257f20.

Co-authored-by: Obsidian_zero <1198474846@qq.com>

* Remove unnecessary whitespace from a message (#4439)

* Merge v3.0.1 into master (#4446)

* Versioning and changelog for v3.0.0 (#4152)

* Versioning for v3.0.0

* Update changelog.md

* Handled migration 8-9-10 in BookmarksLocationDao (#4154)

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* Fixes #4179 (#4180)

* Handled null pointer exception in MainActivity->ContributionsFragment#backButtonClicked()
* Updated >ContributionsFragment#backButtonClicked() to handle back press properly

* Fixes #4179 (#4181)

* Handled possible null check on MediaDetails in BookmarkListRootFragment#backPressed()

* Cherrypick for hotfix3.1 (#4205)

* Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

* fixed bug: App crashes on viewing review in Review Fragment #4132 (#4146)

* fixed bug:app crashes on viewing review in Review Fragment #4135

* Fixed the issue with back button in contribution tab. (#4177)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fixed the issue with back navigation button on toolbar in explore tab. (#4175)

* Fix (#4148) Issues on theme change

* fixed themeChange crashes

* fixed comments

* Overlooked the title bar

Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>

* Fixes #4173 (#4396)

* Fix #4147  Pre-fill desc in Nearby uploads with Wikidata item's label + description (#4390)

* Update query to fetch descriptions

* Make description added to NearbyResultItem

* Make string operations to display description and label in a combined way

* Fix reviews, remove long description from list and swap label and description texts

* Fix repeated information issue

* Fix double information issue

* fix style issues

* Remove douplicated information

* Changes made (#4354)

* Remove nonexistent method

* Fix #4283 IllegalStateException (#4440)

* Fix #4283 IllegalStateException

* Fix flickering issue

* Versioning for v3.0.1

* Update changelog.md

Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>

* Localisation updates from https://translatewiki.net.

* Added a feature for editing coordinates (#4418)

* not

* Place Picker added

* Pick location and API call linked

* minor warnings resolved

* Code conventions followed

* issue fixed

* Wikitext edited properly

* minor modification

* Location Picker added

* Bottom sheet removed

* Location picker fully implemented

* credit added

* credit added

* issues fixed

* issues fixed

* minor issue fixed

* Some build issues occured merging release v3.0 are fixed. One paranthesis issue is solved, a method about UploadService is removed, since we don't use it anymore. (#4451)

* Localisation updates from https://translatewiki.net.

* Fixes 4344 - Duplicate Uploads (#4442)

* Fixes 4344
- Update the retention policy of the Work Manager to ExistingWorkPolicy.APPEND_OR_REPLACE- which would append the new work to the end of existing one. This helps remove the while loop in UploadWorker which was meant to handle the cases where a new worker would be created for retries. The while loop seemed to have race conditions uploading duplicate entries.

* Update states to IN_PROGRESS before uploads are processed

* Fixes #3694 Pre-select places as depictions (#4452)

* WikidataEditService: stop automatically adding WikidataPlace as a depiction

When the user initiates the upload process from Nearby and also manually adds the place as a depiction, the depiction is added twice. Since this behavior is invisible to the user, it is being removed in preparation for auto-selecting the place as a depiction on the DepictsFragment screen.

* DepictsFragment: auto-select place as a depiction

Pass the Place reference from UploadActivity to DepictsFragment and select the corresponding DepictedItem. Using the place id, retrieve the corresponding Entity to create and select a DepictedItem.

* UploadRepository: use Place from UploadItem to obtain a DepictedItem

Instead of passing a Place object from UploadActivity to DepictsFragment and then passing the Place object up the chain to obtain and select a DepictedItem, retrieve the Place object directly within UploadRepository

* DepictsFragment: select Place depiction when fragment becomes visible

* UploadDepictsAdapter: make adapter aware of selection state

Update selection state when recycled list items are automatically selected, preventing automatically selected items from appearing as unselected until they are forced to re-bind (i.e. after scrolling)

* DepictsFragment: pre-select place depictions for all UploadItems

If several images are selected and set to different places, pre-select all place depictions to reinforce the intended upload workflow philosophy (i.e. all images in a set are intended to be from/of the same place). See discussion in commons-app/apps-android-commons#3694

* DepictsFragment: scroll to the top every time list is updated

* Typo fixes (#4461)

* Fixed typo on class documentation of TextUtils

* corrected comma placement in documentation

* Fixed typos in comments

* fix-issue-4424 (#4445)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* fix edit categories ui (#4414)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fix doom version issue (#4463)

* Update db version

* DBOpenHelper version update

* fix :Back Pressed Event not work in Explore tab when user not login (#4404)

* fix :Back Pressed Event not work in Explore tab

* minor changes

* fix :Upload count or number of contribution does not get updated when media  is successful uploaded (#4399)

* * fix:Number of Contributions not updated
 * Add javadocs

* minor changes

* made minor changes

* String was nonsense and untranslatible, fixed (#4466)

* Ability to show captions and descriptions in all entered languages (#4355)

* implement Ability to show captions and descriptions in all entered languages
*Add Javadoc

* handle Back event of fragment(mediaDetailFragment)

* fix minor bugs

* add internationalization

* revert previous changes

* fix visibility bug

* resolve conflict

* Fixes #4437 - Changed indentation on files with 2 spaces to 4 spaces (#4462)

* Edited Project.xml to make indent size 4

* Changed files with 2 space indentation to use 4 space indentation

* Edited Project.xml to make indent size 4

* changed files with 2 space indent to 4 space indent

* fix :Back Pressed Event not work in Explore tab when user not login (#4404)

* fix :Back Pressed Event not work in Explore tab

* minor changes

* fix :Upload count or number of contribution does not get updated when media  is successful uploaded (#4399)

* * fix:Number of Contributions not updated
 * Add javadocs

* minor changes

* made minor changes

* String was nonsense and untranslatible, fixed (#4466)

* Ability to show captions and descriptions in all entered languages (#4355)

* implement Ability to show captions and descriptions in all entered languages
*Add Javadoc

* handle Back event of fragment(mediaDetailFragment)

* fix minor bugs

* add internationalization

* revert previous changes

* fix visibility bug

* resolve conflict

Co-authored-by: Prince kushwaha <65972015+Prince-kushwaha@users.noreply.github.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>

* Use more understandable strings (#4470)

* Fix #3792 Missing Column Issue (#4468)

* Fix Missing Column Issue

* Fix tests

* Add UploadCategoriesFragment Unit Tests (#4473)

* Panorama (#4467)

* panoramic images fixed

* made requested changes

* Minor refactoring

Co-authored-by: Aditya Srivastava <iamaditya2009@gmail.com>

* Localisation updates from https://translatewiki.net.

* Main activity title is sometimes "Contributions", sometimes "Commons" (#4472)

Fixes #4438  Replace == with equals() in onRestoreInstanceState

* Localisation updates from https://translatewiki.net.

* caption and description copyable (#4481)

* Removed next button in quiz (#4382)

* issues resolved

* modification done

* warning fixed

* issues resolved

* Button added

* don't know function added

* Button added

* modification done

* modification done

* Localisation updates from https://translatewiki.net.

* Added option to show and modify location while uploading (#4475)

* initial commit

* Everything done

* minor modification

* minor modification

* Issues fixed

* minor modifications

* issue fixed

* Issues fixed

* Tutorial removed from log out state (#4479)

* tutorial removed from log out state

* Issue removed

* Update changelog.md

* Versioning for v3.0.2

* Fix #4482 (#4484)

* Fix crash when image resolution is very high (#4483)

* Localisation updates from https://translatewiki.net.

* Add Contributions Fragment Unit Tests (#4490)

* Fix Tests Errors (#4491)

* Add UploadMediaDetailFragment Unit Tests (#4492)

* Localisation updates from https://translatewiki.net.

* Localisation updates from https://translatewiki.net.

* Localisation updates from https://translatewiki.net.

* Initialised xmls, made folder and image item.

* xmls done

* xmls completed

* removed unwanted attribute

* Created models, adapters and view models (#4441)

* created models, adapters and view models

* Added Image Fragment

* back button linked

* Documentation and refractor

* spaces

* Butterknife annotation

* DiffUtil

* Added Examples

* Extended Custom selector From Base Activity

* made view model injectable

* [GSOC] Added Image Fetch (#4449)

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* [GSoC] Image Selection (#4457)

* Localisation updates from https://translatewiki.net.

* Fixes #4357  After switching to different account, contributions screen shows pictures of previous account (#4421)

* Update UploadMediaDetailFragment.java

* Update LoginActivity.java

Clear CompositeDisposable after logging in successfully. It may help solve the problem of saving the contribution to the previous account

* Revert "Update UploadMediaDetailFragment.java"

This reverts commit b1b4257f20.

Co-authored-by: Obsidian_zero <1198474846@qq.com>

* Remove unnecessary whitespace from a message (#4439)

* Merge v3.0.1 into master (#4446)

* Versioning and changelog for v3.0.0 (#4152)

* Versioning for v3.0.0

* Update changelog.md

* Handled migration 8-9-10 in BookmarksLocationDao (#4154)

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* #Fixes #4141
- Handled migrations for BookmarkLocationsDao from 8-9-10

* Fixes #4179 (#4180)

* Handled null pointer exception in MainActivity->ContributionsFragment#backButtonClicked()
* Updated >ContributionsFragment#backButtonClicked() to handle back press properly

* Fixes #4179 (#4181)

* Handled possible null check on MediaDetails in BookmarkListRootFragment#backPressed()

* Cherrypick for hotfix3.1 (#4205)

* Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

Fixes #4159 On Explore Tab, All Available Options on toolbar in media detail view are only targeting the first media in the list.

* fixed bug: App crashes on viewing review in Review Fragment #4132 (#4146)

* fixed bug:app crashes on viewing review in Review Fragment #4135

* Fixed the issue with back button in contribution tab. (#4177)

Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>

* Fixed the issue with back navigation button on toolbar in explore tab. (#4175)

* Fix (#4148) Issues on theme change

* fixed themeChange crashes

* fixed comments

* Overlooked the title bar

Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>

* Fixes #4173 (#4396)

* Fix #4147  Pre-fill desc in Nearby uploads with Wikidata item's label + description (#4390)

* Update query to fetch descriptions

* Make description added to NearbyResultItem

* Make string operations to display description and label in a combined way

* Fix reviews, remove long description from list and swap label and description texts

* Fix repeated information issue

* Fix double information issue

* fix style issues

* Remove douplicated information

* Changes made (#4354)

* Remove nonexistent method

* Fix #4283 IllegalStateException (#4440)

* Fix #4283 IllegalStateException

* Fix flickering issue

* Versioning for v3.0.1

* Update changelog.md

Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Aditya-Srivastav <54016427+4D17Y4@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>

* Localisation updates from https://translatewiki.net.

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* Added a feature for editing coordinates (#4418)

* not

* Place Picker added

* Pick location and API call linked

* minor warnings resolved

* Code conventions followed

* issue fixed

* Wikitext edited properly

* minor modification

* Location Picker added

* Bottom sheet removed

* Location picker fully implemented

* credit added

* credit added

* issues fixed

* issues fixed

* minor issue fixed

* Some build issues occured merging release v3.0 are fixed. One paranthesis issue is solved, a method about UploadService is removed, since we don't use it anymore. (#4451)

* Localisation updates from https://translatewiki.net.

* Fixes 4344 - Duplicate Uploads (#4442)

* Fixes 4344
- Update the retention policy of the Work Manager to ExistingWorkPolicy.APPEND_OR_REPLACE- which would append the new work to the end of existing one. This helps remove the while loop in UploadWorker which was meant to handle the cases where a new worker would be created for retries. The while loop seemed to have race conditions uploading duplicate entries.

* Update states to IN_PROGRESS before uploads are processed

* Image selection added

* Forwarded activity result to upload wizard

* Initialised xmls, made folder and image item.

* xmls done

* xmls completed

* removed unwanted attribute

* Created models, adapters and view models (#4441)

* created models, adapters and view models

* Added Image Fragment

* back button linked

* Documentation and refractor

* spaces

* Butterknife annotation

* DiffUtil

* Added Examples

* Extended Custom selector From Base Activity

* made view model injectable

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* Image selection added

* Forwarded activity result to upload wizard

* [GSOC] Added Image Fetch (#4449)

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code

* fixed merge errors

* Documented the remaining function

Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Co-authored-by: obsidian-zero <63155026+obsidian-zero@users.noreply.github.com>
Co-authored-by: Obsidian_zero <1198474846@qq.com>
Co-authored-by: Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Co-authored-by: Josephine Lim <josephinelim86@gmail.com>
Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>
Co-authored-by: Ayan Sarkar <71203077+Ayan-10@users.noreply.github.com>

* [GSoC] Show uploaded images differently. (#4464)

* uploaded images shown differently

* Loaded images before query

* Handled exceptions, Made ImageLoader injectable, Document and clean code

* [GSoC] Added Uploaded status table in room database. (#4476)

* added Uploaded status table in room database

* Added unique property, minor refractoring

* Database intigrated

* Database integrated

* Handled result null exception

* Exceptions handled and refractored

* Introduced constants

* moved to sealed class

* No database insert on network error

* queried original image

* documented the code

* Updated uploaded status on upload success

* Image Helper test (#4485)

* [GSoC] Adapter Tests (#4488)

* Added FolderAdapterTest

* Image Adapter Test

* merge fix

* rebase fix

Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Co-authored-by: obsidian-zero <63155026+obsidian-zero@users.noreply.github.com>
Co-authored-by: Obsidian_zero <1198474846@qq.com>
Co-authored-by: Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Co-authored-by: Josephine Lim <josephinelim86@gmail.com>
Co-authored-by: Ashish <ashishkumar468@gmail.com>
Co-authored-by: neslihanturan <tur.neslihan@gmail.com>
Co-authored-by: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com>
Co-authored-by: Shabir Ahmad <56585337+shabar-shab@users.noreply.github.com>
Co-authored-by: Pratham2305 <Pratham2305@users.noreply.github.com>
Co-authored-by: Madhur Gupta <30932899+madhurgupta10@users.noreply.github.com>
Co-authored-by: Vinayak Aggarwal <56196007+vinayak0505@users.noreply.github.com>
Co-authored-by: Ayan Sarkar <71203077+Ayan-10@users.noreply.github.com>
Co-authored-by: Brigham Byerly <6891883+byerlyb20@users.noreply.github.com>
Co-authored-by: Jamie Brown <jamiejbrown521@gmail.com>
Co-authored-by: Prince kushwaha <65972015+Prince-kushwaha@users.noreply.github.com>
Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
Co-authored-by: Ashar <asharalikhan200@gmail.com>
2021-07-14 20:05:08 +09:00

291 lines
31 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Authors:
* Narazeni
* Silovan
-->
<resources>
<string name="uploads_pending_notification_indicator">%1$d {{PLURAL:%1$d|one=ფაილი იხარგუ|few=ფაილი იხარგუ}}</string>
<plurals name="contributions_subtitle">
<item quantity="one">(%1$d)</item>
<item quantity="other">(%1$d)</item>
</plurals>
<string name="starting_uploads">ეხარგუაშ დოჭყაფა</string>
<plurals name="starting_multiple_uploads">
<item quantity="one">იმუშებუ %1$d ეხარგუა</item>
<item quantity="few">იმუშებუ %1$d ეხარგუა</item>
<item quantity="other">იმუშებუ %1$d ეხარგუა</item>
</plurals>
<plurals name="multiple_uploads_title">
<item quantity="one">%1$d ეხარგუა</item>
<item quantity="few">%1$d ეხარგუა</item>
<item quantity="other">%1$d ეხარგუა</item>
</plurals>
<plurals name="share_license_summary">
<item quantity="one">თე სურათი გიბჟინუ %1$s ლიცენზიათ</item>
<item quantity="other">თე სურათეფი გიბჟინუ %1$s ლიცენზიათ</item>
</plurals>
<plurals name="upload_count_title">
<item quantity="one">%1$d ეხარგუა</item>
<item quantity="other">%1$d ეხარგუა</item>
</plurals>
<string name="navigation_item_explore">გჷნოჯინა</string>
<string name="preference_category_appearance">მიოჯინი</string>
<string name="preference_category_general">თარი</string>
<string name="preference_category_feedback">წიმოხრსხუ</string>
<string name="preference_category_privacy">კონფიდენციალურალა</string>
<string name="app_name">ვიკიოწკარუე</string>
<string name="menu_settings">პარამეტრეფი</string>
<string name="intent_share_upload_label">ვიკიოწკარუეშა ეხარგუა</string>
<string name="username">მახვარებუშ ჯოხო</string>
<string name="password">პაროლი</string>
<string name="login_credential">გემშართით თქვანი პროფილით Commons Beta-შა</string>
<string name="login">მიშულა</string>
<string name="forgot_password">პაროლქ დუგოჭყორდესო?</string>
<string name="signup">რეგისტრაცია</string>
<string name="logging_in_title">სისტემაშა მიშულა</string>
<string name="logging_in_message">ქორთხინთ ქჷმიცადით …</string>
<string name="login_success">სისტემაშა მიშულაქ წჷმოძინელო გეთუ!</string>
<string name="login_failed">სისტემაშა მიშულაქ ვემიხუჯინუ!</string>
<string name="upload_failed">ფაილქ ვეგორუ. ქორთხინთ, ქოცადით შხვა ფაილი.</string>
<string name="authentication_failed">აუთენტიფიკაციაქ ვემიხუჯინუ, ქოთხინთ ავტორიზაცია ხოლო ართშა გემკორთით.</string>
<string name="uploading_started">ეხარგუაქ ქჷდიჭყუ!</string>
<string name="upload_completed_notification_title">%1$ ეხარგილი რე!</string>
<string name="upload_completed_notification_text">ქეგუწკანტეთ თქვანი ეხარგუაშ ოძირაფალო</string>
<string name="upload_progress_notification_title_start">ეთმიხარგუ ფაილი: %s</string>
<string name="upload_progress_notification_title_in_progress">%1$ იხარგუ</string>
<string name="upload_progress_notification_title_finishing">ეხარგუაშ თება %1$</string>
<string name="upload_failed_notification_title">%1$ ეხარგუაქ ვემიხუჯინუ</string>
<string name="upload_failed_notification_subtitle">ოძირაფალო ქეგუწკანტეთ</string>
<string name="upload_paused_notification_subtitle">ოძირაფალო ქეგუწკანტეთ</string>
<string name="title_activity_contributions">ჩქიმი ბოლო ეხარგუეფი</string>
<string name="contribution_state_queued">რადი</string>
<string name="contribution_state_failed">ვემიხუჯინუ</string>
<string name="contribution_state_in_progress">%1$d%% გეთუ</string>
<string name="contribution_state_starting">იხარგუაფუ</string>
<string name="menu_from_gallery">გალერეაშე</string>
<string name="menu_from_camera">ფოტოშ გინოღალა</string>
<string name="menu_nearby">გოხოლუას</string>
<string name="provider_contributions">ჩქიმი ეხარგუეფი</string>
<string name="menu_share">გობჟინაფა</string>
<string name="menu_view_file_page">ფაილიშ ხასჷლაშ ძირაფა</string>
<string name="share_title_hint">მუკნაჭარა (უციო)</string>
<string name="add_caption_toast">ქორთხინთ, ქემიოწურეთ თე ფაილიშ ეჭარუა</string>
<string name="share_description_hint">ეჭარუა</string>
<string name="share_caption_hint">მუკნაჭარა</string>
<string name="login_failed_network">მიშულაქ ვემიხუჯინუ - რშვილიშ ჩილათა</string>
<string name="login_failed_throttled">ძალამ მიარე უმწუძინუ ცადება. ქორთხინ, მუხირენ წუთშა ხოლო ქოცადით.</string>
<string name="login_failed_blocked">მორდება, თე მახვარებუ ბლოკირი რე ვიკიოწკარუეს</string>
<string name="login_failed_2fa_needed">თქვა გემშიონათ ოკო ჟირფაქტორიანი ავტორიზაციაშ კოდი.</string>
<string name="login_failed_generic">მიშულაქ ვემიხუჯინუ</string>
<string name="share_upload_button">ეხარგუა</string>
<string name="multiple_share_base_title">სერიაშ ჯოხო</string>
<string name="provider_modifications">მოდიფიკაციეფი</string>
<string name="menu_upload_single">ეხარგუა</string>
<string name="categories_search_text_hint">კატეგორიაშ გიშაგორუა</string>
<string name="menu_save_categories">ჩუალა</string>
<string name="refresh_button">გოახალაფა</string>
<string name="display_list_button">ერკებული</string>
<string name="contributions_subtitle_zero">(ეხარგუეფი ვა რე)</string>
<string name="categories_not_found">ვეგორინჷ კატეგორიეფქ, ნამუეფით მოგენა %1$s</string>
<string name="categories_skip_explanation">ქეგუძინით კატეგორიეფი, თქვანი სურათეფი უმოს მოხუჯურ მიოგორალქ იჸუას ვიკიოწკარუესჷნ.\nგემშეჸონით ჯოხო კატეგორიეფიშ გიოძინალო.</string>
<string name="categories_activity_title">კატეგორიეფი</string>
<string name="title_activity_settings">პარამეტრეფი</string>
<string name="title_activity_signup">რეგისტრაცია</string>
<string name="title_activity_featured_images">გიშნაგორა სურათეფი</string>
<string name="title_activity_category_details">კატეგორია</string>
<string name="title_activity_review">ექსპერტული ფასება</string>
<string name="menu_about">პროგრამაშ გეშა</string>
<string name="about_license">ღილე კოდიშ მოღვენი აპლიკაცია, იფაჩუ ლიცენზიათ &lt;a href=\"https://github.com/commons-app/apps-android-commons/blob/master/COPYING\"&gt;Apache License v2&lt;/a&gt;. ვიკიოწკარუე დო თიში ლოგო ფონდი ვიკიმედიაშ ოვაჭარე შანეფი რე დო ფონდი ვიკიმედიაშ ოჸიათ გიმირინუაფუ. ჩქი ფონდ ვიკიმედიაწკჷმა მერსხილი ვავორეთ.</string>
<string name="about_improve">&lt;a href=\"https://github.com/commons-app/apps-android-commons\"&gt;წყუ&lt;/a&gt; და &lt;a href=\"https://commons-app.gოthub.io/\"&gt;ვებ-ხასჷლა&lt;/a&gt; GitHub-ის. ჩილათაშ ოგინაფალო ვარ-და ზიტყვასქვილშო გაჭყით ახალი &lt;a href=\"%1$s\"&gt;მოთხირი GitHub-ის&lt;/a&gt;.</string>
<string name="about_privacy_policy">კონფიდენციალურალაშ პოლიტიკა</string>
<string name="about_credits" fuzzy="true">&lt;a href=\"https://github.com/commons-app/apps-android-commons/blob/master/CREDITS\"&gt;მარდეფი&lt;/a&gt;</string>
<string name="title_activity_about">პროგრამაშ გეშა</string>
<string name="menu_feedback">წჷმიხონარეფიშ ჯღონუა (ელ.ფოსტათ)</string>
<string name="no_email_client">ელ-ფოსტაშ კლიენტი ვა რე გერინაფილი</string>
<string name="provider_categories">ასერდე გჷმორინაფილი კატეგორიეფი</string>
<string name="waiting_first_sync">მაართა სინქრონიზაციაშ ჯინა…</string>
<string name="no_uploads_yet">თქვა დიო აკა ფოტო ვეიხარგუნა.</string>
<string name="menu_retry_upload">გომაჟირაფა</string>
<string name="menu_cancel_upload">გოუქვაფა</string>
<string name="media_upload_policy">თე სურათიშ ეხარგუათ ვაცხადენქ, ნამჷ-და თენა ჩქიმი პიჯული ნახანდა რე დო ვეკათუანს ოავტორე ნებეფიტ თხილერ მასალეფს ვარდა სელფის, შხვა შვანს თინა უგამენს &lt;a href=\"https://commons.wikimedia.org/wiki/Commons:Policies_and_guidelines\"&gt;ვიკიოწკარუეშ პოლიტიკას&lt;/a&gt;.</string>
<string name="menu_download">გჷნოჭარუა</string>
<string name="preference_license">გურგოჩამილი ლიცენზია</string>
<string name="use_previous">წჷმი დუდჯოხოშ/ეჭარუაშ გჷმორინაფა</string>
<string name="preference_theme">ფონიშ რეჟიმი</string>
<string name="license_name_cc_by_sa_four"> Attribution-ShareAlike 4.0</string>
<string name="license_name_cc_by_four"> Attribution 4.0</string>
<string name="license_name_cc_by_sa"> Attribution-ShareAlike 3.0</string>
<string name="license_name_cc_by"> Attribution 3.0</string>
<string name="license_name_cc0">CC0</string>
<string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string>
<string name="license_name_cc_by_3_0">CC BY-SA 3.0</string>
<string name="license_name_cc_by_sa_4_0">CC BY-SA 4.0</string>
<string name="license_name_cc_by_4_0">CC BY 4.0</string>
<string name="tutorial_1_text">ვიკიოწკარუე იკათუანს ვიკიპედიას გჷმორინაფილი სურათეფიშ უმენტაშობას.</string>
<string name="tutorial_1_subtext">თქვანი სურათი მეხვარებუ მახორობაშ გონათუას მოსოფელიშ მუკი-მუკი!</string>
<string name="tutorial_2_text">ქორთხინთ გეხარგეთ, ხვალე თქვანით ინოღალირი ვარდა აკოქიმინელი სურათეფი:</string>
<string name="tutorial_2_subtext_1">ორთაშობური ობიექტეფი (პიოლეფი, ჩხოლარეფი, გვალეფი)</string>
<string name="tutorial_2_subtext_2">ორგებელი ობიექტეფი (ველოსიპედეფი, მახინწალიშ დგჷმილეფი)</string>
<string name="tutorial_2_subtext_3">ჩინებული ადამიერეფი (თქვანი მერი, ოლიმპიალი ათლეტეფი, ნამუეფსჷთ შეხვალამუთჷნ)</string>
<string name="tutorial_3_text">ქორთხინთ ვეხარგათ:</string>
<string name="tutorial_3_subtext_1">სელფეფი ვარდა თქვანი მაჸალეეფიშ სურათეფი</string>
<string name="tutorial_3_subtext_2">სურათეფი, ნამუეფით თქვა გჷნოჭარით ინტერნეტშე</string>
<string name="tutorial_3_subtext_3">დორხველი აპლიკაციაშ სკრინშოტი</string>
<string name="tutorial_4_text">ეხარგუაშ მინუში:</string>
<string name="tutorial_4_subtext_1">დუდჯოხო: სიდნეიშ ოპერაშ ჸუდე</string>
<string name="tutorial_4_subtext_2">ეჭარუა: სიდნეიშ ოპერაშ ჸუდეშ მიოჯინი ჸუჯიშე</string>
<string name="tutorial_4_subtext_3">კატეგორიეფი: Sydney Opera House from the west, Sydney Opera House remote views</string>
<string name="welcome_wikipedia_text">გეხარგეთ თქვანი ფოტოეფი. ქემეხვარით ვიკიპედიაშ სტატიეფიშ გაჭყანიერებას!</string>
<string name="welcome_wikipedia_subtext">ვიკიპედიაშ ფოტოეფი ვიკიოწკარუეს იჩუალუაფუ.</string>
<string name="welcome_copyright_text">თქვანი სურათეფი კათაშ გონათუას ოხვარუ ედომუშამ მოსოფელს.</string>
<string name="welcome_copyright_subtext">მუკიჩილითეთ ოავტორე ნებეფით თხილერი მასალეფიშ ეხარგუას, ნამუეფით თქვა გორით ინტერნეტის, თაშნეშე პლაკატეფიშ, წინგეფიშ გალეგადვალუეფიშ დო თ.უ.</string>
<string name="welcome_final_text">თქვა ფირქენთო, ნამჷ-და თენა ქიგეგითჷნ?</string>
<string name="welcome_final_button_text">ქოǃ</string>
<string name="welcome_help_button_text">უმოსი ინფორმაცია</string>
<string name="detail_panel_cats_label">კატეგორიეფი</string>
<string name="detail_panel_cats_loading">იხარგუ...</string>
<string name="detail_panel_cats_none">მუთუნ ვა რე გიშაგორილი</string>
<string name="detail_caption_empty">მუკნაჭარა ვა რე</string>
<string name="detail_description_empty">ვა რე ეჭარუა</string>
<string name="detail_discussion_empty">სხუნუა ვა რე</string>
<string name="detail_license_empty">უჩინებუ ლიცენზია</string>
<string name="menu_refresh">გოახალაფა</string>
<string name="storage_permission_title">თხილუაშ ოჸიაშ მოთხირი</string>
<string name="read_storage_permission_rationale">ოჸია: გალენი შვენაშ კითხირი. აპლიკაციას ვემიაჭირინე თქვან გალერეაშა თეშ უმუშო.</string>
<string name="write_storage_permission_rationale">ოჸიას ოხვილუ: გალენი შვენაშ გიმორინაფა. აპლიკაციას ვემიახუჯინე თქვან კამერაშა/გალერეაშა თეშ უმუშო.</string>
<string name="location_permission_title">ორენიშ გჷმორინაფაშ მოთხირი</string>
<string name="ok">ჯგირი</string>
<string name="warning">ხვილაფა</string>
<string name="duplicate_image_found">ძირაფილი რე სურათიშ ანგი</string>
<string name="upload">ეხარგუა</string>
<string name="yes">ქო</string>
<string name="no">ვარი</string>
<string name="media_detail_caption">მუკნაჭარა</string>
<string name="media_detail_title">დუდჯოხო</string>
<string name="media_detail_depiction">გჷმოხანტუეფი</string>
<string name="media_detail_description">ეჭარუა</string>
<string name="media_detail_discussion">სხუნუა</string>
<string name="media_detail_author">ავტორი</string>
<string name="media_detail_uploaded_date">ეხარგუაშ თარიღი</string>
<string name="media_detail_license">ლიცენზია</string>
<string name="media_detail_coordinates">კოორდინატეფი</string>
<string name="media_detail_coordinates_empty">ვა რე წჷმორინაფილი</string>
<string name="become_a_tester_title">ბეტა ტესტირებას კათაფი</string>
<string name="_2fa_code">2ფა კოდი</string>
<string name="logout_verification">გოკონანო გიშულა?</string>
<string name="commons_logo">ვიკიოწკარუეშ ლოგო</string>
<string name="commons_website">ვიკიოწკარუეშ ვებ-ხასჷლა</string>
<string name="commons_facebook">ვიკიოწკარუეშ Facebook ხასჷლა</string>
<string name="commons_github">ვიკიოწკარუეს წყუშ კოდი Github-ის</string>
<string name="mediaimage_failed">მედიაფაილიშ ჩილათა</string>
<string name="no_subcategory_found">გიმენკატეგორიეფქ ვეგორინუ</string>
<string name="no_parentcategory_found">ომასქერე კატეგორიეფქ ვეგორინუ</string>
<string name="welcome_image_mount_zao">ზაოშ გვალა</string>
<string name="welcome_image_llamas">ლამეფი</string>
<string name="welcome_image_rainbow_bridge">ცაშორტყაფუშ ხინჯი</string>
<string name="welcome_image_tulip">ტიტა</string>
<string name="welcome_image_welcome_wikipedia">მოზოჯით ვიკიპედიაშა</string>
<string name="welcome_image_welcome_copyright">მოზოჯით — ოავტორე ნებეფი</string>
<string name="welcome_image_sydney_opera_house">სიდნეიშ ოპერაშ თეატრი</string>
<string name="cancel">გოუქვაფა</string>
<string name="navigation_drawer_open">გონწყუმა</string>
<string name="navigation_drawer_close">კილუა</string>
<string name="navigation_item_home">დუდხასჷლა</string>
<string name="navigation_item_upload">ეხარგუა</string>
<string name="navigation_item_nearby">გოხოლუას</string>
<string name="navigation_item_about">პროგრამაშ გეშა</string>
<string name="navigation_item_settings">კონფიგურაცია</string>
<string name="navigation_item_feedback">წიმოხრსხუ</string>
<string name="navigation_item_logout">გიშულა</string>
<string name="navigation_item_info">გიოგურაფალი</string>
<string name="navigation_item_notification">გინაფეფი</string>
<string name="navigation_item_review">გინოჯინა</string>
<string name="no_description_found">ეჭარუაქ ვეგორინუ</string>
<string name="nearby_info_menu_commons_article">ვიკიოწკარუეშ ფაილიშ ხასჷლა</string>
<string name="nearby_info_menu_wikidata_article">ვიკიმუნაჩემეფიშ ელემენტი</string>
<string name="nearby_info_menu_wikipedia_article">ვიკიპედიაშ სტატია</string>
<string name="description_info">ქორთხინთ, კილიშკილშა გეჭარით ეიოხარგალი ფაილი: სო რდჷ გინოღალირი? მუ რე თექ ეხანტილი? მუ კონტექსტიში რე? ქორთხინთ გეჭარით ეხანტილი პერსონეფი ვარდა ობიექტეფი. ქეგუძინით ინფორმაცია, ნამუშეთ ვემიხუჯინე ლექინას ქუგოხვადენ, სამანგათ, დღა დო სერიშ ბორჯი,მუჟამსჷთ გინიღით სურათინ. მუთუნ ვარჩქვანელობურ ქორე გინოღალირი-და, ქეშეცადით გოსხუნათ, მუ რე თექ ვარჩქვანელობურინ.</string>
<string name="caption_info">ქორთხინთ, დოჭარით სურათიშ კუნტა ეჭარუა. მაართა მუკნაჭარა სურათიშ დუდჯოხოთ იჸი გჷმორინაფილი. გოხურგელი რე 255 ასო-შანით.</string>
<string name="upload_problem_exist">პოტენციური პრობლემეფი თე სურათწკჷმაː</string>
<string name="upload_problem_image_dark">სურათი ძალამი რუმე რე.</string>
<string name="upload_problem_image_blurry">სურათი ბონდღილი რე.</string>
<string name="upload_problem_image_duplicate">თე სურათი უკვე ვიკიოწკარუეს რე,</string>
<string name="upload_problem_different_geolocation">თე სურათი შხვა აბანს რე გინოღალირი.</string>
<string name="upload_problem_fbmd">ქორთხინთ, გეხარგეთ ხვალე თქვანი გინნაღელი სურათეფი. ვეხარგათ თი სურათეფი, ნამუთ შხვა კათაშ ფეისბუქიშ ანგარიშის ძირითინ.</string>
<string name="upload_problem_do_you_continue">იშენ გოკონანო თე სურათიშ ეხარგუა?</string>
<string name="upload_problem_image">სურათის პრობლემეფს ქიმუოგორეთ</string>
<string name="internet_downloaded">ქორთხინთ, გეხარგეთ ხვალე თქვანი გინნაღელი სურათეფი. ვეხარგათ თი სურათეფი, ნამუეფჷთ ინტერნეტშე გჷმოხარგელი გაფჷნან.</string>
<string name="use_external_storage">აპლიკაციაშ გინნაღელი სურათეფიშ ჩუალა</string>
<string name="use_external_storage_summary">აპლიკაციაშ კამერათ გინნაღელო სურათეფიშ ჩუალა თქვან მონწყილობაშ შვენას</string>
<string name="login_to_your_account">გემშართით თქვან პროფილშა</string>
<string name="send_log_file">ლოგ-ფაილიშ ჯღონუა</string>
<string name="null_url">ჩილათა! URL ვეგორუ</string>
<string name="nominate_deletion">ლასუაშ ნომინანტი</string>
<string name="nominated_for_deletion">თე სურათი ოლასარო რე წჷმორინაფილი</string>
<string name="nominated_see_more">დეტალეფიშ გეშა ვებ-ხასჷლაშ ძირაფა</string>
<string name="skip_login">გიშატება</string>
<string name="navigation_item_login">მიშულა</string>
<string name="skip_login_title">ნანდულო გოკონანო მიშულაშ გიშატება?</string>
<string name="nearby_wikidata">ვიკიმუნაჩემეფი</string>
<string name="nearby_wikipedia">ვიკიპედია</string>
<string name="nearby_commons">ვიკიოწკარუე</string>
<string name="about_rate_us">ქეშმაფასით</string>
<string name="about_faq">შხკ</string>
<string name="welcome_skip_button">ოხემანჯღვერეშ გიშატება</string>
<string name="no_internet">ინტერნეტი ვა რე</string>
<string name="no_notifications">გინაფეფქ ვეგორუ</string>
<string name="about_translate">თანგუა</string>
<string name="about_translate_title">ნინეფი</string>
<string name="about_translate_proceed">გაგჷნძორება</string>
<string name="about_translate_cancel">გოუქვაფა</string>
<string name="retry">გომაჟირაფა</string>
<string name="no_images_found">სურათეფქ ვეგორინუ!</string>
<string name="error_loading_images">სურათიშ ეხარგუაშ ბორჯის ჩილათაქ მოხვადჷ.</string>
<string name="image_uploaded_by">ეხარგილი რე $1-იშით</string>
<string name="block_notification_title">ბლოკირი რე</string>
<string name="appwidget_img">დღაშ სურათი</string>
<string name="app_widget_heading">დღაშ სურათი</string>
<string name="menu_search_button">გორუა</string>
<string name="search_commons">ვიკიოწკარუეს გორუა</string>
<string name="title_activity_search">გორუა</string>
<string name="search_recent_header">ბოლოს ნაგორუეფი:</string>
<string name="provider_searches">ასედე გორილი მოთხირეფი</string>
<string name="search_tab_title_media">მულტიმედია</string>
<string name="search_tab_title_categories">კატეგორიეფი</string>
<string name="explore_tab_title_featured">გიშნაგორა</string>
<string name="explore_tab_title_mobile">მობილურით ეხარგილი</string>
<string name="menu_set_wallpaper">ფონო გერინაფა</string>
<string name="wallpaper_set_successfully">ფონქ წუმორინელო ქეგედირთჷ!</string>
<string name="quiz">გითოკითხირი</string>
<string name="quiz_question_string">თე სურათი ეიოხარგალო ჯგირი ქორენო?</string>
<string name="question">კითხირი</string>
<string name="result">შედეგი</string>
<string name="selfie_answer">სელფეფს მუთუნნერი ენციკლოპედიური ღება ვა უღუ. ქორთხინთ, ვეხარგათ თქვანი სურათეფი, ხველე შილებე მუჟამსჷთ თქვან გეშა ვიკიპედიას სტატია ქორენ-და</string>
<string name="congratulatory_message_quiz">თქვა %1$s თინი გამა გიღჷნა. მეგახვამანთ!</string>
<string name="continue_message">გოგჷნძარაფა</string>
<string name="correct">თინი გამა</string>
<string name="wrong">გამა ჩილათირი რე</string>
<string name="quiz_screenshot_question">თე სკრინშოტი ჯგირი რენო ეიოხარგალო?</string>
<string name="delete_recent_searches_dialog">დასურო გოკონანო გორილეფიშ ისტორიაშ ლასუა?</string>
<string name="search_history_deleted">გორუაშ ისტორია ლასირი რე</string>
<string name="delete">ლასუა</string>
<string name="Achievements">მენაჭირინუეფი</string>
<string name="Profile">პროფილი</string>
<string name="statistics">სტატისტიკა</string>
<string name="statistics_thanks">მარდი მეღებული რე</string>
<string name="statistics_featured">გიშნაგორა სურათეფი</string>
<string name="level">დონე</string>
<string name="images_uploaded">სურათეფი ეხარგილი რე</string>
<string name="image_reverts">სურათეფი ვადორთელენა</string>
<string name="images_used_by_wiki">სურათეფი გჷმირინუაფუ</string>
<string name="achievements_revert_limit_message">მინიმალური მოთხირი:</string>
<string name="notifications_channel_name_all">ვიკიოწკარუეშ გინაფა</string>
<string name="preference_author_name_toggle">ავტორიშ შხვა ჯოხოშ გჷმორინაფა</string>
<string name="contributions_fragment">მიშნაღელი თია</string>
<string name="nearby_fragment">გოხოლუას</string>
<string name="notifications">გინაფეფი</string>
<string name="list_sheet">ერკებული</string>
<string name="storage_permission">შვენაშ ალობა</string>
<string name="error_occurred_in_picking_images">სურათიშ ეხარგუაშ ბორჯის ჩილათაქ მოხვადჷ</string>
<string name="please_wait">ქორთხინთ ქჷმიცადით …</string>
</resources>