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

Update StringDictionary.el.xaml #213

Merged
merged 1 commit into from
Sep 2, 2020
Merged
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
46 changes: 23 additions & 23 deletions StringDictionary.el.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,30 +290,30 @@
<system:String x:Key="Words.Capacity">Χωρητικότητα</system:String>

<!-- from 2020.9 -->
<system:String x:Key="Words.FileExplorer">File Explorer</system:String>
<system:String x:Key="FileExplorer.UpdateChangeAsync">Update storage changes asynchronously</system:String>
<system:String x:Key="FileExplorer.KeepModifiedDate">Try to keep &quot;Date modified&quot; when copying</system:String>
<system:String x:Key="FileExplorer.FilesystemWatcher">Monitor process access to files</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension">Quick Copy/Move/Delete for remote storage</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Overwrite">Overwrite target</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Rename">Rename source</system:String>
<system:String x:Key="Words.Skip">Skip</system:String>
<system:String x:Key="Words.Slow">Slow</system:String>
<system:String x:Key="Message.ResponseSlow">A response may be slow</system:String>
<system:String x:Key="Words.AdvancedOptions">Advanced Options</system:String>
<system:String x:Key="Words.Properties">Properties</system:String>

<system:String x:Key="Words.MySubscription">My Subscription</system:String>
<system:String x:Key="Words.ShareWithOther">Share with others</system:String>
<system:String x:Key="Words.SharedWithMe">Shared with me</system:String>
<system:String x:Key="Words.Import">Import</system:String>
<system:String x:Key="Words.Export">Export</system:String>
<system:String x:Key="Words.ProcessMonitor">Process Monitor</system:String>
<system:String x:Key="Words.FileExplorer">Εξερεύνηση αρχείων</system:String>
<system:String x:Key="FileExplorer.UpdateChangeAsync">Ενημερώστε τις αλλαγές στο μέσο αποθήκευσης ασύγχρονα</system:String>
<system:String x:Key="FileExplorer.KeepModifiedDate">Προσπάθησε να κράτησεις την &quot;Ημερομηνία μεταβολής&quot; κατά την αντιγραφή</system:String>
<system:String x:Key="FileExplorer.FilesystemWatcher">Παρακολούθηση της πρόσβασης στα αρχεία</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension">Γρήγορη Αντιγραφή/Μετακίνηση/Διαγραφή για απομακρυσμένο μέσο αποθήκευσης</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Overwrite">Αντικατάσταση αρχείου</system:String>
<system:String x:Key="FileExplorer.PerformanceExtension.Rename">Μετονομασία πηγής</system:String>
<system:String x:Key="Words.Skip">Παράληψη</system:String>
<system:String x:Key="Words.Slow">Αργό</system:String>
<system:String x:Key="Message.ResponseSlow">Η ανταπόκριση μπορεί να είναι αργή</system:String>
<system:String x:Key="Words.AdvancedOptions">Προχωρημένες επιλογές</system:String>
<system:String x:Key="Words.Properties">Ιδιότητες</system:String>

<system:String x:Key="Words.MySubscription">Η συνδρομή μου</system:String>
<system:String x:Key="Words.ShareWithOther">Διαμοιρασμός με άλλους</system:String>
<system:String x:Key="Words.SharedWithMe">Μοιρασμένο με εμένα</system:String>
<system:String x:Key="Words.Import">Εισαγωγή</system:String>
<system:String x:Key="Words.Export">Εξαγωγή</system:String>
<system:String x:Key="Words.ProcessMonitor">Παρακολούθηση Διεργασιών</system:String>

<system:String x:Key="Account.Endpoint">Endpoint</system:String>
<system:String x:Key="GoogleDrive.SharedDrives">Shared drives</system:String>
<system:String x:Key="GoogleDrive.SharedDrives">Κοινόχρηστες μονάδες δίσκου</system:String>

<system:String x:Key="Words.Reading">Reading</system:String>
<system:String x:Key="Words.Writing">Writing</system:String>
<system:String x:Key="Words.Hide">Hide</system:String>
<system:String x:Key="Words.Reading">Ανάγνωση</system:String>
<system:String x:Key="Words.Writing">Γράψιμο</system:String>
<system:String x:Key="Words.Hide">Κρυφό</system:String>
</ResourceDictionary>