You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.7 KiB
44 lines
1.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2007 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<string name="app_name">NotePad</string>
|
|
<string name="live_folder_name">Notes</string>
|
|
|
|
<string name="title_edit_title">Note title:</string>
|
|
<string name="title_create">New note</string>
|
|
<string name="title_edit">Edit: %1$s</string>
|
|
<string name="title_notes_list">Notes</string>
|
|
|
|
<string name="menu_add">New note</string>
|
|
<string name="menu_save">Save</string>
|
|
<string name="menu_delete">Delete</string>
|
|
<string name="menu_open">Open</string>
|
|
<string name="menu_revert">Revert changes</string>
|
|
<string name="menu_copy">Copy</string>
|
|
<string name="menu_paste">Paste</string>
|
|
|
|
<string name="button_ok">OK</string>
|
|
<string name="text_title">Title:</string>
|
|
|
|
<string name="resolve_edit">Edit note</string>
|
|
<string name="resolve_title">Edit title</string>
|
|
|
|
<string name="error_title">Error</string>
|
|
<string name="error_message">Error loading note</string>
|
|
<string name="nothing_to_save">There is nothing to save</string>
|
|
<string name="title_blank">Blank title not saved</string>
|
|
</resources> |