mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
allow localization for "Copy to clipboard" string
This commit is contained in:
parent
268a7c8434
commit
cbfef09c81
@ -27,8 +27,7 @@ namespace keepass2android
|
|||||||
}
|
}
|
||||||
public string Text
|
public string Text
|
||||||
{
|
{
|
||||||
//TODO localize
|
get { return _context.Resources.GetString(Resource.String.copy_to_clipboard); }
|
||||||
get { return "Copy to clipboard"; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@
|
|||||||
<string name="digits">Digits</string>
|
<string name="digits">Digits</string>
|
||||||
<string name="disclaimer_formal">Keepass2Android comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under the conditions of the GPL version 2 or later.</string>
|
<string name="disclaimer_formal">Keepass2Android comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under the conditions of the GPL version 2 or later.</string>
|
||||||
<string name="ellipsis">\u2026</string>
|
<string name="ellipsis">\u2026</string>
|
||||||
|
<string name="copy_to_clipboard">Copy to clipboard</string>
|
||||||
|
|
||||||
<string name="enter_filename">Enter database filename</string>
|
<string name="enter_filename">Enter database filename</string>
|
||||||
<string name="entry_accessed">Accessed</string>
|
<string name="entry_accessed">Accessed</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user