--- /dev/null
+Version 1.0
+
+Copyright 2002-2009 The Horde Project. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+3. The end-user documentation included with the redistribution, if
+any, must include the following acknowledgment:
+
+ "This product includes software developed by the Horde Project
+ (http://www.horde.org/)."
+
+Alternately, this acknowledgment may appear in the software itself, if
+and wherever such third-party acknowledgments normally appear.
+
+4. The names "Horde", "The Horde Project", and "Mnemo" must not be
+used to endorse or promote products derived from this software without
+prior written permission. For written permission, please contact
+core@horde.org.
+
+5. Products derived from this software may not be called "Horde" or
+"Mnemo", nor may "Horde" or "Mnemo" appear in their name, without
+prior written permission of the Horde Project.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE HORDE PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the Horde Project. For more information on
+the Horde Project, please see <http://www.horde.org/>.
--- /dev/null
+What is Mnemo?
+==============
+
+:Last update: $Date: 2007/07/30 18:52:36 $
+:Revision: $Revision: 1.9 $
+:Contact: horde@lists.horde.org
+
+.. contents:: Contents
+.. section-numbering::
+
+Mnemo is the Horde notes and memos application. It lets users keep free-text
+notes and other bits of information which doesn't fit as a contact, a todo
+item, an event, etc. It is very similar in functionality to the Palm Memo
+application.
+
+This software is OSI Certified Open Source Software. OSI Certified is a
+certification mark of the `Open Source Initiative`_.
+
+.. _`Open Source Initiative`: http://www.opensource.org/
+
+
+Obtaining Mnemo
+---------------
+
+Further information on Mnemo and the latest version can be obtained at
+
+ http://www.horde.org/mnemo/
+
+
+Documentation
+-------------
+
+The following documentation is available in the Mnemo distribution:
+
+:README_: This file
+:LICENSE_: Copyright and license information
+:`docs/CHANGES`_: Changes by release
+:`docs/CREDITS`_: Project developers
+:`docs/INSTALL`_: Installation instructions and notes
+:`docs/TODO`_: Development TODO list
+:`docs/UPGRADING`_: Pointers on upgrading from previous Mnemo versions
+
+
+Installation
+------------
+
+Instructions for installing Mnemo can be found in the file INSTALL_ in the
+``docs/`` directory of the Mnemo distribution.
+
+
+Assistance
+----------
+
+If you encounter problems with Mnemo, help is available!
+
+The Horde Frequently Asked Questions List (FAQ), available on the Web at
+
+ http://www.horde.org/faq/
+
+The Horde Project runs a number of mailing lists, for individual applications
+and for issues relating to the project as a whole. Information, archives, and
+subscription information can be found at
+
+ http://www.horde.org/mail/
+
+Lastly, Horde developers, contributors and users also make occasional
+appearances on IRC, on the channel #horde on the Freenode Network
+(irc.freenode.net).
+
+
+Licensing
+---------
+
+For licensing and copyright information, please see the file LICENSE_ in the
+Mnemo distribution.
+
+Thanks,
+
+The Mnemo team
+
+
+.. _README: ?f=README.html
+.. _LICENSE: http://www.horde.org/licenses/asl.php
+.. _docs/CHANGES: ?f=CHANGES.html
+.. _docs/CREDITS: ?f=CREDITS.html
+.. _INSTALL:
+.. _docs/INSTALL: ?f=INSTALL.html
+.. _docs/TODO: ?f=TODO.html
+.. _docs/UPGRADING: ?f=UPGRADING.html
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0"?>
+<!-- $Horde: mnemo/config/conf.xml,v 1.19 2006/12/14 11:28:24 jan Exp $ -->
+<configuration>
+ <configsection name="storage">
+ <configheader>Storage System Settings</configheader>
+
+ <configswitch name="driver" desc="What storage driver should we use?">sql
+ <case name="sql" desc="SQL">
+ <configsection name="params">
+ <configsql switchname="driverconfig">
+ <configstring name="table" desc="Database
+ table">mnemo_memos</configstring>
+ </configsql>
+ </configsection>
+ </case>
+
+ <case name="kolab" desc="Kolab" />
+ </configswitch>
+ </configsection>
+
+ <configsection name="utils">
+ <configheader>External Utilities</configheader>
+ <configstring name="gnupg" required="false" desc="If you want users to have
+ the option of using the GNU Privacy Guard program to decrypt/encrypt notes,
+ enter the location of the 'gpg' binary here. If this is empty this
+ feature will be disabled."/>
+ </configsection>
+
+ <configsection name="menu">
+ <configheader>Menu settings</configheader>
+ <configboolean name="print" desc="Should we display a Print link in the
+ Horde application menus?">true</configboolean>
+ <configboolean name="import_export" desc="Should we display an Import/Export
+ link in the Mnemo application menus?">true
+ </configboolean>
+ <configmultienum name="apps" desc="Select any applications that should be
+ linked in Mnemo's menu">
+ <values>
+ <configspecial name="list-horde-apps" />
+ </values>
+ </configmultienum>
+ </configsection>
+</configuration>
--- /dev/null
+<?php
+/**
+ * Example hooks for Mnemo
+ *
+ * $Horde: mnemo/config/hooks.php.dist,v 1.1 2008/11/26 21:21:02 chuck Exp $
+ */
+
+// if (!function_exists('_mnemo_hook_format_description')) {
+// function _mnemo_hook_format_description($text)
+// {
+// $text = preg_replace('/#(\d+)/', '<a href="http://bugs.horde.org/ticket/\1">\0</a>', $text);
+// $text = preg_replace('/(bug|ticket|request|enhancement|issue):\s*#?(\d+)/i', '<a href="http://bugs.horde.org/ticket/\1">\0</a>', $text);
+//
+// $text = preg_replace_callback('/\[\[note: ?(.*)\]\]/i', create_function('$m', 'return \'<a href="/horde/mnemo/notes/?q=\' . urlencode($m[1]) . \'">\' . htmlspecialchars($m[0]) . \'</a>\';'), $text);
+// $text = preg_replace_callback('/\[\[task: ?(.*)\]\]/i', create_function('$m', 'return \'<a href="/horde/nag/tasks/?q=\' . urlencode($m[1]) . \'">\' . htmlspecialchars($m[0]) . \'</a>\';'), $text);
+//
+// return $text;
+// }
+// }
+
+// if (!function_exists('_mnemo_hook_description_help')) {
+// function _mnemo_hook_description_help()
+// {
+// return '<p>To create a link to a bug, use #123 where 123 is the bug number. To create a link to a task, use [[task: name]], where name is the beginning of the task name. To create a link to another note, use [[note: title]] where title is the beginning of the note title.</p>';
+// }
+// }
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/config/prefs.php.dist,v 1.31 2009/07/08 18:29:42 slusarz Exp $
+ *
+ * See horde/config/prefs.php for documentation on the structure of this file.
+ */
+
+// Make sure that constants are defined.
+require_once dirname(__FILE__) . '/../lib/Mnemo.php';
+
+$prefGroups['display'] = array(
+ 'column' => _("General Options"),
+ 'label' => _("Display Options"),
+ 'desc' => _("Change your note sorting and display options."),
+ 'members' => array('show_notepad', 'sortby', 'sortdir')
+);
+
+$prefGroups['share'] = array(
+ 'column' => _("General Options"),
+ 'label' => _("Default Notepad"),
+ 'desc' => _("Choose your default Notepad."),
+ 'members' => array('notepadselect')
+);
+
+$prefGroups['deletion'] = array(
+ 'column' => _("General Options"),
+ 'label' => _("Delete Confirmation"),
+ 'desc' => _("Delete button behaviour"),
+ 'members' => array('delete_opt')
+);
+
+
+// show a notepad column in the list view?
+$_prefs['show_notepad'] = array(
+ 'value' => 0,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'checkbox',
+ 'desc' => _("Should the Notepad be shown in its own column in the List view?")
+);
+
+// show the notepad options panel?
+// a value of 0 = no, 1 = yes
+$_prefs['show_panel'] = array(
+ 'value' => 1,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'implicit',
+);
+
+// user preferred sorting column
+$_prefs['sortby'] = array(
+ 'value' => MNEMO_SORT_DESC,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'enum',
+ 'enum' => array(MNEMO_SORT_DESC => _("Note Text"),
+ MNEMO_SORT_CATEGORY => _("Note Category"),
+ MNEMO_SORT_NOTEPAD => _("Notepad")),
+ 'desc' => _("Default sorting criteria:")
+);
+
+// user preferred sorting direction
+$_prefs['sortdir'] = array(
+ 'value' => 0,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'enum',
+ 'enum' => array(MNEMO_SORT_ASCEND => _("Ascending"),
+ MNEMO_SORT_DESCEND => _("Descending")),
+ 'desc' => _("Default sorting direction:")
+);
+
+// user note categories
+$_prefs['memo_categories'] = array(
+ 'value' => '',
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'implicit'
+);
+
+// category highlight colors
+$_prefs['memo_colors'] = array(
+ 'value' => '',
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'implicit'
+);
+
+// default notepad selection widget
+$_prefs['notepadselect'] = array('type' => 'special');
+
+// default notepad
+// Set locked to true if you don't want users to have multiple notepads.
+$_prefs['default_notepad'] = array(
+ 'value' => Horde_Auth::getAuth() ? Horde_Auth::getAuth() : 0,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'implicit'
+);
+
+// store the notepads to diplay
+$_prefs['display_notepads'] = array(
+ 'value' => 'a:0:{}',
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'implicit'
+);
+
+// preference for delete confirmation dialog.
+$_prefs['delete_opt'] = array(
+ 'value' => 1,
+ 'locked' => false,
+ 'shared' => false,
+ 'type' => 'checkbox',
+ 'desc' => _("Do you want to confirm deleting entries?")
+);
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/data.php,v 1.55 2009/12/04 17:42:24 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jan Schneider <jan@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+function _cleanup()
+{
+ global $import_step;
+ $import_step = 1;
+ return Horde_Data::IMPORT_FILE;
+}
+
+@define('MNEMO_BASE', dirname(__FILE__));
+require_once MNEMO_BASE . '/lib/base.php';
+
+if (!$conf['menu']['import_export']) {
+ require MNEMO_BASE . '/index.php';
+ exit;
+}
+
+/* Importable file types. */
+$file_types = array('csv' => _("CSV"),
+ 'vnote' => _("vNote"));
+
+/* Templates for the different import steps. */
+$templates = array(
+ Horde_Data::IMPORT_CSV => array($registry->get('templates', 'horde') . '/data/csvinfo.inc'),
+ Horde_Data::IMPORT_MAPPED => array($registry->get('templates', 'horde') . '/data/csvmap.inc'),
+);
+if (Mnemo::hasPermission('max_notes') !== true &&
+ Mnemo::hasPermission('max_notes') <= Mnemo::countMemos()) {
+ $message = @htmlspecialchars(sprintf(_("You are not allowed to create more than %d notes."), Mnemo::hasPermission('max_notes')), ENT_COMPAT, Horde_Nls::getCharset());
+ if (!empty($conf['hooks']['permsdenied'])) {
+ $message = Horde::callHook('_perms_hook_denied', array('mnemo:max_notes'), 'horde', $message);
+ }
+ $notification->push($message, 'horde.warning', array('content.raw'));
+ $templates[Horde_Data::IMPORT_FILE] = array(MNEMO_TEMPLATES . '/data/export.inc');
+} else {
+ $templates[Horde_Data::IMPORT_FILE] = array(MNEMO_TEMPLATES . '/data/import.inc', MNEMO_TEMPLATES . '/data/export.inc');
+}
+
+/* Field/clear name mapping. */
+$app_fields = array('body' => _("Memo Text"),
+ 'category' => _("Category"));
+
+/* Initial values. */
+$param = array('file_types' => $file_types);
+$import_format = Horde_Util::getFormData('import_format', '');
+$import_step = Horde_Util::getFormData('import_step', 0) + 1;
+$actionID = Horde_Util::getFormData('actionID');
+$error = false;
+
+/* Loop through the action handlers. */
+switch ($actionID) {
+case 'export':
+ $exportID = Horde_Util::getFormData('exportID');
+
+ /* Create a Mnemo storage instance. */
+ $storage = &Mnemo_Driver::singleton(Horde_Auth::getAuth());
+ $storage->retrieve();
+
+ /* Get the full, sorted memo list. */
+ $notes = Mnemo::listMemos();
+
+ switch ($exportID) {
+ case Horde_Data::EXPORT_CSV:
+ if (count($notes) == 0) {
+ $notification->push(_("There were no memos to export."), 'horde.message');
+ $error = true;
+ } else {
+ $data = array();
+ foreach ($notes as $note) {
+ unset($note['memo_id']);
+ unset($note['memolist_id']);
+ unset($note['desc']);
+ unset($note['uid']);
+ $data[] = $note;
+ }
+ $csv = &Horde_Data::singleton('csv');
+ $csv->exportFile(_("notes.csv"), $data, true);
+ exit;
+ }
+ }
+ break;
+
+case Horde_Data::IMPORT_FILE:
+ $_SESSION['import_data']['target'] = Horde_Util::getFormData('notepad_target');
+ break;
+}
+
+$next_step = null;
+if (!$error) {
+ $data = &Horde_Data::singleton($import_format);
+ if (is_a($data, 'PEAR_Error')) {
+ $notification->push(_("This file format is not supported."), 'horde.error');
+ $next_step = Horde_Data::IMPORT_FILE;
+ } else {
+ $next_step = $data->nextStep($actionID, $param);
+ if (is_a($next_step, 'PEAR_Error')) {
+ $notification->push($next_step->getMessage(), 'horde.error');
+ $next_step = $data->cleanup();
+ }
+ }
+}
+
+/* We have a final result set. */
+if (is_array($next_step)) {
+ /* Create a category manager. */
+ $cManager = new Horde_Prefs_CategoryManager();
+ $categories = $cManager->get();
+
+ /* Create a Mnemo storage instance. */
+ $storage = &Mnemo_Driver::singleton($_SESSION['import_data']['target']);
+ $max_memos = Mnemo::hasPermission('max_notes');
+ $num_memos = Mnemo::countMemos();
+ foreach ($next_step as $row) {
+ if ($max_memos !== true && $num_memos >= $max_memos) {
+ $message = @htmlspecialchars(sprintf(_("You are not allowed to create more than %d notes."), Mnemo::hasPermission('max_notes')), ENT_COMPAT, Horde_Nls::getCharset());
+ if (!empty($conf['hooks']['permsdenied'])) {
+ $message = Horde::callHook('_perms_hook_denied', array('mnemo:max_notes'), 'horde', $message);
+ }
+ $notification->push($message, 'horde.error', array('content.raw'));
+ break;
+ }
+
+ /* Check if we need to convert from iCalendar data into an array. */
+ if (is_a($row, 'Horde_iCalendar_vnote')) {
+ $row = $storage->fromiCalendar($row);
+ }
+
+ foreach ($app_fields as $field => $null) {
+ if (!isset($row[$field])) {
+ $row[$field] = '';
+ }
+ }
+
+ /* Default the category if there isn't one. */
+ if (empty($row['category'])) {
+ $row['category'] = '';
+ }
+
+ /* Parse out the first line as the description if necessary. */
+ if (empty($row['desc'])) {
+ $tmp = explode("\n", $row['body'], 2);
+ $row['desc'] = array_shift($tmp);
+ }
+
+ $result = $storage->add($row['desc'], $row['body'], $row['category']);
+ if (is_a($result, 'PEAR_Error')) {
+ break;
+ }
+ $note = $storage->get($result);
+
+ /* If we have created or modified dates for the note, set them
+ * correctly in the history log. */
+ if (!empty($row['created'])) {
+ $history = &Horde_History::singleton();
+ if (is_array($row['created'])) {
+ $row['created'] = $row['created']['ts'];
+ }
+ $history->log('mnemo:' . $_SESSION['import_data']['target'] . ':' . $note['uid'],
+ array('action' => 'add', 'ts' => $row['created']), true);
+ }
+ if (!empty($row['modified'])) {
+ $history = &Horde_History::singleton();
+ if (is_array($row['modified'])) {
+ $row['modified'] = $row['modified']['ts'];
+ }
+ $history->log('mnemo:' . $_SESSION['import_data']['target'] . ':' . $note['uid'],
+ array('action' => 'modify', 'ts' => $row['modified']), true);
+ }
+
+ if (!empty($row['category']) &&
+ !in_array($row['category'], $categories)) {
+ $cManager->add($row['category']);
+ $categories[] = $row['category'];
+ }
+
+ $num_memos++;
+ }
+
+ if (!count($next_step)) {
+ $notification->push(sprintf(_("The %s file didn't contain any notes."),
+ $file_types[$_SESSION['import_data']['format']]), 'horde.error');
+ } elseif (is_a($result, 'PEAR_Error')) {
+ $notification->push(sprintf(_("There was an error importing the data: %s"),
+ $result->getMessage()), 'horde.error');
+ } else {
+ $notification->push(sprintf(_("%s file successfully imported"),
+ $file_types[$_SESSION['import_data']['format']]), 'horde.success');
+ }
+ $next_step = $data->cleanup();
+}
+
+$title = _("Import/Export Notes");
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+
+if (isset($templates[$next_step])) {
+ foreach ($templates[$next_step] as $template) {
+ require $template;
+ }
+}
+
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+--------
+v3.0-cvs
+--------
+
+[jan] Try to create ISO-8859-1 encoded PDFs if this matches the user's language.
+[jan] Add script to convert notes to UTF-8 in the backend.
+
+
+----------
+v2.2.4-cvs
+----------
+
+
+
+------
+v2.2.3
+------
+
+[jan] Add and fix Oracle SQL scripts.
+[jan] Add Croatian translation (Matej Vela <matej.vela@carnet.hr>).
+
+
+------
+v2.2.2
+------
+
+[mms] Upgrade prototype.js to v1.6.1.
+[jan] Add passphrase confirmation field (Bug #7379).
+[cjh] Work around BC break with Horde versions before 3.2 (Bug #7820).
+[cjh] Add URL access to notes by "starts-with" search on the note title.
+[cjh] Add hooks for altering the displayed note body and showing help text next
+ to the note entry field.
+[cjh] Explicitly load DB library (Bug #7648).
+[jan] Fix "replace" API method (Alfonso Marín Marín <almarin@um.es>, Bug #7436).
+[cjh] Add a PostgreSQL-specific upgrade script.
+[jan] Change group field in shares table to work with LDAP groups (Bug #6883).
+[jan] Fix user name conversion with user hooks in the notepad panel (Bug #7366).
+
+
+------
+v2.2.1
+------
+
+[jan] Log moving of memos in the history backend (Bug #3207).
+[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV
+ <xabier.arrieta@ehu.es>).
+[mjr] Remove user permissions on all shares when deleting a user.
+[mjr] Fix issue with removeUserData api that caused the deleted user's task list
+ to not be deleted (Bug #6969).
+
+
+----
+v2.2
+----
+
+[mjr] Fix issue with removeUserData api that caused the deleted user's task list
+ to not be deleted (Bug #6969).
+[cjh] Improve resource usage in datatree_to_sql share migration script
+ (Bug #6740).
+[jan] Fix exporting and synchronization of encrypted notes.
+
+
+--------
+v2.2-RC3
+--------
+
+[cjh] Apply fix for http://dev.rubyonrails.org/ticket/11473 to prototype.js
+ (Request #6590).
+[cjh] Add an upgrade script for the new SQL share driver (Request #6109).
+[gwr] Added History support in the Kolab driver.
+[cjh] Avoid errors when trying to export an empty notepad (Bug #6409).
+[cjh] Show who created or made the last change to a note along with the date
+ (Request #6305).
+[jan] Add Turkish translation (METU <horde-tr@metu.edu.tr>).
+
+
+--------
+v2.2-RC2
+--------
+
+[jan] Fix saving the password when creating new notes.
+
+
+--------
+v2.2-RC2
+--------
+
+[jan] SECURITY: Fix privilege escalation in Horde API.
+[cjh] SECURITY: Fix missing ownership validation on share changes.
+[cjh] Add the ability to filter the list of notepads in the panel.
+[cjh] New share management UI that doesn't require JavaScript.
+[cjh] Add support for split read/write databases (<duck@obala.net>,
+ Request #5936).
+
+
+--------
+v2.2-RC1
+--------
+
+[jan] Implement WebDAV DELETE.
+[cjh] Add quick links to the sidebar block for adding notes to a specific
+ notepad (Gunnar Wrobel <p@rdus.de>, Request #5716).
+[cjh] Fix generation of UIDs with PHP 5.2+.
+
+
+----------
+v2.2-ALPHA
+----------
+
+[cjh] Show tooltips in the summary block, and restrict tooltips to 20 lines
+ (Request #3443).
+[cjh] Optionally show a note's notepad in the list view (Request #2317).
+[cjh] Add quick (inline) note searching.
+[cjh] Add the ability to save a note as a PDF.
+[jan] Add support for encrypted notes.
+[cjh] Move notepad selection/deselection to a collapsible panel.
+[mas] Conform to WCAG 1.0 Priority 2/Section 508 accessibility guidelines.
+ (Request #4080)
+[cjh] Notes search should be either title or full text (Request #4277).
+[cjh] Make the note edit view the full page width.
+
+
+------
+v2.1.2
+------
+
+[jan] SECURITY: Fix privilege escalation in Horde API.
+[cjh] SECURITY: Fix missing ownership validation on share changes.
+
+
+------
+v2.1.1
+------
+
+[jan] Show error message if imported file didn't contain notes.
+[jan] Add Slovenian translation (Duck <duck@obala.net>).
+[jan] Add categories from imported contacts to the user's categories.
+[jan] Show personal notepad by default with disabled preferences (Bug #4078).
+
+
+----
+v2.1
+----
+
+[jan] Fix portal block if used with Kolab driver (tokoe@kde.org, Bug #2735).
+[jan] Add Russian translation (Alexey Zakharov <baber@mosga.net>).
+[ben] Better support for MS-SQL.
+
+
+--------
+v2.1-RC1
+--------
+
+[jan] Confirm note deletions (Request #1156).
+[jan] Add CLI script to import vNote data.
+[cjh] Add support for dynamic re-sorting of the note list, including saving
+ the sort preferences on any changes.
+[jan] Show character count next to notes.
+[mas] Change any output of <b> and <i> tags to <strong> and <em> for better
+ accessibility support.
+[jan] Add permissions to restrict number of notes.
+
+
+------
+v2.0.3
+------
+
+[cjh] Close several XSS vulnerabilities with note and notepad data.
+
+
+------
+v2.0.2
+------
+
+[jan] Allow to import more than one note from vNote data at once.
+
+
+----------
+v2.0.2-RC1
+----------
+
+[cjh] Fix resetting categories to Unfiled (Bug #2018).
+[cjh] Use bind variables in SQL driver, clean up required parameters
+ (selsky@columbia.edu, Bug #1791).
+[cjh] Add a PostgreSQL upgrade script (Bug #1779).
+[cjh] Better error handling when deleting shares that don't exist (Bug #1754).
+[jan] Add Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).
+[jan] Add shortcut icon (favicon.ico).
+
+
+------
+v2.0.1
+------
+
+[jan] Fix print view.
+[jan] Fix print button.
+
+
+----
+v2.0
+----
+
+[cjh] UIDs need to be stored in the History system with a mnemo: prefix and
+ with the notepad so as not to confuse different instances of the
+ same note (if two users both have a note on their seperate notepads,
+ they should have unique histories for that note).
+[cjh] Don't throw a fatal error if an empty share name is submitted
+ (Bug #1000).
+
+
+--------
+v2.0-RC3
+--------
+
+[cjh] Add My Notepads menu entry.
+
+
+--------
+v2.0-RC2
+--------
+
+[jan] Add Czech translation (Pavel Chytil <pavel@chytil.tk>).
+[jan] Add Latvian translation (Janis Eisaks <jancs@dv.lv>).
+
+
+--------
+v2.0-RC1
+--------
+
+[jan] Tweak layout of the summary block.
+
+
+---------
+v2.0-BETA
+---------
+
+[jan] Add Polish translation (Mateusz Kaminski <matipl@ds.pg.gda.pl>).
+[jan] Add special black-on-white styles for message printing.
+[jan] Add access keys.
+[cjh] Add Kolab drivers (Stuart Bingë <s.binge@codefusion.co.za>).
+
+
+----------
+v2.0-ALPHA
+----------
+
+[cjh] GUIDs now only contain mnemo: and the note ID - sharename is not needed.
+[cjh] Note IDs are now 32-character unique strings, to be useable as GUIDs.
+ The SQL table definition has changed; conversion scripts are in scripts/.
+[cjh] The notes/ API now implements the modern methods required for SyncML and
+ other syncing efforts.
+[cjh] Make sure there is a view link for empty notes.
+[cjh] Add a Delete link from the note edit screen.
+[cjh] Make sure that the correct categories for a note's current notepad
+ are always used.
+[cjh] Change how memos are stored in the SQL driver.
+ scripts/create_sequence.php will update an existing database with no
+ loss of data.
+[cjh] Display the Creation and Last-Modified dates in the note view.
+[cjh] Track addition, modification, and deletion of notes
+ with the Horde History:: API.
+[cjh] Add import of vNotes.
+[cjh] Show the full memo body in a tooltip.
+[cjh] Add a preference for the default category for notes
+ (Brian Keifer <brian@valinor.net>).
+[jan] Add UTF-8 support and charset parameter for backend drivers.
+[jan] Only show selected note categories on the summary screen
+ (Brian Keifer <brian@valinor.net>).
+[cjh] Much more comprehensive permissions checking, and support for
+ guest access.
+[cjh] Use the global shares editing page for changing/assigning share
+ permissions.
+[mac] Allow importing onto any available Notepad.
+[mac] Add shared notepads.
+
+
+------
+v1.1.4
+------
+
+[jan] Close XSS when setting the parent frame's page title by javascript (cjh).
+
+
+------
+v1.1.3
+------
+
+[jan] Add Polish translation (Mateusz Kaminski <matipl@ds.pg.gda.pl>).
+
+
+------
+v1.1.2
+------
+
+[jan] Make memos without description accessible from the memo list.
+
+
+------
+v1.1.1
+------
+
+[jan] Add Italian translation (Sergio G. Caredda <scaredda@tiscali.it>).
+[jan] Add Romanian translation (Eugen Hoanca <eugenh@urban-grafx.ro>,
+ Marius Dragulescu <mariusd@urban-grafx.ro>).
+
+
+----
+v1.1
+----
+
+[jan] Rename Memos to Notes (mac).
+[jan] Add print memo button (mac).
+[jan] Show current category color in category color options screen
+ (Jan Kuipers <jrkuipers@lauwerscollege.nl>).
+[jan] Add ability to create/remove categories (mac).
+[jan] Add user preferences for the color of different categories (mac).
+[jan] Add Mnemo::addParameter().
+[jan] Add Greek translation (Stefanos I. Dimitriou <sdimitri@teiath.gr>).
+[jan] Add Slovak translation (Ivan Noris <vix@vazka.sk>).
+[jan] Add Norwegian Bokmaal translation (Torstein S. Hansen <huleboer@techbee.no>).
+[jan] Add Bulgarian translation (Miroslav Pendev <miro@cybershade.us>).
+[jan] Add Lithuanian translation (Darius Matuliauskas <darius@lnk.lt>).
+[jan] Replace <?= with <?php echo to remove the short_open_tags requirement (cjh).
+[jan] Add Danish translation (Martin List-Petersen <martin@list-petersen.dk>).
+
+
+----
+v1.0
+----
+
+[jan] Add Hungarian translation (Laszlo L. Tornoci <torlasz@xenia.sote.hu>).
+[jan] Add Simplified Chinese translation (Peter Wang <whw@oulink.net>).
+[jan] Add Czech translation (Pavel Chytil <pavel@chytil.tk>).
+[jan] Add Brazilian Portuguese translation (Antonio Dias <accdias-horde-i18n@sst.com.br>).
+[jan] Add Dutch translation (Jan Kuipers <jrkuipers@lauwerscollege.nl>).
+[jan] Add French translation (Thierry Thomas <thierry@pompo.net>).
+[jan] Add Finnish translation (Leena Heino <liinu@uta.fi>).
+[jan] Add Norwegian Nynorsk translation (Per-Stian Vatne <psv@orsta.org>).
+[jan] Add Traditional Chinese translation (Chih-Wei Yeh <cwyeh@ccca.nctu.edu.tw>).
+[jan] Add Swedish translation (Andreas Dahlén <andreas@dahlen.ws>).
+[jan] Add Spanish translation (Raul Alvarez Venegas <rav@tecoman.ucol.mx>).
+[jan] Add German translation.
+[jan] Add Portuguese translation (Nuno Loureiro <nuno@co.eth.pt>).
+[cjh] Initial Mnemo version, based on Nag.
--- /dev/null
+========================
+ Mnemo Development Team
+========================
+
+
+Core Developers
+===============
+
+- Chuck Hagenbuch <chuck@horde.org>
+- Jan Schneider <jan@horde.org>
+
+
+Localization
+============
+
+===================== ======================================================
+Basque Euskal Herriko Unibertsitatea <xabier.arrieta@ehu.es>
+Brazilian Portuguese Antonio Dias <accdias-horde-i18n@sst.com.br>
+ Fabio Gomes <flgomes@fazenda.sp.gov.br>
+ Luis Felipe Marzagao <duli@fedoraproject.org>
+ Eduardo de Carli <carliedu@ig.com.br>
+Bulgarian Miroslav Pendev <miro@cybershade.us>
+Chinese (Simplified) Peter Wang <whw@oulink.net>
+ Anna Chen <annachen2008@yahoo.com.cn>
+Chinese (Traditional) Chih-Wei Yeh <cwyeh@ccca.nctu.edu.tw>
+Croatian Matej Vela <matej.vela@carnet.hr>
+Czech Pavel Chytil <pavel@chytil.tk>
+Danish Martin List-Petersen <martin@list-petersen.dk>
+ Brian Truelsen <horde+i18n@briantruelsen.dk>
+ Niels Baggesen <nba@users.sourceforge.net>
+Dutch Jan Kuipers <jrkuipers@lauwerscollege.nl>
+Finnish Leena Heino <liinu@uta.fi>
+French Thierry Thomas <thierry@pompo.net>
+ Patrick Abiven <patrick.abiven@apitech.fr>
+ Vincent Vinet <vvinet@revolutionlinux.com>
+ Yannick Sebastia <yannick.sebastia@ecole-navale.fr>
+German Jan Schneider <jan@horde.org>
+Greek Stefanos I. Dimitriou <support_webmail@teiath.gr>
+ Silligardos Xristoforos
+ Anagnostopoulos Apostolis
+ Konstantinos C. Milosis <kmilosis@yahoo.com>
+Hungarian Laszlo L. Tornoci <torlasz@xenia.sote.hu>
+Italian Sergio G. Caredda <scaredda@tiscali.it>
+ Marko Djukic <tech@oblo.com>
+ Marco Pirovano <marco.pirovano@uni-bocconi.it>
+ Cristian Manoni <cristian.manoni@nethesis.it>
+Japanese Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
+Latvian Janis Eisaks <jancs@dv.lv>
+Lithuanian Darius Matuliauskas <darius@lnk.lt>
+ Vilius Šumskas <vilius@lnk.lt>
+Norwegian Bokmaal Torstein S. Hansen <huleboer@techbee.no>
+Norwegian Nynorsk Per-Stian Vatne <psv@orsta.org>
+Polish Mateusz Kaminski <matipl@ds.pg.gda.pl>
+ Piotr Tarnowski <drfugazi@drfugazi.eu.org>
+Portuguese Nuno Loureiro <nuno@co.eth.pt>
+ Manuel Menezes de Sequeira <Manuel.Sequeira>
+Romanian Eugen Hoanca <eugenh@urban-grafx.ro>
+ Marius Dragulescu <mariusd@urban-grafx.ro>
+Russian Alexey Zakharov <baber@mosga.net>
+Slovak Ivan Noris <vix@vazka.sk>
+ Martin Matuška <martin@matuska.org>
+Slovenian Duck <duck@obala.net>
+Spanish Raul Alvarez Venegas <rav@tecoman.ucol.mx>
+ Manuel Perez Ayala <mperaya@alcazaba.unex.es>
+Swedish Andreas Dahlén <andreas@dahlen.ws>
+ Joaquim Homrighausen <joho@webbplatsen.se>
+Turkish Istanbul Technical University IT Department
+ <itubim@itu.edu.tr>
+ Middle East Technical University <horde-tr@metu.edu.tr>
+===================== ======================================================
--- /dev/null
+======================
+ Installing Mnemo 3.0
+======================
+
+This document contains instructions for installing the Mnemo web-based notes
+application on your system.
+
+For information on the capabilities and features of Mnemo, see the file
+README_ in the top-level directory of the Mnemo distribution.
+
+
+Obtaining Mnemo
+===============
+
+Mnemo can be obtained from the Horde website and FTP server, at
+
+ http://www.horde.org/mnemo/
+
+ ftp://ftp.horde.org/pub/mnemo/
+
+Bleeding-edge development versions of Mnemo are available via CVS; see the
+file `docs/HACKING`_ in the Horde distribution for information on accessing
+the Horde CVS repository.
+
+
+Prerequisites
+=============
+
+To function properly, Mnemo requires the following:
+
+1. A working Horde installation.
+
+ Mnemo runs within the `Horde Application Framework`_, a set of common tools
+ for Web applications written in PHP. You must install Horde before
+ installing Mnemo.
+
+ .. _`Horde Application Framework`: http://www.horde.org/horde/
+
+ The Horde Framework can be obtained from the Horde website and FTP server,
+ at
+
+ http://www.horde.org/horde/
+
+ ftp://ftp.horde.org/pub/horde/
+
+ Many of Mnemo's prerequisites are also Horde prerequisites. Be sure to
+ have completed all of the steps in the INSTALL_ file for the Horde
+ Framework before installing Mnemo.
+
+2. SQL support in PHP.
+
+ Mnemo stores its data in an SQL database. Build PHP with whichever SQL
+ driver you require; see the Horde INSTALL_ file for details.
+
+
+Installing Mnemo
+================
+
+Mnemo is written in PHP, and must be installed in a web-accessible directory.
+The precise location of this directory will differ from system to system.
+Conventionally, Mnemo is installed directly underneath Horde in the
+webserver's document tree.
+
+Since Mnemo is written in PHP, there is no compilation necessary; simply
+expand the distribution where you want it to reside and rename the root
+directory of the distribution to whatever you wish to appear in the URL. For
+example, with the Apache webserver's default document root of
+``/usr/local/apache/htdocs``, you would type::
+
+ cd /usr/local/apache/htdocs/horde
+ tar zxvf /path/to/mnemo-x.y.z.tar.gz
+ mv mnemo-x.y.z mnemo
+
+and would then find Mnemo at the URL::
+
+ http://your-server/horde/mnemo/
+
+
+Configuring Mnemo
+=================
+
+1. Configuring Horde for Mnemo
+
+ a. Register the application
+
+ In ``horde/config/registry.php``, find the ``applications['mnemo']``
+ stanza. The default settings here should be okay for most
+ installations, but you can change them if desired, or if you have a
+ non-standard install. If you have changed the location of Mnemo
+ relative to Horde, either in the URL or in the filesystem or both, then
+ you must update the ``fileroot`` and ``webroot`` settings to their
+ correct values.
+
+ b. Configuring a DataTree backend
+
+ Mnemo requires a permanent ``DataTree`` backend in Horde to manage
+ notepads and to add notes to notepads. If you didn't setup a DataTree
+ backend yet, go to the configuration interface, select Horde from the
+ list of applications and select a driver different than ``None`` on the
+ ``DataTree System`` tab. Make sure that you ran the necessary scripts
+ to create a storage backend for the DataTree system, e.g. one of the
+ ``create.*.sql`` or ``horde_datatree.*.sql`` SQL scripts in
+ ``horde/scripts/sql/``. You should have done this already during the
+ installation of Horde.
+
+2. Creating the database table
+
+ The specific steps to create the Mnemo database table depend on which
+ database you've chosen to use.
+
+ First, look in ``scripts/sql/`` to see if a script already exists for your
+ database type. If so, you should be able to simply execute that script as
+ superuser in your database. (Note that executing the script as the "horde"
+ user will probably fail when granting privileges.)
+
+ If such a script does not exist, you'll need to build your own, using the
+ file mnemo.sql as a starting point. If you need assistance in creating
+ databases, you may wish to let us know on the Mnemo mailing list.
+
+3. Configuring Mnemo
+
+ To configure Mnemo, change to the ``config/`` directory of the installed
+ distribution, and make copies of all of the configuration ``dist`` files
+ without the ``dist`` suffix::
+
+ cd config/
+ for foo in *.dist; do cp $foo `basename $foo .dist`; done
+
+ Documentation on the format of those files can be found in each file. With
+ the exception of the ``conf.*`` files (see below), the other files in
+ ``config/`` need only be modified if you wish to customize Mnemo's
+ appearance or behavior, as the defaults will be correct for most sites.
+
+ You must login to Horde as a Horde Administrator to finish the
+ configuration of Mnemo. Use the Horde ``Administration`` menu item to get
+ to the administration page, and then click on the ``Configuration`` icon to
+ get the configuration page. Select ``Notes`` from the selection list of
+ applications. Fill in or change any configuration values as needed. When
+ done click on ``Generate Notes Configuration`` to generate the ``conf.php``
+ file. If your web server doesn't have write permissions to the Mnemo
+ configuration directory or file, it will not be able to write the file. In
+ this case, go back to ``Configuration`` and choose one of the other methods
+ to create the configuration file ``mnemo/config/conf.php``.
+
+ Note for international users: Nag uses GNU gettext to provide local
+ translations of text displayed by applications; the translations are found
+ in the po/ directory. If a translation is not yet available for your
+ locale (and you wish to create one), see the ``horde/po/README`` file, or
+ if you're having trouble using a provided translation, please see the
+ `horde/docs/TRANSLATIONS`_ file for instructions.
+
+4. Testing Mnemo
+
+ Use Mnemo to create, modify, and delete notes. Test at least the following:
+
+ - Creating a new memo
+ - Modifying a memo
+ - Deleting a memo
+
+
+Obtaining Support
+=================
+
+If you encounter problems with Mnemo, help is available!
+
+The Horde Frequently Asked Questions List (FAQ), available on the Web at
+
+ http://www.horde.org/faq/
+
+The Horde Project runs a number of mailing lists, for individual applications
+and for issues relating to the project as a whole. Information, archives, and
+subscription information can be found at
+
+ http://www.horde.org/mail/
+
+Lastly, Horde developers, contributors and users may also be found on IRC,
+on the channel #horde on the Freenode Network (irc.freenode.net).
+
+Please keep in mind that Mnemo is free software written by volunteers. For
+information on reasonable support expectations, please read
+
+ http://www.horde.org/support.php
+
+Thanks for using Mnemo!
+
+The Horde team
+
+
+.. _README: ?f=README.html
+.. _`docs/HACKING`: ../../horde/docs/?f=HACKING.html
+.. _INSTALL:
+.. _`horde/docs/INSTALL`: ../../horde/docs/?f=INSTALL.html
+.. _`horde/docs/TRANSLATIONS`: ../../horde/docs/?f=TRANSLATIONS.html
--- /dev/null
+<?php
+/**
+ * Release focus. Possible values:
+ * 0 - N/A
+ * 1 - Initial freshmeat announcement
+ * 2 - Documentation
+ * 3 - Code cleanup
+ * 4 - Minor feature enhancements
+ * 5 - Major feature enhancements
+ * 6 - Minor bugfixes
+ * 7 - Major bugfixes
+ * 8 - Minor security fixes
+ * 9 - Major security fixes
+ */
+$this->notes['fm']['focus'] = 4;
+
+/* Mailing list release notes. */
+$this->notes['ml']['changes'] = <<<ML
+The Horde Team is pleased to announce the first release candidate of the Mnemo
+Note Manager version H3 (2.2).
+
+The Mnemo Note Manager is the Horde notes/memos application. It provides
+web-based notes and freeform text, similar to the PalmOS Note application and
+shared notepads. It requires the Horde Application Framework and an SQL
+database or Kolab server for backend storage.
+
+This is a preview version that should not be used on production systems. This
+version is considered feature complete but a few bugs may still exist in the
+code.
+
+We encourage widespread testing and feedback via the mailing lists or our bug
+tracking system. Updated translations are very welcome, though some strings
+might still change before the final release.
+
+The major changes compared to the Nag version H3 (2.2-ALPHA) are:
+ * Small bugfixes and improvements.
+ML;
+
+/* Freshmeat release notes. */
+$this->notes['fm']['changes'] = <<<FM
+Small bugfixes and improvements have been made.
+FM;
+
+$this->notes['name'] = 'Mnemo';
+$this->notes['list'] = 'horde';
+$this->notes['fm']['project'] = 'mnemo';
+$this->notes['fm']['branch'] = 'Horde 3';
--- /dev/null
+=============================
+ Mnemo Development TODO List
+=============================
+
+:Last update: $Date: 2007/07/30 18:52:36 $
+:Revision: $Revision: 1.3 $
+:Contact: horde@lists.horde.org
+
+- Allow resorting search results.
+
+- Next/Previous buttons in the note view.
--- /dev/null
+=================
+ Upgrading Mnemo
+=================
+
+:Last update: $Date: 2008/09/23 15:11:54 $
+:Revision: $Revision: 1.15 $
+:Contact: horde@lists.horde.org
+
+
+These are instructions to upgrade from earlier Mnemo versions. Please
+backup your existing data before running any of the steps described below.
+
+
+Upgrading Mnemo from 2.2.1 to 2.2.2
+===================================
+
+The group_uid field in the SQL share driver groups table has been changed from
+an INT to a VARCHAR(255). Execute the provided SQL script to update your
+database if you are using the native SQL share driver.
+
+ mysql --user=root --password=<MySQL-root-password> <db name> < scripts/upgrades/2.2.1_to_2.2.2.sql
+
+
+Upgrading Mnemo from 2.2 to 2.2.1
+=================================
+
+The share_owner field in the SQL share driver table has been changed from a
+VARCHAR(32) to a VARCHAR(255). Execute the provided SQL script to update your
+database if you are using the native SQL share driver.
+
+ mysql --user=root --password=<MySQL-root-password> <db name> < scripts/upgrades/2.2_to_2.2.1.sql
+
+
+Upgrading Mnemo from 2.x to 2.2
+===============================
+
+
+New Beta SQL Share Driver Support
+---------------------------------
+
+A new beta-level SQL Horde_Share driver has been added in Horde 3.2. This driver
+offers significant performance improvements over the existing Datatree driver,
+but it has not received the same level of testing, thus the beta designation.
+In order to make use of this driver, you must be using Horde 3.2-RC3 or
+later. To create the new tables needed for this driver, execute the provided SQL
+script::
+
+ mysql --user=root --password=<MySQL-root-password> <db name> < scripts/upgrades/2.1_to_2.2.sql
+
+If you want to use the new SQL Share driver, you must also execute the
+provided PHP script to migrate your existing share data to the new format::
+
+ php scripts/upgrades/convert_datatree_shares_to_sql.php
+
+
+Upgrading Mnemo from 1.1.x to 2.0
+=================================
+
+
+SQL Backends
+============
+
+Execute the provided SQL script to update your data to the new Mnemo version::
+
+ mysql --user=root --password=<MySQL-root-password> <db name> < scripts/upgrades/1.1_to_2.0.mysql.sql
+
+
+Categories
+==========
+
+Categories are now being maintained centrally for all Horde applications that
+support them. To convert the old memo categories execute the provided PHP
+script::
+
+ php scripts/upgrades/2004-05-19_convert_categories_to_strings.php
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/index.php,v 1.18 2009/01/06 18:01:15 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jon Parise <jon@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+@define('MNEMO_BASE', dirname(__FILE__));
+$mnemo_configured = (is_readable(MNEMO_BASE . '/config/conf.php') &&
+ is_readable(MNEMO_BASE . '/config/prefs.php'));
+
+if (!$mnemo_configured) {
+ require MNEMO_BASE . '/../lib/Test.php';
+ Horde_Test::configFilesMissing('Mnemo', MNEMO_BASE, array('conf.php', 'prefs.php'));
+}
+
+require MNEMO_BASE . '/list.php';
--- /dev/null
+<?php
+
+$block_name = _("Notes Summary");
+
+/**
+ * Implementation of Horde_Block api to show notes summary.
+ *
+ * $Horde: mnemo/lib/Block/summary.php,v 1.39 2009/12/04 17:42:25 jan Exp $
+ *
+ * @package Horde_Block
+ */
+class Horde_Block_Mnemo_summary extends Horde_Block {
+
+ var $_app = 'mnemo';
+
+ function _title()
+ {
+ global $registry;
+ return Horde::link(Horde::url($registry->getInitialPage(), true)) .
+ htmlspecialchars($registry->get('name')) . '</a>';
+ }
+
+ function _params()
+ {
+ require_once dirname(__FILE__) . '/../base.php';
+ $cManager = new Horde_Prefs_CategoryManager();
+ $categories = array();
+ foreach ($cManager->get() as $c) {
+ $categories[$c] = $c;
+ }
+
+ return array('show_actions' => array(
+ 'type' => 'checkbox',
+ 'name' => _("Show action buttons?"),
+ 'default' => 1),
+ 'show_notepad' => array(
+ 'type' => 'checkbox',
+ 'name' => _("Show notepad name?"),
+ 'default' => 1),
+ 'show_categories' => array(
+ 'type' => 'multienum',
+ 'name' => _("Show notes from these categories"),
+ 'default' => array(),
+ 'values' => $categories));
+ }
+
+ function _content()
+ {
+ require_once dirname(__FILE__) . '/../base.php';
+ global $prefs;
+
+ $cManager = new Horde_Prefs_CategoryManager();
+ $colors = $cManager->colors();
+ $fgcolors = $cManager->fgColors();
+
+ if (!empty($this->_params['show_notepad'])) {
+ $shares = &Horde_Share::singleton('mnemo');
+ }
+
+ $html = '';
+ $memos = Mnemo::listMemos($prefs->getValue('sortby'),
+ $prefs->getValue('sortdir'));
+ foreach ($memos as $id => $memo) {
+ if (!empty($this->_params['show_categories']) &&
+ !in_array($memo['category'], $this->_params['show_categories'])) {
+ continue;
+ }
+
+ $html .= '<tr>';
+
+ if (!empty($this->_params['show_actions'])) {
+ $editurl = Horde_Util::addParameter(
+ 'memo.php',
+ array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+ $html .= '<td width="1%">'
+ . Horde::link(htmlspecialchars(Horde::applicationUrl(Horde_Util::addParameter($editurl, 'actionID', 'modify_memo'), true)), _("Edit Note"))
+ . Horde::img('edit.png', _("Edit Note"), '',
+ $GLOBALS['registry']->getImageDir('horde'))
+ . '</a></td>';
+ }
+
+ if (!empty($this->_params['show_notepad'])) {
+ $owner = $memo['memolist_id'];
+ $share = &$shares->getShare($owner);
+ if (!is_a($share, 'PEAR_Error')) {
+ $owner = $share->get('name');
+ }
+ $html .= '<td>' . htmlspecialchars($owner) . '</td>';
+ }
+
+ $viewurl = Horde_Util::addParameter(
+ 'view.php',
+ array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+
+ $html .= '<td>'
+ . Horde::linkTooltip(
+ htmlspecialchars(Horde::applicationUrl($viewurl, true)),
+ '', '', '', '',
+ $memo['body'] != $memo['desc'] ? Mnemo::getNotePreview($memo) : '')
+ . (strlen($memo['desc']) ? htmlspecialchars($memo['desc']) : '<em>' . _("Empty Note") . '</em>')
+ . '</a></td><td width="1%" class="category'
+ . md5($memo['category']) . '">'
+ . htmlspecialchars($memo['category'] ? $memo['category'] : _("Unfiled"))
+ . "</td></tr>\n";
+ }
+
+ if (!$memos) {
+ return '<p><em>' . _("No notes to display") . '</em></p>';
+ }
+ return '<link href="'
+ . htmlspecialchars(Horde::applicationUrl('themes/categoryCSS.php',
+ true))
+ . '" rel="stylesheet" type="text/css" />'
+ . '<table cellspacing="0" width="100%" class="linedRow">' . $html
+ . '</table>';
+ }
+
+}
--- /dev/null
+<?php
+
+$block_name = _("Menu List");
+$block_type = 'tree';
+
+/**
+ * $Horde: mnemo/lib/Block/tree_menu.php,v 1.6 2009/06/10 03:46:19 chuck Exp $
+ *
+ * @package Horde_Block
+ */
+class Horde_Block_mnemo_tree_menu extends Horde_Block {
+
+ var $_app = 'mnemo';
+
+ function _buildTree(&$tree, $indent = 0, $parent = null)
+ {
+ require_once dirname(__FILE__) . '/../base.php';
+
+ global $registry;
+
+ $tree->addNode($parent . '__new',
+ $parent,
+ _("New Note"),
+ $indent + 1,
+ false,
+ array('icon' => 'add.png',
+ 'icondir' => $registry->getImageDir(),
+ 'url' => Horde::applicationUrl('memo.php?actionID=add_memo')));
+
+ foreach (Mnemo::listNotepads() as $name => $notepad) {
+ $tree->addNode($parent . $name . '__new',
+ $parent . '__new',
+ sprintf(_("in %s"), $notepad->get('name')),
+ $indent + 2,
+ false,
+ array('icon' => 'add.png',
+ 'icondir' => $registry->getImageDir(),
+ 'url' => Horde_Util::addParameter(Horde::applicationUrl('memo.php?memolist=' . urlencode($name)),
+ 'actionID', 'add_memo')));
+ }
+
+ $tree->addNode($parent . '__search',
+ $parent,
+ _("Search"),
+ $indent + 1,
+ false,
+ array('icon' => 'search.png',
+ 'icondir' => $registry->getImageDir('horde'),
+ 'url' => Horde::applicationUrl('search.php')));
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * Mnemo_Driver:: defines an API for implementing storage backends for Mnemo.
+ *
+ * $Horde: mnemo/lib/Driver.php,v 1.47 2009/07/14 00:25:34 mrubinsk Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jon Parise <jon@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+class Mnemo_Driver {
+
+ /**
+ * Array holding the current memo list. Each array entry is a hash
+ * describing a memo. The array is indexed numerically by memo ID.
+ *
+ * @var array
+ */
+ var $_memos = array();
+
+ /**
+ * String containing the current notepad name.
+ *
+ * @var string
+ */
+ var $_notepad = '';
+
+ /**
+ * Crypting processor.
+ *
+ * @var Horde_Crypt_pgp
+ */
+ var $_pgp;
+
+ /**
+ * An error message to throw when something is wrong.
+ *
+ * @var string
+ */
+ var $_errormsg;
+
+ /**
+ * Constructor - All real work is done by initialize().
+ */
+ function Mnemo_Driver($errormsg = null)
+ {
+ if (is_null($errormsg)) {
+ $this->_errormsg = _("The Notes backend is not currently available.");
+ } else {
+ $this->_errormsg = $errormsg;
+ }
+ }
+
+ /**
+ * Lists memos based on the given criteria. All memos will be
+ * returned by default.
+ *
+ * @return array Returns a list of the requested memos.
+ */
+ function listMemos()
+ {
+ return $this->_memos;
+ }
+
+ /**
+ * Generate a universal / unique identifier for a task. This is
+ * NOT something that we expect to be able to parse into a
+ * tasklist and a taskId.
+ *
+ * @return string A nice unique string (should be 255 chars or less).
+ */
+ function generateUID()
+ {
+ return date('YmdHis') . '.'
+ . substr(str_pad(base_convert(microtime(), 10, 36), 16, uniqid(mt_rand()), STR_PAD_LEFT), -16)
+ . '@' . $GLOBALS['conf']['server']['name'];
+ }
+
+ /**
+ * Update the description (short summary) of a memo.
+ *
+ * @param integer $memo_id The memo to update.
+ */
+ function getMemoDescription($body)
+ {
+ if (!strstr($body, "\n") && Horde_String::length($body) <= 64) {
+ return trim($body);
+ }
+
+ $lines = explode("\n", $body);
+ if (!is_array($lines)) {
+ return trim(Horde_String::substr($body, 0, 64));
+ }
+
+ // Move to a line with more than spaces.
+ $i = 0;
+ while (isset($lines[$i]) && !preg_match('|[^\s]|', $lines[$i])) {
+ $i++;
+ }
+ if (Horde_String::length($lines[$i]) <= 64) {
+ return trim($lines[$i]);
+ } else {
+ return trim(Horde_String::substr($lines[$i], 0, 64));
+ }
+ }
+
+ /**
+ * Loads the PGP encryption driver.
+ */
+ function loadPGP()
+ {
+ if (empty($GLOBALS['conf']['utils']['gnupg'])) {
+ $this->_pgp = PEAR::raiseError(_("Encryption support has not been configured, please contact your administrator."));
+ return;
+ }
+ require_once 'Horde/Crypt.php';
+ $this->_pgp = Horde_Crypt::factory('pgp',
+ array('program' => $GLOBALS['conf']['utils']['gnupg'],
+ 'temp' => Horde::getTempDir()));
+ }
+
+ /**
+ * Encrypts a note.
+ *
+ * @param string $note The note text.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return string|PEAR_Error The encrypted text or PEAR_Error on failure.
+ */
+ function encrypt($note, $passphrase)
+ {
+ $this->loadPGP();
+ if (is_a($this->_pgp, 'PEAR_Error')) {
+ return $this->_pgp;
+ }
+ return $this->_pgp->encrypt($note, array('type' => 'message', 'symmetric' => true, 'passphrase' => $passphrase));
+ }
+
+ /**
+ * Decrypts a note.
+ *
+ * @param string $note The encrypted note text.
+ * @param string $passphrase The passphrase to decrypt the note with.
+ *
+ * @return string|PEAR_Error The decrypted text or PEAR_Error on failure.
+ */
+ function decrypt($note, $passphrase)
+ {
+ $this->loadPGP();
+ if (is_a($this->_pgp, 'PEAR_Error')) {
+ return $this->_pgp;
+ }
+ return $this->_pgp->decrypt($note, array('type' => 'message', 'passphrase' => $passphrase));
+ }
+
+ /**
+ * Returns whether note encryption is supported.
+ *
+ * Checks if PGP support could be loaded, if it supports symmetric
+ * encryption, and if we have a secure connection.
+ *
+ * @return boolean Whether encryption is suppoted.
+ */
+ function encryptionSupported()
+ {
+ $this->loadPGP();
+ return (is_callable(array($this->_pgp, 'encryptedSymmetrically')) &&
+ Horde::isConnectionSecure());
+ }
+
+ /**
+ * Attempts to return a concrete Mnemo_Driver instance based on $driver.
+ *
+ * @param string $notepad The name of the current notepad.
+ *
+ * @param string $driver The type of concrete Mnemo_Driver subclass
+ * to return. The is based on the storage
+ * driver ($driver). The code is dynamically
+ * included.
+ *
+ * @param array $params (optional) A hash containing any additional
+ * configuration or connection parameters a
+ * subclass might need.
+ *
+ * @return mixed The newly created concrete Mnemo_Driver instance, or
+ * dummy instance containing an error message.
+ */
+ function &factory($notepad = '', $driver = null, $params = null)
+ {
+ if (is_null($driver)) {
+ $driver = $GLOBALS['conf']['storage']['driver'];
+ }
+
+ $driver = basename($driver);
+
+ if (is_null($params)) {
+ $params = Horde::getDriverConfig('storage', $driver);
+ }
+
+ require_once dirname(__FILE__) . '/Driver/' . $driver . '.php';
+ $class = 'Mnemo_Driver_' . $driver;
+ if (class_exists($class)) {
+ $mnemo = new $class($notepad, $params);
+ $result = $mnemo->initialize();
+ if (is_a($result, 'PEAR_Error')) {
+ $mnemo = new Mnemo_Driver(sprintf(_("The Notes backend is not currently available: %s"), $result->getMessage()));
+ }
+ } else {
+ $mnemo = new Mnemo_Driver(sprintf(_("Unable to load the definition of %s."), $class));
+ }
+
+ return $mnemo;
+ }
+
+ /**
+ * Attempts to return a reference to a concrete Mnemo_Driver instance based
+ * on $driver.
+ *
+ * It will only create a new instance if no Mnemo_Driver instance with the
+ * same parameters currently exists.
+ *
+ * This should be used if multiple storage sources are required.
+ *
+ * This method must be invoked as: $var = &Mnemo_Driver::singleton()
+ *
+ * @param string $notepad The name of the current notepad.
+ *
+ * @param string $driver The type of concrete Mnemo_Driver subclass
+ * to return. The is based on the storage
+ * driver ($driver). The code is dynamically
+ * included.
+ *
+ * @param array $params (optional) A hash containing any additional
+ * configuration or connection parameters a
+ * subclass might need.
+ *
+ * @return mixed The created concrete Mnemo_Driver instance, or false
+ * on error.
+ */
+ function &singleton($notepad = '', $driver = null, $params = null)
+ {
+ static $instances = array();
+
+ if (is_null($driver)) {
+ $driver = $GLOBALS['conf']['storage']['driver'];
+ }
+
+ if (is_null($params)) {
+ $params = Horde::getDriverConfig('storage', $driver);
+ }
+
+ $signature = serialize(array($notepad, $driver, $params));
+ if (!isset($instances[$signature])) {
+ $instances[$signature] = &Mnemo_Driver::factory($notepad, $driver, $params);
+ }
+
+ return $instances[$signature];
+ }
+
+ /**
+ * Export this memo in iCalendar format.
+ *
+ * @param array memo the memo (hash array) to export
+ * @param object vcal a Horde_iCalendar object that acts as container.
+ *
+ * @return object Horde_iCalendar_vnote object for this event.
+ */
+ function toiCalendar($memo, &$calendar)
+ {
+ global $prefs;
+
+ $vnote = &Horde_iCalendar::newComponent('vnote', $calendar);
+
+ $vnote->setAttribute('UID', $memo['uid']);
+ $vnote->setAttribute('BODY', $memo['body']);
+ $vnote->setAttribute('SUMMARY', $this->getMemoDescription($memo['body']));
+
+ if (!empty($memo['category'])) {
+ $vnote->setAttribute('CATEGORIES', $memo['category']);
+ }
+
+ /* Get the note's history. */
+ $history = &Horde_History::singleton();
+ $log = $history->getHistory('mnemo:' . $memo['memolist_id'] . ':' . $memo['uid']);
+ if ($log && !is_a($log, 'PEAR_Error')) {
+ foreach ($log->getData() as $entry) {
+ switch ($entry['action']) {
+ case 'add':
+ $created = $entry['ts'];
+ break;
+
+ case 'modify':
+ $modified = $entry['ts'];
+ break;
+ }
+ }
+ }
+
+ if (!empty($created)) {
+ $vnote->setAttribute('DCREATED', $created);
+ }
+ if (!empty($modified)) {
+ $vnote->setAttribute('LAST-MODIFIED', $modified);
+ }
+
+ return $vnote;
+ }
+
+ /**
+ * Create a memo (hash array) from a Horde_iCalendar_vnote object.
+ *
+ * @param Horde_iCalendar_vnote $vnote The iCalendar data to update from.
+ *
+ * @return array Memo (hash array) created from the vNote.
+ */
+ function fromiCalendar($vNote)
+ {
+ $memo = array();
+
+ $body = $vNote->getAttribute('BODY');
+ if (!is_array($body) && !is_a($body, 'PEAR_Error')) {
+ $memo['body'] = $body;
+ } else {
+ $memo['body'] = '';
+ }
+
+ $memo['desc'] = $this->getMemoDescription($memo['body']);
+
+ $cat = $vNote->getAttribute('CATEGORIES');
+ if (!is_array($cat) && !is_a($cat, 'PEAR_Error')) {
+ $memo['category'] = $cat;
+ }
+
+ return $memo;
+ }
+
+ /**
+ * Retrieves notes from the database.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function retrieve()
+ {
+ return PEAR::raiseError($this->_errormsg);
+ }
+
+}
--- /dev/null
+<?php
+
+require_once 'Horde/Kolab.php';
+
+/**
+ * Horde Mnemo driver for the Kolab IMAP server.
+ *
+ * $Horde: mnemo/lib/Driver/kolab.php,v 1.25 2009/07/14 00:25:35 mrubinsk Exp $
+ *
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Gunnar Wrobel <wrobel@pardus.de>
+ * @author Thomas Jarosch <thomas.jarosch@intra2net.com>
+ * @author Stuart Binge <omicron@mighty.co.za>
+ * @since Mnemo 2.0
+ * @package Mnemo
+ */
+class Mnemo_Driver_kolab extends Mnemo_Driver {
+
+ /**
+ * Our Kolab server connection.
+ *
+ * @var Kolab
+ */
+ var $_kolab = null;
+
+ /**
+ * The wrapper to decide between the Kolab implementation
+ *
+ * @var Mnemo_Driver_kolab_wrapper
+ */
+ var $_wrapper = null;
+
+ function Mnemo_Driver_kolab($notepad, $params = array())
+ {
+ if (empty($notepad)) {
+ $notepad = Horde_Auth::getAuth();
+ }
+
+ $this->_notepad = $notepad;
+
+ $this->_kolab = new Kolab();
+ if (empty($this->_kolab->version)) {
+ $wrapper = "Mnemo_Driver_kolab_wrapper_old";
+ } else {
+ $wrapper = "Mnemo_Driver_kolab_wrapper_new";
+ }
+
+ $this->_wrapper = new $wrapper($this);
+
+ }
+
+ /**
+ * Connect to the Kolab backend
+ *
+ * @return boolean True on success, PEAR_Error on failure.
+ */
+ function initialize()
+ {
+ return $this->_wrapper->connect();
+ }
+
+ /**
+ * Retrieve one note from the store.
+ *
+ * @param string $noteId The ID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function get($noteId, $passphrase = null)
+ {
+ return $this->_wrapper->get($noteId, $passphrase);
+ }
+
+ /**
+ * Retrieve one note by UID.
+ *
+ * @param string $uid The UID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function getByUID($uid, $passphrase = null)
+ {
+ return $this->_wrapper->getByUID($uid, $passphrase);
+ }
+
+ /**
+ * Add a note to the backend storage.
+ *
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return mixed The id of the note if successful, a PEAR error
+ * otherwise
+ */
+ function add($desc, $body, $category = '', $passphrase = null)
+ {
+ return $this->_wrapper->add($desc, $body, $category, $passphrase);
+ }
+
+ /**
+ * Modify an existing note.
+ *
+ * @param integer $noteId The note to modify.
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return booelan True if successful, a PEAR error otherwise.
+ */
+ function modify($noteId, $desc, $body, $category = '', $passphrase = null)
+ {
+ return $this->_wrapper->modify($noteId, $desc, $body, $category, $passphrase);
+ }
+
+ /**
+ * Move a note to a new notepad.
+ *
+ * @param string $noteId The note to move.
+ * @param string $newNotepad The new notepad.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function move($noteId, $newNotepad)
+ {
+ return $this->_wrapper->move($noteId, $newNotepad);
+ }
+
+ /**
+ * Delete the specified note from the current notepad
+ *
+ * @param string $noteId The note to delete.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function delete($noteId)
+ {
+ return $this->_wrapper->delete($noteId);
+ }
+
+ /**
+ * Delete all notes from the current notepad
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function deleteAll()
+ {
+ return $this->_wrapper->deleteAll();
+ }
+
+ /**
+ * Retrieves all of the notes from $this->_notepad from the database.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function retrieve()
+ {
+ $this->_memos = array();
+
+ $memos = $this->_wrapper->retrieve();
+ if (is_a($memos, 'PEAR_Error')) {
+ return $memos;
+ }
+
+ $this->_memos = $memos;
+
+ return true;
+ }
+}
+
+/**
+ * Horde Mnemo wrapper to distinguish between both Kolab driver implementations.
+ *
+ * $Horde: mnemo/lib/Driver/kolab.php,v 1.25 2009/07/14 00:25:35 mrubinsk Exp $
+ *
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Gunnar Wrobel <wrobel@pardus.de>
+ * @since Mnemo 2.0
+ * @package Mnemo
+ */
+class Mnemo_Driver_kolab_wrapper {
+
+ /**
+ * Indicates if the wrapper has connected or not
+ *
+ * @var boolean
+ */
+ var $_connected = false;
+
+ /**
+ * String containing the current notepad name.
+ *
+ * @var string
+ */
+ var $_notepad = '';
+
+ /**
+ * Our Kolab server connection.
+ *
+ * @var Kolab
+ */
+ var $_kolab = null;
+
+ /**
+ * Our parent driver.
+ *
+ * @var Mnemo_Driver
+ */
+ var $_driver;
+
+ /**
+ * Constructor
+ *
+ * @param string $notepad The notepad to load.
+ * @param Horde_Kolab $kolab The Kolab connection object
+ */
+ function Mnemo_Driver_kolab_wrapper(&$driver)
+ {
+ $this->_notepad = $driver->_notepad;
+ $this->_kolab = &$driver->_kolab;
+ // Required for the encrypt() function
+ $this->_driver = &$driver;
+ }
+
+ /**
+ * Connect to the Kolab backend
+ *
+ * @param int $loader The version of the XML
+ * loader
+ *
+ * @return mixed True on success, a PEAR error otherwise
+ */
+ function connect($loader = 0)
+ {
+ if ($this->_connected) {
+ return true;
+ }
+
+ $result = $this->_kolab->open($this->_notepad, $loader);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ $this->_connected = true;
+
+ return true;
+ }
+
+ /**
+ * Encrypts a note.
+ *
+ * @param string $note The note text.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return string|PEAR_Error The encrypted text or PEAR_Error on failure.
+ */
+ function encrypt($note, $passphrase)
+ {
+ return $this->_driver->encrypt($note, $passphrase);
+ }
+
+ /**
+ * Decrypts a note.
+ *
+ * @param string $note The encrypted note text.
+ * @param string $passphrase The passphrase to decrypt the note with.
+ *
+ * @return string|PEAR_Error The decrypted text or PEAR_Error on failure.
+ */
+ function decrypt($note, $passphrase)
+ {
+ return $this->_driver->decrypt($note, $passphrase);
+ }
+}
+
+
+/**
+ * Old Horde Mnemo driver for the Kolab IMAP server.
+ *
+ * $Horde: mnemo/lib/Driver/kolab.php,v 1.25 2009/07/14 00:25:35 mrubinsk Exp $
+ *
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Stuart Binge <omicron@mighty.co.za>
+ * @since Mnemo 2.0
+ * @package Mnemo
+ */
+class Mnemo_Driver_kolab_wrapper_old extends Mnemo_Driver_kolab_wrapper {
+
+ function _buildNote()
+ {
+ return array(
+ 'memolist_id' => $this->_notepad,
+ 'memo_id' => $this->_kolab->getUID(),
+ 'uid' => $this->_kolab->getUID(),
+ 'desc' => $this->_kolab->getStr('summary'),
+ 'body' => $this->_kolab->getStr('body'),
+ 'category' => $this->_kolab->getStr('categories'),
+ 'encrypted' => false,
+ );
+ }
+
+ /**
+ * Retrieve one note from the store.
+ *
+ * @param string $noteId The ID of the note to retrieve.
+ *
+ * @return array The array of note attributes.
+ */
+ function get($noteId)
+ {
+ $result = $this->_kolab->loadObject($noteId);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ return $this->_buildNote();
+ }
+
+ /**
+ * Retrieve one note by UID.
+ *
+ * @param string $uid The UID of the note to retrieve.
+ *
+ * @return array The array of note attributes.
+ */
+ function getByUID($uid)
+ {
+ return PEAR::raiseError('Not supported');
+ }
+
+ function _setObject($desc, $body, $category = '', $uid = null)
+ {
+ if (isset($uid)) {
+ $result = $this->_kolab->loadObject($uid);
+ } else {
+ $uid = md5(uniqid(mt_rand(), true));
+ $result = $this->_kolab->newObject($uid);
+ }
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ $this->_kolab->setStr('summary', $desc);
+ $this->_kolab->setStr('body', $body);
+ $this->_kolab->setStr('categories', $category);
+
+ $result = $this->_kolab->saveObject();
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ return $uid;
+ }
+
+ /**
+ * Add a note to the backend storage.
+ *
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ *
+ * @return integer The numeric ID of the new note.
+ */
+ function add($desc, $body, $category = '')
+ {
+ return $this->_setObject($desc, $body, $category);
+ }
+
+ /**
+ * Modify an existing note.
+ *
+ * @param integer $noteId The note to modify.
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ */
+ function modify($noteId, $desc, $body, $category = '')
+ {
+ $result = $this->_setObject($desc, $body, $category, $noteId);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ return $result == $noteId;
+ }
+
+ /**
+ * Move a note to a new notepad.
+ *
+ * @param string $noteId The note to move.
+ * @param string $newNotepad The new notepad.
+ */
+ function move($noteId, $newNotepad)
+ {
+ return $this->_kolab->moveObject($noteId, $newNotepad);
+ }
+
+ function delete($noteId)
+ {
+ return $this->_kolab->removeObjects($noteId);
+ }
+
+ function deleteAll()
+ {
+ return $this->_kolab->removeAllObjects();
+ }
+
+ /**
+ * Retrieves all of the notes from $this->_notepad from the database.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function retrieve()
+ {
+ $memos = array();
+
+ $msg_list = $this->_kolab->listObjects();
+ if (is_a($msg_list, 'PEAR_Error')) {
+ return $msg_list;
+ }
+
+ if (empty($msg_list)) {
+ return $memos;
+ }
+
+ foreach ($msg_list as $msg) {
+ $xml = &$this->_kolab->loadObject($msg, true);
+ if (is_a($xml, 'PEAR_Error')) {
+ return $xml;
+ }
+
+ $memos[$this->_kolab->getUID()] = $this->_buildNote($xml);
+ }
+
+ return $memos;
+ }
+
+}
+
+/**
+ * New Horde Mnemo driver for the Kolab IMAP server.
+ *
+ * $Horde: mnemo/lib/Driver/kolab.php,v 1.25 2009/07/14 00:25:35 mrubinsk Exp $
+ *
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Gunnar Wrobel <wrobel@pardus.de>
+ * @since Mnemo 2.0
+ * @package Mnemo
+ */
+class Mnemo_Driver_kolab_wrapper_new extends Mnemo_Driver_kolab_wrapper {
+
+ /**
+ * Shortcut to the imap connection
+ *
+ * @var Kolab_IMAP
+ */
+ var $_store = null;
+
+ /**
+ * Connect to the Kolab backend
+ *
+ * @return mixed True on success, a PEAR error otherwise
+ */
+ function connect()
+ {
+ if ($this->_connected) {
+ return true;
+ }
+
+ $result = parent::connect(1);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ $this->_store = &$this->_kolab->_storage;
+
+ return true;
+ }
+
+ /**
+ * Split the notepad name of the id. We use this to make ids
+ * unique across folders.
+ *
+ * @param string $id The ID of the note appended with the notepad
+ * name.
+ *
+ * @return array The note id and notepad name
+ */
+ function _splitId($id)
+ {
+ $split = explode('@', $id, 2);
+ if (count($split) == 2) {
+ list($id, $notepad) = $split;
+ } else if (count($split) == 1) {
+ $notepad = Horde_Auth::getAuth();
+ }
+ return array($id, $notepad);
+ }
+
+ /**
+ * Append the notepad name to the id. We use this to make ids
+ * unique across folders.
+ *
+ * @param string $id The ID of the note
+ *
+ * @return string The note id appended with the notepad
+ * name.
+ */
+ function _uniqueId($id)
+ {
+ if ($this->_notepad == Horde_Auth::getAuth()) {
+ return $id;
+ }
+ return $id . '@' . $this->_notepad;
+ }
+
+ /**
+ * Retrieve one note from the store.
+ *
+ * @param string $noteId The ID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function get($noteId, $passphrase = null)
+ {
+ list($noteId, $notepad) = $this->_splitId($noteId);
+
+ if ($this->_store->objectUidExists($noteId)) {
+ $note = $this->_store->getObject($noteId);
+ return $this->_buildNote($note, $passphrase);
+ } else {
+ return PEAR::raiseError(sprintf(_('Did not find note %s'), $noteId));
+ }
+ }
+
+ /**
+ * Retrieve one note by UID.
+ *
+ * @param string $uid The UID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function getByUID($uid, $passphrase = null)
+ {
+ list($noteId, $notepad) = $this->_splitId($uid);
+
+ if ($this->_notepad != $notepad) {
+ $this->_notepad = $notepad;
+ $this->_connected = false;
+ $this->connect();
+ }
+
+ return $this->get($noteId, $passphrase);
+ }
+
+ /**
+ * Add or modify a note.
+ *
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $uid The note to modify.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return mixed The id of the note if successful, a PEAR error
+ * otherwise
+ */
+ function _setObject($desc, $body, $category = '', $uid = null, $passphrase = null)
+ {
+ if (empty($uid)) {
+ $note_uid = $this->_store->generateUID();
+ $old_uid = null;
+ $action = array('action' => 'add');
+ } else {
+ list($note_uid, $notepad) = $this->_splitId($uid);
+ $old_uid = $note_uid;
+ $action = array('action' => 'modify');
+ }
+
+ if ($passphrase) {
+ $body = $this->encrypt($body, $passphrase);
+ if (is_a($body, 'PEAR_Error')) {
+ return $body;
+ }
+ Mnemo::storePassphrase($note_uid, $passphrase);
+ }
+
+ $result = $this->_store->save(array('uid' => $note_uid,
+ 'desc' => $desc,
+ 'body' => $body,
+ 'categories' => $category,
+ ),
+ $old_uid);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ /* Log the action in the history log. */
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $this->_uniqueId($note_uid), $action, true);
+
+ return $this->_uniqueId($note_uid);
+ }
+
+ /**
+ * Add a note to the backend storage.
+ *
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return mixed The id of the note if successful, a PEAR error
+ * otherwise
+ */
+ function add($desc, $body, $category = '', $passphrase = null)
+ {
+ return $this->_setObject($desc, $body, $category, null, $passphrase);
+ }
+
+ /**
+ * Modify an existing note.
+ *
+ * @param integer $noteId The note to modify.
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return booelan True if successful, a PEAR error otherwise.
+ */
+ function modify($noteId, $desc, $body, $category = '', $passphrase = null)
+ {
+ $result = $this->_setObject($desc, $body, $category, $noteId, $passphrase);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ return $result == $noteId;
+ }
+
+ /**
+ * Move a note to a new notepad.
+ *
+ * @param string $noteId The note to move.
+ * @param string $newNotepad The new notepad.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function move($noteId, $newNotepad)
+ {
+ list($noteId, $notepad) = $this->_splitId($noteId);
+
+ return $this->_store->move($noteId, $newNotepad);
+ }
+
+ /**
+ * Delete the specified note from the current notepad
+ *
+ * @param string $noteId The note to delete.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function delete($noteId)
+ {
+ list($noteId, $notepad) = $this->_splitId($noteId);
+
+ $result = $this->_store->delete($noteId);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $this->_uniqueId($noteId), array('action' => 'delete'), true);
+
+ return $result;
+ }
+
+ /**
+ * Delete all notes from the current notepad
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function deleteAll()
+ {
+ return $this->_store->deleteAll();
+ }
+
+ /**
+ * Retrieves all of the notes from $this->_notepad from the database.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function retrieve()
+ {
+ $memos = array();
+
+ $note_list = $this->_store->getObjects();
+ if (is_a($note_list, 'PEAR_Error')) {
+ return $note_list;
+ }
+
+ if (empty($note_list)) {
+ return $memos;
+ }
+
+ foreach ($note_list as $note) {
+ $nuid = $this->_uniqueId($note['uid']);
+ $memos[$nuid] = $this->_buildNote($note);
+ }
+
+ return $memos;
+ }
+
+ /**
+ * Build a note based on data array
+ *
+ * @param array $note The data for the note
+ * @param string $passphrase A passphrase for decrypting a note
+ *
+ * @return array The converted data array representing the note
+ */
+ function _buildNote($note, $passphrase = null)
+ {
+ $note['memolist_id'] = $this->_notepad;
+ $note['memo_id'] = $this->_uniqueId($note['uid']);
+
+ $note['category'] = $note['categories'];
+ unset($note['categories']);
+
+ $note['encrypted'] = false;
+ $body = $note['body'];
+
+ if (strpos($body, '-----BEGIN PGP MESSAGE-----') === 0) {
+ $note['encrypted'] = true;
+ if (empty($passphrase)) {
+ $passphrase = Mnemo::getPassphrase($note['uid']);
+ }
+ if (empty($passphrase)) {
+ $body = PEAR::raiseError(_("This note has been encrypted."), MNEMO_ERR_NO_PASSPHRASE);
+ } else {
+ $body = $this->decrypt($body, $passphrase);
+ if (is_a($body, 'PEAR_Error')) {
+ $body->code = MNEMO_ERR_DECRYPT;
+ } else {
+ $body = $body->message;
+ Mnemo::storePassphrase($note['memo_id'], $passphrase);
+ }
+ }
+ }
+ $note['body'] = $body;
+
+ return $note;
+ }
+}
--- /dev/null
+<?php
+/**
+ * Mnemo storage implementation for PHP's PEAR database abstraction
+ * layer.
+ *
+ * Required parameters:<pre>
+ * 'phptype' The database type (e.g. 'pgsql', 'mysql', etc.).
+ * 'charset' The database's internal charset.</pre>
+ *
+ * Optional values:<pre>
+ * 'table' The name of the memos table in 'database'. Defaults
+ * to 'mnemo_memos'</pre>
+ *
+ * Required by some database implementations:<pre>
+ * 'hostspec' The hostname of the database server.
+ * 'protocol' The communication protocol ('tcp', 'unix', etc.).
+ * 'database' The name of the database.
+ * 'username' The username with which to connect to the database.
+ * 'password' The password associated with 'username'.
+ * 'options' Additional options to pass to the database.
+ * 'tty' The TTY on which to connect to the database.
+ * 'port' The port on which to connect to the database.</pre>
+ *
+ * The table structure is defined in scripts/drivers/mnemo_memos.sql.
+ *
+ * $Horde: mnemo/lib/Driver/sql.php,v 1.53 2009/07/09 08:18:32 slusarz Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+class Mnemo_Driver_sql extends Mnemo_Driver {
+
+ /**
+ * Hash containing connection parameters.
+ *
+ * @var array
+ */
+ var $_params = array();
+
+ /**
+ * The database connection object.
+ *
+ * @var DB
+ */
+ var $_db;
+
+ /**
+ * Handle for the current database connection, used for writing. Defaults
+ * to the same handle as $_db if a separate write database is not required.
+ *
+ * @var DB
+ */
+ var $_write_db;
+
+ /**
+ * Construct a new SQL storage object.
+ *
+ * @param string $notepad The name of the notepad to load/save notes from.
+ * @param array $params A hash containing connection parameters.
+ */
+ function Mnemo_Driver_sql($notepad, $params = array())
+ {
+ $this->_notepad = $notepad;
+ $this->_params = $params;
+ }
+
+ /**
+ * Attempts to open a connection to the SQL server.
+ *
+ * @return boolean True on success, PEAR_Error on failure.
+ */
+ function initialize()
+ {
+ Horde::assertDriverConfig($this->_params, 'storage',
+ array('phptype', 'charset'));
+
+ if (!isset($this->_params['database'])) {
+ $this->_params['database'] = '';
+ }
+ if (!isset($this->_params['username'])) {
+ $this->_params['username'] = '';
+ }
+ if (!isset($this->_params['hostspec'])) {
+ $this->_params['hostspec'] = '';
+ }
+
+ if (!isset($this->_params['table'])) {
+ $this->_params['table'] = 'mnemo_memos';
+ }
+
+ /* Connect to the SQL server using the supplied parameters. */
+ require_once 'DB.php';
+ $this->_write_db = &DB::connect($this->_params,
+ array('persistent' => !empty($this->_params['persistent']),
+ 'ssl' => !empty($this->_params['ssl'])));
+ if (is_a($this->_write_db, 'PEAR_Error')) {
+ Horde::fatal($this->_write_db, __FILE__, __LINE__);
+ }
+
+ // Set DB portability options.
+ switch ($this->_write_db->phptype) {
+ case 'mssql':
+ $this->_write_db->setOption('portability', DB_PORTABILITY_LOWERCASE | DB_PORTABILITY_ERRORS | DB_PORTABILITY_RTRIM);
+ break;
+ default:
+ $this->_write_db->setOption('portability', DB_PORTABILITY_LOWERCASE | DB_PORTABILITY_ERRORS);
+ }
+
+ /* Check if we need to set up the read DB connection
+ * seperately. */
+ if (!empty($this->_params['splitread'])) {
+ $params = array_merge($this->_params, $this->_params['read']);
+ $this->_db = &DB::connect($params,
+ array('persistent' => !empty($params['persistent']),
+ 'ssl' => !empty($params['ssl'])));
+ if (is_a($this->_db, 'PEAR_Error')) {
+ Horde::fatal($this->_db, __FILE__, __LINE__);
+ }
+
+ // Set DB portability options.
+ switch ($this->_db->phptype) {
+ case 'mssql':
+ $this->_db->setOption('portability', DB_PORTABILITY_LOWERCASE | DB_PORTABILITY_ERRORS | DB_PORTABILITY_RTRIM);
+ break;
+ default:
+ $this->_db->setOption('portability', DB_PORTABILITY_LOWERCASE | DB_PORTABILITY_ERRORS);
+ }
+ } else {
+ /* Default to the same DB handle for reads. */
+ $this->_db =& $this->_write_db;
+ }
+
+ return true;
+ }
+
+ /**
+ * Retrieve one note from the database.
+ *
+ * @param string $noteId The ID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function get($noteId, $passphrase = null)
+ {
+ /* Build the SQL query. */
+ $query = 'SELECT * FROM ' . $this->_params['table'] .
+ ' WHERE memo_owner = ? AND memo_id = ?';
+ $values = array($this->_notepad, $noteId);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::get(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Execute the query. */
+ $row = $this->_db->getRow($query, $values, DB_FETCHMODE_ASSOC);
+
+ if (is_a($row, 'PEAR_Error')) {
+ return $row;
+ }
+
+ return $this->_buildNote($row, $passphrase);
+ }
+
+ /**
+ * Retrieve one note from the database by UID.
+ *
+ * @param string $uid The UID of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The array of note attributes.
+ */
+ function getByUID($uid, $passphrase = null)
+ {
+ /* Build the SQL query. */
+ $query = 'SELECT * FROM ' . $this->_params['table'] .
+ ' WHERE memo_uid = ?';
+ $values = array($uid);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::getByUID(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Execute the query. */
+ $row = $this->_db->getRow($query, $values, DB_FETCHMODE_ASSOC);
+
+ if (is_a($row, 'PEAR_Error')) {
+ return $row;
+ } elseif ($row === null) {
+ return PEAR::raiseError(_("Not found"));
+ }
+
+ /* Decode and return the task. */
+ $this->_notepad = $row['memo_owner'];
+ return $this->_buildNote($row, $passphrase);
+ }
+
+ /**
+ * Add a note to the backend storage.
+ *
+ * @param string $desc The first line of the note.
+ * @param string $body The whole note body.
+ * @param string $category The category of the note.
+ * @param string $uid A Unique Identifier for the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ *
+ * @return string The unique ID of the new note.
+ */
+ function add($desc, $body, $category = '', $uid = null, $passphrase = null)
+ {
+ $noteId = md5(uniqid(mt_rand(), true));
+
+ if ($passphrase) {
+ $body = $this->encrypt($body, $passphrase);
+ if (is_a($body, 'PEAR_Error')) {
+ return $body;
+ }
+ Mnemo::storePassphrase($noteId, $passphrase);
+ }
+
+ if (is_null($uid)) {
+ $uid = $this->generateUID();
+ }
+
+ $query = 'INSERT INTO ' . $this->_params['table'] .
+ ' (memo_owner, memo_id, memo_desc, memo_body, memo_category, memo_uid)' .
+ ' VALUES (?, ?, ?, ?, ?, ?)';
+ $values = array($this->_notepad,
+ $noteId,
+ Horde_String::convertCharset($desc, Horde_Nls::getCharset(), $this->_params['charset']),
+ Horde_String::convertCharset($body, Horde_Nls::getCharset(), $this->_params['charset']),
+ Horde_String::convertCharset($category, Horde_Nls::getCharset(), $this->_params['charset']),
+ Horde_String::convertCharset($uid, Horde_Nls::getCharset(), $this->_params['charset']));
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::add(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Attempt the insertion query. */
+ $result = $this->_write_db->query($query, $values);
+
+ /* Return an error immediately if the query failed. */
+ if (is_a($result, 'PEAR_Error')) {
+ Horde::logMessage($result, __FILE__, __LINE__, PEAR_LOG_ERR);
+ return $result;
+ }
+
+ /* Log the creation of this item in the history log. */
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $uid, array('action' => 'add'), true);
+
+ return $noteId;
+ }
+
+ /**
+ * Modify an existing note.
+ *
+ * @param string $noteId The note to modify.
+ * @param string $desc The description (long) of the note.
+ * @param string $body The description (long) of the note.
+ * @param string $category The category of the note.
+ * @param string $passphrase The passphrase to encrypt the note with.
+ */
+ function modify($noteId, $desc, $body, $category = null, $passphrase = null)
+ {
+ if ($passphrase) {
+ $body = $this->encrypt($body, $passphrase);
+ if (is_a($body, 'PEAR_Error')) {
+ return $body;
+ }
+ Mnemo::storePassphrase($noteId, $passphrase);
+ }
+
+ $query = 'UPDATE ' . $this->_params['table'] .
+ ' SET memo_desc = ?, memo_body = ?';
+ $values = array(Horde_String::convertCharset($desc, Horde_Nls::getCharset(), $this->_params['charset']),
+ Horde_String::convertCharset($body, Horde_Nls::getCharset(), $this->_params['charset']));
+
+ // Don't change the category if it isn't provided.
+ if (!is_null($category)) {
+ $query .= ', memo_category = ?';
+ $values[] = Horde_String::convertCharset($category, Horde_Nls::getCharset(), $this->_params['charset']);
+ }
+ $query .= ' WHERE memo_owner = ? AND memo_id = ?';
+ array_push($values, $this->_notepad, $noteId);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::modify(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Attempt the update query. */
+ $result = $this->_write_db->query($query, $values);
+
+ if (is_a($result, 'PEAR_Error')) {
+ Horde::logMessage($result, __FILE__, __LINE__, PEAR_LOG_ERR);
+ return $result;
+ }
+
+ /* Log the modification of this item in the history log. */
+ $note = $this->get($noteId);
+ if (!empty($note['uid'])) {
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $note['uid'], array('action' => 'modify'), true);
+ }
+
+ return true;
+ }
+
+ /**
+ * Move a note to a new notepad.
+ *
+ * @param string $noteId The note to move.
+ * @param string $newNotepad The new notepad.
+ */
+ function move($noteId, $newNotepad)
+ {
+ /* Get the note's details for use later. */
+ $note = $this->get($noteId);
+
+ $query = 'UPDATE ' . $this->_params['table'] .
+ ' SET memo_owner = ?' .
+ ' WHERE memo_owner = ? AND memo_id = ?';
+ $values = array($newNotepad, $this->_notepad, $noteId);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::move(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Attempt the move query. */
+ $result = $this->_write_db->query($query, $values);
+ if (is_a($result, 'PEAR_Error')) {
+ Horde::logMessage($result, __FILE__, __LINE__, PEAR_LOG_ERR);
+ return $result;
+ }
+
+ /* Log the moving of this item in the history log. */
+ if (!empty($note['uid'])) {
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $note['uid'], array('action' => 'delete'), true);
+ $history->log('mnemo:' . $newNotepad . ':' . $note['uid'], array('action' => 'add'), true);
+ }
+
+ return true;
+ }
+
+ function delete($noteId)
+ {
+ /* Get the note's details for use later. */
+ $note = $this->get($noteId);
+
+ $query = 'DELETE FROM ' . $this->_params['table'] .
+ ' WHERE memo_owner = ? AND memo_id = ?';
+ $values = array($this->_notepad, $noteId);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::delete(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Attempt the delete query. */
+ $result = $this->_write_db->query($query, $values);
+
+ if (is_a($result, 'PEAR_Error')) {
+ Horde::logMessage($result, __FILE__, __LINE__, PEAR_LOG_ERR);
+ return $result;
+ }
+
+ /* Log the deletion of this item in the history log. */
+ if (!empty($note['uid'])) {
+ $history = &Horde_History::singleton();
+ $history->log('mnemo:' . $this->_notepad . ':' . $note['uid'], array('action' => 'delete'), true);
+ }
+
+ return true;
+ }
+
+ function deleteAll()
+ {
+ $query = 'DELETE FROM ' . $this->_params['table'] .
+ ' WHERE memo_owner = ?';
+ $values = array($this->_notepad);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::deleteAll(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Attempt the delete query. */
+ $result = $this->_write_db->query($query, $values);
+
+ return is_a($result, 'PEAR_Error') ? $result : true;
+ }
+
+ /**
+ * Retrieves all of the notes from $this->_notepad from the
+ * database.
+ *
+ * @return mixed True on success, PEAR_Error on failure.
+ */
+ function retrieve()
+ {
+ /* Build the SQL query. */
+ $query = 'SELECT * FROM ' . $this->_params['table'] .
+ ' WHERE memo_owner = ?';
+ $values = array($this->_notepad);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql::retrieve(): %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+
+ /* Execute the query. */
+ $result = $this->_db->query($query, $values);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+
+ /* Store the retrieved values in a fresh $memos list. */
+ $this->_memos = array();
+ while ($row = $result->fetchRow(DB_FETCHMODE_ASSOC)) {
+ $this->_memos[$row['memo_id']] = $this->_buildNote($row);
+ }
+ $result->free();
+
+ return true;
+ }
+
+ /**
+ */
+ function _buildNote($row, $passphrase = null)
+ {
+ /* Make sure notes always have a UID. */
+ if (empty($row['memo_uid'])) {
+ $row['memo_uid'] = $this->generateUID();
+
+ $query = 'UPDATE ' . $this->_params['table'] .
+ ' SET memo_uid = ?' .
+ ' WHERE memo_owner = ? AND memo_id = ?';
+ $values = array($row['memo_uid'], $row['memo_owner'], $row['memo_id']);
+
+ /* Log the query at a DEBUG log level. */
+ Horde::logMessage(sprintf('Mnemo_Driver_sql adding missing UID: %s', $query),
+ __FILE__, __LINE__, PEAR_LOG_DEBUG);
+ $this->_write_db->query($query, $values);
+ }
+
+ /* Decrypt note if requested. */
+ $encrypted = false;
+ $body = Horde_String::convertCharset($row['memo_body'], $this->_params['charset']);
+ if (strpos($body, '-----BEGIN PGP MESSAGE-----') === 0) {
+ $encrypted = true;
+ if (empty($passphrase)) {
+ $passphrase = Mnemo::getPassphrase($row['memo_id']);
+ }
+ if (empty($passphrase)) {
+ $body = PEAR::raiseError(_("This note has been encrypted."), MNEMO_ERR_NO_PASSPHRASE);
+ } else {
+ $body = $this->decrypt($body, $passphrase);
+ if (is_a($body, 'PEAR_Error')) {
+ $body->code = MNEMO_ERR_DECRYPT;
+ } else {
+ $body = $body->message;
+ Mnemo::storePassphrase($row['memo_id'], $passphrase);
+ }
+ }
+ }
+
+ /* Create a new task based on $row's values. */
+ return array('memolist_id' => $row['memo_owner'],
+ 'memo_id' => $row['memo_id'],
+ 'uid' => Horde_String::convertCharset($row['memo_uid'], $this->_params['charset']),
+ 'desc' => Horde_String::convertCharset($row['memo_desc'], $this->_params['charset']),
+ 'body' => $body,
+ 'category' => Horde_String::convertCharset($row['memo_category'], $this->_params['charset']),
+ 'encrypted' => $encrypted);
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * Horde_Form for creating notepads.
+ *
+ * $Horde: mnemo/lib/Forms/CreateNotepad.php,v 1.2 2009/06/10 17:33:40 slusarz Exp $
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @package Mnemo
+ */
+
+/** Horde_Form */
+require_once 'Horde/Form.php';
+
+/** Horde_Form_Renderer */
+require_once 'Horde/Form/Renderer.php';
+
+/**
+ * The Mnemo_CreateNotepadForm class provides the form for
+ * creating a notepad.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 2.2
+ * @package Mnemo
+ */
+class Mnemo_CreateNotepadForm extends Horde_Form {
+
+ function Mnemo_CreateNotepadForm(&$vars)
+ {
+ parent::Horde_Form($vars, _("Create Notepad"));
+
+ $this->addVariable(_("Name"), 'name', 'text', true);
+ $this->addVariable(_("Description"), 'description', 'longtext', false, false, null, array(4, 60));
+
+ $this->setButtons(array(_("Create")));
+ }
+
+ function execute()
+ {
+ // Create new share.
+ $notepad = $GLOBALS['mnemo_shares']->newShare(md5(microtime()));
+ if (is_a($notepad, 'PEAR_Error')) {
+ return $notepad;
+ }
+ $notepad->set('name', $this->_vars->get('name'));
+ $notepad->set('desc', $this->_vars->get('description'));
+ return $GLOBALS['mnemo_shares']->addShare($notepad);
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * Horde_Form for deleting notepads.
+ *
+ * $Horde: mnemo/lib/Forms/DeleteNotepad.php,v 1.7 2009/12/03 00:01:11 jan Exp $
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @package Mnemo
+ */
+
+/** Horde_Form */
+require_once 'Horde/Form.php';
+
+/** Horde_Form_Renderer */
+require_once 'Horde/Form/Renderer.php';
+
+/**
+ * The Mnemo_DeleteNotepadForm class provides the form for
+ * deleting a notepad.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 2.2
+ * @package Mnemo
+ */
+class Mnemo_DeleteNotepadForm extends Horde_Form {
+
+ /**
+ * Notepad being deleted
+ */
+ var $_notepad;
+
+ function Mnemo_DeleteNotepadForm(&$vars, &$notepad)
+ {
+ $this->_notepad = &$notepad;
+ parent::Horde_Form($vars, sprintf(_("Delete %s"), $notepad->get('name')));
+
+ $this->addHidden('', 'n', 'text', true);
+ $this->addVariable(sprintf(_("Really delete the notepad \"%s\"? This cannot be undone and all data on this notepad will be permanently removed."), $this->_notepad->get('name')), 'desc', 'description', false);
+
+ $this->setButtons(array(_("Delete"), _("Cancel")));
+ }
+
+ function execute()
+ {
+ // If cancel was clicked, return false.
+ if ($this->_vars->get('submitbutton') == _("Cancel")) {
+ return false;
+ }
+
+ if (!Horde_Auth::getAuth() ||
+ $this->_notepad->get('owner') != Horde_Auth::getAuth()) {
+ return PEAR::raiseError(_("Permission denied"));
+ }
+
+ // Delete the notepad.
+ $storage = &Mnemo_Driver::singleton($this->_notepad->getName());
+ $result = $storage->deleteAll();
+ if (is_a($result, 'PEAR_Error')) {
+ return PEAR::raiseError(sprintf(_("Unable to delete \"%s\": %s"), $this->_notepad->get('name'), $result->getMessage()));
+ } else {
+ // Remove share and all groups/permissions.
+ $result = $GLOBALS['mnemo_shares']->removeShare($this->_notepad);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+ }
+
+ // Make sure we still own at least one notepad.
+ if (count(Mnemo::listNotepads(true)) == 0) {
+ // If the default share doesn't exist then create it.
+ if (!$GLOBALS['mnemo_shares']->exists(Horde_Auth::getAuth())) {
+ require_once 'Horde/Identity.php';
+ $identity = &Identity::singleton();
+ $name = $identity->getValue('fullname');
+ if (trim($name) == '') {
+ $name = Horde_Auth::removeHook(Horde_Auth::getAuth());
+ }
+ $notepad = &$GLOBALS['mnemo_shares']->newShare(Horde_Auth::getAuth());
+ if (is_a($notepad, 'PEAR_Error')) {
+ return;
+ }
+ $notepad->set('name', sprintf(_("%s's Notepad"), $name));
+ $GLOBALS['mnemo_shares']->addShare($notepad);
+ }
+ }
+
+ return true;
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * Horde_Form for editing notepads.
+ *
+ * $Horde: mnemo/lib/Forms/EditNotepad.php,v 1.3 2009/06/10 17:33:40 slusarz Exp $
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @package Mnemo
+ */
+
+/** Horde_Form */
+require_once 'Horde/Form.php';
+
+/** Horde_Form_Renderer */
+require_once 'Horde/Form/Renderer.php';
+
+/**
+ * The Mnemo_EditNotepadForm class provides the form for
+ * editing a notepad.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 2.2
+ * @package Mnemo
+ */
+class Mnemo_EditNotepadForm extends Horde_Form {
+
+ /**
+ * Notepad being edited
+ */
+ var $_notepad;
+
+ function Mnemo_EditNotepadForm(&$vars, &$notepad)
+ {
+ $this->_notepad = &$notepad;
+ parent::Horde_Form($vars, sprintf(_("Edit %s"), $notepad->get('name')));
+
+ $this->addHidden('', 'n', 'text', true);
+ $this->addVariable(_("Name"), 'name', 'text', true);
+ $this->addVariable(_("Description"), 'description', 'longtext', false, false, null, array(4, 60));
+
+ $this->setButtons(array(_("Save")));
+ }
+
+ function execute()
+ {
+ $this->_notepad->set('name', $this->_vars->get('name'));
+ $this->_notepad->set('desc', $this->_vars->get('description'));
+ $result = $this->_notepad->save();
+ if (is_a($result, 'PEAR_Error')) {
+ return PEAR::raiseError(sprintf(_("Unable to save notepad \"%s\": %s"), $id, $result->getMessage()));
+ }
+ return true;
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/lib/Mnemo.php,v 1.86 2009/12/03 00:01:11 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @package Mnemo
+ */
+
+/**
+ * Sort by memo description.
+ */
+define('MNEMO_SORT_DESC', 0);
+
+/**
+ * Sort by memo category.
+ */
+define('MNEMO_SORT_CATEGORY', 1);
+
+/**
+ * Sort by notepad.
+ */
+define('MNEMO_SORT_NOTEPAD', 2);
+
+/**
+ * Sort in ascending order.
+ */
+define('MNEMO_SORT_ASCEND', 0);
+
+/**
+ * Sort in descending order.
+ */
+define('MNEMO_SORT_DESCEND', 1);
+
+/**
+ * No passphrase provided.
+ */
+define('MNEMO_ERR_NO_PASSPHRASE', 100);
+
+/**
+ * Decrypting failed
+ */
+define('MNEMO_ERR_DECRYPT', 101);
+
+/**
+ * Mnemo Base Class.
+ *
+ * @author Jon Parise <jon@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+class Mnemo {
+
+ /**
+ * Retrieves the current user's note list from storage. This function will
+ * also sort the resulting list, if requested.
+ *
+ * @param constant $sortby The field by which to sort. (MNEMO_SORT_DESC,
+ * MNEMO_SORT_CATEGORY, MNEMO_SORT_NOTEPAD)
+ * @param constant $sortdir The direction by which to sort.
+ * (MNEMO_SORT_ASC, MNEMO_SORT_DESC)
+ *
+ * @return array A list of the requested notes.
+ *
+ * @see Mnemo_Driver::listMemos()
+ */
+ function listMemos($sortby = MNEMO_SORT_DESC,
+ $sortdir = MNEMO_SORT_ASCEND)
+ {
+ global $conf, $display_notepads;
+ $memos = array();
+
+ /* Sort the memo list. */
+ $sort_functions = array(
+ MNEMO_SORT_DESC => 'ByDesc',
+ MNEMO_SORT_CATEGORY => 'ByCategory',
+ MNEMO_SORT_NOTEPAD => 'ByNotepad',
+ );
+
+ foreach ($display_notepads as $notepad) {
+ /* Create a Mnemo storage instance. */
+ $storage = Mnemo_Driver::singleton($notepad);
+ $storage->retrieve();
+
+ /* Retrieve the memo list from storage. */
+ $newmemos = $storage->listMemos();
+ $memos = array_merge($memos, $newmemos);
+ }
+
+ /* Sort the array if we have a sort function defined for this
+ * field. */
+ if (isset($sort_functions[$sortby])) {
+ $prefix = ($sortdir == MNEMO_SORT_DESCEND) ? '_rsort' : '_sort';
+ uasort($memos, array('Mnemo', $prefix . $sort_functions[$sortby]));
+ }
+
+ return $memos;
+ }
+
+ /**
+ * Returns the number of notes in notepads that the current user owns.
+ *
+ * @return integer The number of notes that the user owns.
+ */
+ function countMemos()
+ {
+ static $count;
+ if (isset($count)) {
+ return $count;
+ }
+
+ $notepads = Mnemo::listNotepads(true, Horde_Perms::ALL);
+
+ $count = 0;
+ foreach (array_keys($notepads) as $notepad) {
+ /* Create a Mnemo storage instance. */
+ $storage = Mnemo_Driver::singleton($notepad);
+ $storage->retrieve();
+
+ /* Retrieve the memo list from storage. */
+ $count += count($storage->listMemos());
+ }
+
+ return $count;
+ }
+
+ /**
+ * Retrieves a specific note from storage.
+ *
+ * @param string $notepad The notepad to retrieve the note from.
+ * @param string $noteId The Id of the note to retrieve.
+ * @param string $passphrase A passphrase with which this note was
+ * supposed to be encrypted.
+ *
+ * @return array The note.
+ */
+ function getMemo($notepad, $noteId, $passphrase = null)
+ {
+ $storage = Mnemo_Driver::singleton($notepad);
+ return $storage->get($noteId, $passphrase);
+ }
+
+ /**
+ * Get preview text for a note (the first 20 lines or so).
+ *
+ * @param array $note The note array
+ *
+ * @return string A few lines of the note for previews or
+ * tooltips.
+ */
+ function getNotePreview($note)
+ {
+ if (is_a($note['body'], 'PEAR_Error')) {
+ return $note['body']->getMessage();
+ }
+ $lines = explode("\n", wordwrap($note['body']));
+ return implode("\n", array_splice($lines, 0, 20));
+ }
+
+ /**
+ * Lists all notepads a user has access to.
+ *
+ * @param boolean $owneronly Only return memo lists that this user owns?
+ * Defaults to false.
+ * @param integer $permission The permission to filter notepads by.
+ *
+ * @return array The memo lists.
+ */
+ function listNotepads($owneronly = false, $permission = Horde_Perms::SHOW)
+ {
+ if ($owneronly && !Horde_Auth::getAuth()) {
+ return array();
+ }
+
+ $notepads = $GLOBALS['mnemo_shares']->listShares(Horde_Auth::getAuth(), $permission, $owneronly ? Horde_Auth::getAuth() : null, 0, 0, 'name');
+ if (is_a($notepads, 'PEAR_Error')) {
+ Horde::logMessage($notepads, __FILE__, __LINE__, PEAR_LOG_ERR);
+ $empty = array();
+ return $empty;
+ }
+
+ return $notepads;
+ }
+
+ /**
+ * Returns the default notepad for the current user at the specified
+ * permissions level.
+ */
+ function getDefaultNotepad($permission = Horde_Perms::SHOW)
+ {
+ global $prefs;
+
+ $default_notepad = $prefs->getValue('default_notepad');
+ $notepads = Mnemo::listNotepads(false, $permission);
+
+ if (isset($notepads[$default_notepad])) {
+ return $default_notepad;
+ } elseif ($prefs->isLocked('default_notepad')) {
+ return '';
+ } elseif (count($notepads)) {
+ return key($notepads);
+ }
+
+ return false;
+ }
+
+ /**
+ * Returns the real name, if available, of a user.
+ *
+ * @since Mnemo 2.2
+ */
+ function getUserName($uid)
+ {
+ static $names = array();
+
+ if (!isset($names[$uid])) {
+ $ident = Horde_Prefs_Identity::singleton('none', $uid);
+ $ident->setDefault($ident->getDefault());
+ $names[$uid] = $ident->getValue('fullname');
+ if (empty($names[$uid])) {
+ $names[$uid] = $uid;
+ }
+ }
+
+ return $names[$uid];
+ }
+
+ /**
+ * Comparison function for sorting notes by description.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer 1 if memo one is greater, -1 if memo two is greater; 0
+ * if they are equal.
+ */
+ function _sortByDesc($a, $b)
+ {
+ return strcasecmp($a['desc'], $b['desc']);
+ }
+
+ /**
+ * Comparison function for reverse sorting notes by description.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer -1 if note one is greater, 1 if note two is greater; 0
+ * if they are equal.
+ */
+ function _rsortByDesc($a, $b)
+ {
+ return strcasecmp($b['desc'], $a['desc']);
+ }
+
+ /**
+ * Comparison function for sorting notes by category.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer 1 if note one is greater, -1 if note two is greater; 0
+ * if they are equal.
+ */
+ function _sortByCategory($a, $b)
+ {
+ return strcasecmp($a['category'] ? $a['category'] : _("Unfiled"),
+ $b['category'] ? $b['category'] : _("Unfiled"));
+ }
+
+ /**
+ * Comparison function for reverse sorting notes by category.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer -1 if note one is greater, 1 if note two is greater; 0
+ * if they are equal.
+ */
+ function _rsortByCategory($a, $b)
+ {
+ return strcasecmp($b['category'] ? $b['category'] : _("Unfiled"),
+ $a['category'] ? $a['category'] : _("Unfiled"));
+ }
+
+ /**
+ * Comparison function for sorting notes by notepad name.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer 1 if note one is greater, -1 if note two is greater;
+ * 0 if they are equal.
+ */
+ function _sortByNotepad($a, $b)
+ {
+ $aowner = $a['memolist_id'];
+ $bowner = $b['memolist_id'];
+
+ $ashare = $GLOBALS['mnemo_shares']->getShare($aowner);
+ $bshare = $GLOBALS['mnemo_shares']->getShare($bowner);
+
+ if (!is_a($ashare, 'PEAR_Error') && $aowner != $ashare->get('owner')) {
+ $aowner = $ashare->get('name');
+ }
+ if (!is_a($bshare, 'PEAR_Error') && $bowner != $bshare->get('owner')) {
+ $bowner = $bshare->get('name');
+ }
+
+ return strcasecmp($aowner, $bowner);
+ }
+
+ /**
+ * Comparison function for reverse sorting notes by notepad name.
+ *
+ * @param array $a Note one.
+ * @param array $b Note two.
+ *
+ * @return integer -1 if note one is greater, 1 if note two is greater;
+ * 0 if they are equal.
+ */
+ function _rsortByNotepad($a, $b)
+ {
+ $aowner = $a['memolist_id'];
+ $bowner = $b['memolist_id'];
+
+ $ashare = $GLOBALS['mnemo_shares']->getShare($aowner);
+ $bshare = $GLOBALS['mnemo_shares']->getShare($bowner);
+
+ if (!is_a($ashare, 'PEAR_Error') && $aowner != $ashare->get('owner')) {
+ $aowner = $ashare->get('name');
+ }
+ if (!is_a($bshare, 'PEAR_Error') && $bowner != $bshare->get('owner')) {
+ $bowner = $bshare->get('name');
+ }
+
+ return strcasecmp($bowner, $aowner);
+ }
+
+ /**
+ * Returns the specified permission for the current user.
+ *
+ * @since Mnemo 2.1
+ *
+ * @param string $permission A permission, currently only 'max_notes'.
+ *
+ * @return mixed The value of the specified permission.
+ */
+ function hasPermission($permission)
+ {
+ global $perms;
+
+ if (!$perms->exists('mnemo:' . $permission)) {
+ return true;
+ }
+
+ $allowed = $perms->getPermissions('mnemo:' . $permission);
+ if (is_array($allowed)) {
+ switch ($permission) {
+ case 'max_notes':
+ $allowed = max($allowed);
+ break;
+ }
+ }
+
+ return $allowed;
+ }
+
+ /**
+ * Returns a note's passphrase for symmetric encryption from the session
+ * cache.
+ *
+ * @param string $id A note id.
+ *
+ * @return string The passphrase, if set.
+ */
+ function getPassphrase($id)
+ {
+ if (isset($_SESSION['mnemo'][$id]['passphrase'])) {
+ return Horde_Secret::read(Horde_Secret::getKey('mnemo'), $_SESSION['mnemo'][$id]['passphrase']);
+ }
+ }
+
+ /**
+ * Stores a note's passphrase for symmetric encryption in the session
+ * cache.
+ *
+ * @param string $id A note id.
+ * @param string $passphrase The note's passphrase.
+ *
+ * @return boolean True
+ */
+ function storePassphrase($id, $passphrase)
+ {
+ $_SESSION['mnemo'][$id]['passphrase'] = Horde_Secret::write(Horde_Secret::getKey('mnemo'), $passphrase);
+ }
+
+ /**
+ * Initial app setup code.
+ */
+ function initialize()
+ {
+ // Update the preference for which notepads to display. If the
+ // user doesn't have any selected notepads for view then fall
+ // back to some available notepad.
+ $GLOBALS['display_notepads'] = unserialize($GLOBALS['prefs']->getValue('display_notepads'));
+ if (($notepadId = Horde_Util::getFormData('display_notepad')) !== null) {
+ if (is_array($notepadId)) {
+ $GLOBALS['display_notepads'] = $notepadId;
+ } else {
+ if (in_array($notepadId, $GLOBALS['display_notepads'])) {
+ $key = array_search($notepadId, $GLOBALS['display_notepads']);
+ unset($GLOBALS['display_notepads'][$key]);
+ } else {
+ $GLOBALS['display_notepads'][] = $notepadId;
+ }
+ }
+ }
+
+ // Make sure all notepads exist now, to save on checking later.
+ $_temp = $GLOBALS['display_notepads'];
+ $_all = Mnemo::listNotepads();
+ $GLOBALS['display_notepads'] = array();
+ foreach ($_temp as $id) {
+ if (isset($_all[$id])) {
+ $GLOBALS['display_notepads'][] = $id;
+ }
+ }
+
+ if (count($GLOBALS['display_notepads']) == 0) {
+ $lists = Mnemo::listNotepads(true);
+ if (!Horde_Auth::getAuth()) {
+ /* All notepads for guests. */
+ $GLOBALS['display_notepads'] = array_keys($lists);
+ } else {
+ /* Make sure at least the default notepad is visible. */
+ $default_notepad = Mnemo::getDefaultNotepad(Horde_Perms::READ);
+ if ($default_notepad) {
+ $GLOBALS['display_notepads'] = array($default_notepad);
+ }
+
+ /* If the user's personal notepad doesn't exist, then create it. */
+ if (!$GLOBALS['mnemo_shares']->exists(Horde_Auth::getAuth())) {
+ $identity = Horde_Prefs_Identity::singleton();
+ $name = $identity->getValue('fullname');
+ if (trim($name) == '') {
+ $name = Horde_Auth::removeHook(Horde_Auth::getAuth());
+ }
+ $share = $GLOBALS['mnemo_shares']->newShare(Horde_Auth::getAuth());
+ $share->set('name', sprintf(_("%s's Notepad"), $name));
+ $GLOBALS['mnemo_shares']->addShare($share);
+
+ /* Make sure the personal notepad is displayed by default. */
+ if (!in_array(Horde_Auth::getAuth(), $GLOBALS['display_notepads'])) {
+ $GLOBALS['display_notepads'][] = Horde_Auth::getAuth();
+ }
+ }
+ }
+ }
+
+ $GLOBALS['prefs']->setValue('display_notepads', serialize($GLOBALS['display_notepads']));
+ }
+
+ /**
+ * Builds Mnemo's list of menu items.
+ */
+ function getMenu($returnType = 'object')
+ {
+ global $conf, $registry, $print_link;
+
+ $menu = new Horde_Menu();
+ $menu->add(Horde::applicationUrl('list.php'), _("_List Notes"), 'mnemo.png', null, null, null, basename($_SERVER['PHP_SELF']) == 'index.php' ? 'current' : null);
+ if (Mnemo::getDefaultNotepad(Horde_Perms::EDIT) &&
+ (!empty($conf['hooks']['permsdenied']) ||
+ Mnemo::hasPermission('max_notes') === true ||
+ Mnemo::hasPermission('max_notes') > Mnemo::countMemos())) {
+ $menu->add(Horde::applicationUrl('memo.php?actionID=add_memo'), _("_New Note"), 'add.png', null, null, null, Horde_Util::getFormData('memo') ? '__noselection' : null);
+ }
+
+ /* Search. */
+ $menu->add(Horde::applicationUrl('search.php'), _("_Search"), 'search.png', $registry->getImageDir('horde'));
+
+ /* Import/Export */
+ if ($conf['menu']['import_export']) {
+ $menu->add(Horde::applicationUrl('data.php'), _("_Import/Export"), 'data.png', $registry->getImageDir('horde'));
+ }
+
+ /* Print */
+ if ($conf['menu']['print'] && isset($print_link)) {
+ $menu->add($print_link, _("_Print"), 'print.png', $registry->getImageDir('horde'), '_blank', 'popup(this.href); return false;');
+ }
+
+ if ($returnType == 'object') {
+ return $menu;
+ } else {
+ return $menu->render();
+ }
+ }
+
+}
--- /dev/null
+<?php
+/**
+ * Mnemo external API interface.
+ *
+ * This file defines Mnemo's external API interface. Other applications can
+ * interact with Mnemo through this API.
+ *
+ * $Horde: mnemo/lib/api.php,v 1.99 2009/11/24 04:13:44 chuck Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+$_services['perms'] = array(
+ 'args' => array(),
+ 'type' => '{urn:horde}stringArray'
+);
+
+$_services['removeUserData'] = array(
+ 'args' => array('user' => 'string'),
+ 'type' => 'boolean'
+);
+
+$_services['show'] = array(
+ 'link' => '%application%/view.php?memolist=|notepad|&memo=|note|&uid=|uid|',
+);
+
+$_services['listNotepads'] = array(
+ 'args' => array('owneronly' => 'boolean', 'permission' => 'int'),
+ 'type' => '{urn:horde}stringArray',
+);
+
+$_services['list'] = array(
+ 'args' => array(),
+ 'type' => '{urn:horde}stringArray'
+);
+
+$_services['listBy'] = array(
+ 'args' => array('action' => 'string', 'timestamp' => 'int'),
+ 'type' => '{urn:horde}stringArray'
+);
+
+$_services['getActionTimestamp'] = array(
+ 'args' => array('uid' => 'string', 'action' => 'string', 'notepad' => 'string'),
+ 'type' => 'int',
+);
+
+$_services['import'] = array(
+ 'args' => array('content' => 'string', 'contentType' => 'string'),
+ 'type' => 'string'
+);
+
+$_services['export'] = array(
+ 'args' => array('uid' => 'string', 'contentType' => 'string'),
+ 'type' => 'string'
+);
+
+$_services['delete'] = array(
+ 'args' => array('uid' => 'string'),
+ 'type' => 'boolean'
+);
+
+$_services['replace'] = array(
+ 'args' => array('uid' => 'string', 'content' => 'string', 'contentType' => 'string'),
+ 'type' => 'boolean'
+);
+
+/**
+ * Returns a list of available permissions.
+ *
+ * @return array An array describing all available permissions.
+ */
+function _mnemo_perms()
+{
+ $perms = array();
+ $perms['tree']['mnemo']['max_notes'] = false;
+ $perms['title']['mnemo:max_notes'] = _("Maximum Number of Notes");
+ $perms['type']['mnemo:max_notes'] = 'int';
+
+ return $perms;
+}
+
+/**
+ * Removes user data.
+ *
+ * @param string $user Name of user to remove data for.
+ *
+ * @return mixed true on success | PEAR_Error on failure
+ */
+function _mnemo_removeUserData($user)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ if (!Horde_Auth::isAdmin() && $user != Horde_Auth::getAuth()) {
+ return PEAR::raiseError(_("You are not allowed to remove user data."));
+ }
+
+ /* Error flag */
+ $hasError = false;
+
+ /* Get the share object for later deletion */
+ $share = $GLOBALS['mnemo_shares']->getShare($user);
+ if (is_a($share, 'PEAR_Error')) {
+ Horde::logMessage($share->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
+ unset($share);
+ } else {
+ $GLOBALS['display_notepads'] = array($user);
+ $memos = Mnemo::listMemos();
+ if (is_a($memos, 'PEAR_Error')) {
+ $hasError = true;
+ Horde::logMessage($mnemos->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
+ } else {
+ $uids = array();
+ foreach ($memos as $memo) {
+ $uids[] = $memo['uid'];
+ }
+
+ /* ... and delete them. */
+ foreach ($uids as $uid) {
+ _mnemo_delete($uid);
+ }
+ }
+
+ /* Now delete history as well. */
+ $history = &Horde_History::singleton();
+ if (method_exists($history, 'removeByParent')) {
+ $histories = $history->removeByParent('mnemo:' . $user);
+ } else {
+ /* Remove entries 100 at a time. */
+ $all = $history->getByTimestamp('>', 0, array(), 'mnemo:' . $user);
+ if (is_a($all, 'PEAR_Error')) {
+ Horde::logMessage($all, __FILE__, __LINE__, PEAR_LOG_ERR);
+ } else {
+ $all = array_keys($all);
+ while (count($d = array_splice($all, 0, 100)) > 0) {
+ $history->removebyNames($d);
+ }
+ }
+ }
+
+ /* Remove the share itself */
+ if (!empty($share)) {
+ $result = $GLOBALS['mnemo_shares']->removeShare($share);
+ if (is_a($result, 'PEAR_Error')) {
+ $hasError = true;
+ Horde::logMessage($result->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR);
+ }
+ }
+
+ /* Get a list of all shares this user has perms to and remove the perms */
+ $shares = $GLOBALS['mnemo_shares']->listShares($user);
+ if (is_a($shares, 'PEAR_Error')) {
+ $hasError = true;
+ Horde::logMessage($shares, __FILE__, __LINE__, PEAR_LOG_ERR);
+ } else {
+ foreach ($shares as $share) {
+ $share->removeUser($user);
+ }
+ }
+ }
+
+ if ($hasError) {
+ return PEAR::raiseError(sprintf(_("There was an error removing notes for %s. Details have been logged."), $user));
+ } else {
+ return true;
+ }
+}
+
+/**
+ * @param boolean $owneronly Only return notepads that this user owns?
+ * Defaults to false.
+ * @param integer $permission The permission to filter notepads by.
+ *
+ * @return array The notepads.
+ */
+function _mnemo_listNotepads($owneronly, $permission)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ return Mnemo::listNotepads($owneronly, $permission);
+}
+
+/**
+ * Returns an array of UIDs for all notes that the current user is authorized
+ * to see.
+ *
+ * @param string $notepad The notepad to list notes from.
+ *
+ * @return array An array of UIDs for all notes the user can access.
+ */
+function _mnemo_list($notepad = null)
+{
+ require_once dirname(__FILE__) . '/base.php';
+ global $conf;
+
+ if (!isset($conf['storage']['driver'])) {
+ return PEAR::raiseError('Not configured');
+ }
+
+ /* Make sure we have a valid notepad. */
+ if (empty($notepad)) {
+ $notepad = Mnemo::getDefaultNotepad();
+ }
+
+ if (!array_key_exists($notepad,
+ Mnemo::listNotepads(false, Horde_Perms::READ))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ /* Set notepad for listMemos. */
+ $GLOBALS['display_notepads'] = array($notepad);
+
+ $memos = Mnemo::listMemos();
+ if (is_a($memos, 'PEAR_Error')) {
+ return $memos;
+ }
+
+ $uids = array();
+ foreach ($memos as $memo) {
+ $uids[] = $memo['uid'];
+ }
+
+ return $uids;
+}
+
+/**
+ * Returns an array of UIDs for notes that have had $action happen since
+ * $timestamp.
+ *
+ * @param string $action The action to check for - add, modify, or delete.
+ * @param integer $timestamp The time to start the search.
+ * @param string $notepad The notepad to search in.
+ *
+ * @return array An array of UIDs matching the action and time criteria.
+ */
+function _mnemo_listBy($action, $timestamp, $notepad = null)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ /* Make sure we have a valid notepad. */
+ if (empty($notepad)) {
+ $notepad = Mnemo::getDefaultNotepad();
+ }
+
+ if (!array_key_exists($notepad,
+ Mnemo::listNotepads(false, Horde_Perms::READ))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ $history = &Horde_History::singleton();
+ $histories = $history->getByTimestamp('>', $timestamp, array(array('op' => '=', 'field' => 'action', 'value' => $action)), 'mnemo:' . $notepad);
+ if (is_a($histories, 'PEAR_Error')) {
+ return $histories;
+ }
+
+ // Strip leading mnemo:username:.
+ return preg_replace('/^([^:]*:){2}/', '', array_keys($histories));
+}
+
+/**
+ * Returns the timestamp of an operation for a given uid an action.
+ *
+ * @param string $uid The uid to look for.
+ * @param string $action The action to check for - add, modify, or delete.
+ * @param string $notepad The notepad to search in.
+ *
+ * @return integer The timestamp for this action.
+ */
+function _mnemo_getActionTimestamp($uid, $action, $notepad = null)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ /* Make sure we have a valid notepad. */
+ if (empty($notepad)) {
+ $notepad = Mnemo::getDefaultNotepad();
+ }
+
+ if (!array_key_exists($notepad,
+ Mnemo::listNotepads(false, Horde_Perms::READ))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ $history = &Horde_History::singleton();
+ return $history->getActionTimestamp('mnemo:' . $notepad . ':' . $uid, $action);
+}
+
+/**
+ * Import a memo represented in the specified contentType.
+ *
+ * @param string $content The content of the memo.
+ * @param string $contentType What format is the data in? Currently supports:
+ * text/plain
+ * text/x-vnote
+ * @param string $notepad (optional) The notepad to save the memo on.
+ *
+ * @return string The new UID, or false on failure.
+ */
+function _mnemo_import($content, $contentType, $notepad = null)
+{
+ global $prefs;
+ require_once dirname(__FILE__) . '/base.php';
+
+ /* Make sure we have a valid notepad and permissions to edit
+ * it. */
+ if (empty($notepad)) {
+ $notepad = Mnemo::getDefaultNotepad(Horde_Perms::EDIT);
+ }
+
+ if (!array_key_exists($notepad, Mnemo::listNotepads(false, Horde_Perms::EDIT))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ /* Create a Mnemo_Driver instance. */
+ $storage = Mnemo_Driver::singleton($notepad);
+
+ switch ($contentType) {
+ case 'text/plain':
+ $noteId = $storage->add($storage->getMemoDescription($content), $content);
+ break;
+
+ case 'text/x-vnote':
+ if (!is_a($content, 'Horde_iCalendar_vnote')) {
+ require_once 'Horde/iCalendar.php';
+ $iCal = new Horde_iCalendar();
+ if (!$iCal->parsevCalendar($content)) {
+ return PEAR::raiseError(_("There was an error importing the iCalendar data."));
+ }
+
+ $components = $iCal->getComponents();
+ switch (count($components)) {
+ case 0:
+ return PEAR::raiseError(_("No iCalendar data was found."));
+
+ case 1:
+ $content = $components[0];
+ break;
+
+ default:
+ $ids = array();
+ foreach ($components as $content) {
+ if (is_a($content, 'Horde_iCalendar_vnote')) {
+ $note = $storage->fromiCalendar($content);
+ $noteId = $storage->add($note['desc'],
+ $note['body'],
+ !empty($note['category']) ? $note['category'] : '');
+ if (is_a($noteId, 'PEAR_Error')) {
+ return $noteId;
+ }
+ $ids[] = $noteId;
+ }
+ }
+ return $ids;
+ }
+ }
+
+ $note = $storage->fromiCalendar($content);
+ $noteId = $storage->add($note['desc'],
+ $note['body'], !empty($note['category']) ? $note['category'] : '');
+ break;
+
+ default:
+ return PEAR::raiseError(sprintf(_("Unsupported Content-Type: %s"),$contentType));
+ }
+
+ if (is_a($noteId, 'PEAR_Error')) {
+ return $noteId;
+ }
+
+ $note = $storage->get($noteId);
+ return $note['uid'];
+}
+
+/**
+ * Export a memo, identified by UID, in the requested contentType.
+ *
+ * @param string $uid Identify the memo to export.
+ * @param string $contentType What format should the data be in?
+ * A string with one of:
+ * <pre>
+ * 'text/plain'
+ * 'text/x-vnote'
+ * </pre>
+ *
+ * @return string The requested data or PEAR_Error.
+ */
+function _mnemo_export($uid, $contentType)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ $storage = Mnemo_Driver::singleton();
+ $memo = $storage->getByUID($uid);
+ if (is_a($memo, 'PEAR_Error')) {
+ return $memo;
+ }
+
+ if (!array_key_exists($memo['memolist_id'], Mnemo::listNotepads(false, Horde_Perms::READ))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ if (is_a($memo['body'], 'PEAR_Error')) {
+ if ($memo['body']->getCode() == MNEMO_ERR_NO_PASSPHRASE ||
+ $memo['body']->getCode() == MNEMO_ERR_DECRYPT) {
+ $memo['body'] = _("This note has been encrypted.");
+ } else {
+ return $memo['body'];
+ }
+ }
+
+ switch ($contentType) {
+ case 'text/plain':
+ return $memo['body'];
+
+ case 'text/x-vnote':
+ require_once dirname(__FILE__) . '/version.php';
+ require_once 'Horde/iCalendar.php';
+
+ // Create the new iCalendar container.
+ $iCal = new Horde_iCalendar('1.1');
+ $iCal->setAttribute('VERSION', '1.1');
+ $iCal->setAttribute('PRODID', '-//The Horde Project//Mnemo ' . MNEMO_VERSION . '//EN');
+ $iCal->setAttribute('METHOD', 'PUBLISH');
+
+ // Create a new vNote.
+ $vNote = $storage->toiCalendar($memo, $iCal);
+ return $vNote->exportvCalendar();
+ }
+
+ return PEAR::raiseError(sprintf(_("Unsupported Content-Type: %s"),$contentType));
+}
+
+/**
+ * Delete a memo identified by UID.
+ *
+ * @param string | array $uid Identify the note to delete, either a
+ * single UID or an array.
+ *
+ * @return boolean Success or failure.
+ */
+function _mnemo_delete($uid)
+{
+ // Handle an arrray of UIDs for convenience of deleting multiple
+ // notes at once.
+ if (is_array($uid)) {
+ foreach ($uid as $u) {
+ $result = _mnemo_delete($u);
+ if (is_a($result, 'PEAR_Error')) {
+ return $result;
+ }
+ }
+
+ return true;
+ }
+
+ require_once dirname(__FILE__) . '/base.php';
+
+ $storage = Mnemo_Driver::singleton();
+ $memo = $storage->getByUID($uid);
+ if (is_a($memo, 'PEAR_Error')) {
+ return $memo;
+ }
+
+ if (!Horde_Auth::isAdmin() &&
+ !array_key_exists($memo['memolist_id'],
+ Mnemo::listNotepads(false, Horde_Perms::DELETE))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ return $storage->delete($memo['memo_id']);
+}
+
+/**
+ * Replace the memo identified by UID with the content represented in
+ * the specified contentType.
+ *
+ * @param string $uid Idenfity the memo to replace.
+ * @param string $content The content of the memo.
+ * @param string $contentType What format is the data in? Currently supports:
+ * text/plain
+ * text/x-vnote
+ *
+ * @return boolean Success or failure.
+ */
+function _mnemo_replace($uid, $content, $contentType)
+{
+ require_once dirname(__FILE__) . '/base.php';
+
+ $storage = Mnemo_Driver::singleton();
+ $memo = $storage->getByUID($uid);
+ if (is_a($memo, 'PEAR_Error')) {
+ return $memo;
+ }
+
+ if (!array_key_exists($memo['memolist_id'], Mnemo::listNotepads(false, Horde_Perms::EDIT))) {
+ return PEAR::raiseError(_("Permission Denied"));
+ }
+
+ switch ($contentType) {
+ case 'text/plain':
+ return $storage->modify($memo['memo_id'], $storage->getMemoDescription($content), $content, null);
+
+ case 'text/x-vnote':
+ if (!is_a($content, 'Horde_iCalendar_vnote')) {
+ require_once 'Horde/iCalendar.php';
+ $iCal = new Horde_iCalendar();
+ if (!$iCal->parsevCalendar($content)) {
+ return PEAR::raiseError(_("There was an error importing the iCalendar data."));
+ }
+
+ $components = $iCal->getComponents();
+ switch (count($components)) {
+ case 0:
+ return PEAR::raiseError(_("No iCalendar data was found."));
+
+ case 1:
+ $content = $components[0];
+ break;
+
+ default:
+ return PEAR::raiseError(_("Multiple iCalendar components found; only one vNote is supported."));
+ }
+ }
+ $note = $storage->fromiCalendar($content);
+
+ return $storage->modify($memo['memo_id'], $note['desc'],
+ $note['body'],!empty($note['category']) ? $note['category'] : '');
+
+ default:
+ return PEAR::raiseError(sprintf(_("Unsupported Content-Type: %s"),$contentType));
+ }
+}
--- /dev/null
+<?php
+/**
+ * Mnemo base inclusion file.
+ *
+ * This file brings in all of the dependencies that every Mnemo
+ * script will need and sets up objects that all scripts use.
+ *
+ * $Horde: mnemo/lib/base.php,v 1.66 2009/07/13 20:05:53 slusarz Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+// Check for a prior definition of HORDE_BASE (perhaps by an
+// auto_prepend_file definition for site customization).
+if (!defined('HORDE_BASE')) {
+ define('HORDE_BASE', dirname(__FILE__) . '/../..');
+}
+
+// Load the Horde Framework core, and set up inclusion paths.
+require_once HORDE_BASE . '/lib/core.php';
+
+// Registry.
+$registry = Horde_Registry::singleton();
+try {
+ $registry->pushApp('mnemo', !defined('AUTH_HANDLER'));
+} catch (Horde_Exception $e) {
+ if ($e->getCode() == 'permission_denied') {
+ Horde::authenticationFailureRedirect();
+ }
+ Horde::fatal($e, __FILE__, __LINE__, false);
+}
+$conf = &$GLOBALS['conf'];
+define('MNEMO_TEMPLATES', $registry->get('templates'));
+
+// Notification system.
+$notification = &Horde_Notification::singleton();
+$notification->attach('status');
+
+// Find the base file path of Mnemo.
+if (!defined('MNEMO_BASE')) {
+ define('MNEMO_BASE', dirname(__FILE__) . '/..');
+}
+
+// Mnemo libraries.
+require_once MNEMO_BASE . '/lib/Mnemo.php';
+require_once MNEMO_BASE . '/lib/Driver.php';
+
+// Start compression, if requested.
+Horde::compressOutput();
+
+// Create a share instance.
+require_once 'Horde/Share.php';
+$GLOBALS['mnemo_shares'] = &Horde_Share::singleton($registry->getApp());
+
+Mnemo::initialize();
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/lib/prefs.php,v 1.13 2009/06/10 05:25:02 slusarz Exp $
+ *
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 2.0
+ * @package Mnemo
+ */
+
+function handle_notepadselect($updated)
+{
+ global $prefs;
+
+ $default_notepad = Horde_Util::getFormData('default_notepad');
+ if (!is_null($default_notepad)) {
+ $notepads = Mnemo::listNotepads();
+ if (is_array($notepads) && array_key_exists($default_notepad, $notepads)) {
+ $prefs->setValue('default_notepad', $default_notepad);
+ $updated = true;
+ }
+ }
+ return $updated;
+}
--- /dev/null
+<?php define('MNEMO_VERSION', 'H4 (3.0-cvs)') ?>
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/list.php,v 1.58 2009/11/29 18:37:52 chuck Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(__FILE__));
+require_once MNEMO_BASE . '/lib/base.php';
+
+/* Get the current action ID. */
+$actionID = Horde_Util::getFormData('actionID');
+
+/* Sort out the sorting values. */
+if (Horde_Util::getFormData('sortby') !== null) {
+ $prefs->setValue('sortby', Horde_Util::getFormData('sortby'));
+}
+if (Horde_Util::getFormData('sortdir') !== null) {
+ $prefs->setValue('sortdir', Horde_Util::getFormData('sortdir'));
+}
+
+/* Get the full, sorted notepad. */
+$memos = Mnemo::listMemos($prefs->getValue('sortby'),
+ $prefs->getValue('sortdir'));
+
+/* Page variables. */
+$title = _("My Notes");
+
+switch ($actionID) {
+case 'search_memos':
+ /* If we're searching, only list those notes that match the search
+ * result. */
+ $search_pattern = Horde_Util::getFormData('search_pattern');
+ $search_type = Horde_Util::getFormData('search_type');
+ $search_desc = ($search_type == 'desc');
+ $search_body = ($search_type == 'body');
+
+ if (!empty($search_pattern) && ($search_body || $search_desc)) {
+ $search_pattern = '/' . preg_quote($search_pattern, '/') . '/i';
+ $search_result = array();
+ foreach ($memos as $memo_id => $memo) {
+ if (($search_desc && preg_match($search_pattern, $memo['desc'])) ||
+ ($search_body && preg_match($search_pattern, $memo['body']))) {
+ $search_result[$memo_id] = $memo;
+ }
+ }
+
+ /* Reassign $memos to the search result. */
+ $memos = $search_result;
+ $title = _("Search Results");
+ }
+ break;
+}
+
+Horde::addScriptFile('tooltips.js', 'horde', true);
+Horde::addScriptFile('tables.js', 'horde', true);
+Horde::addScriptFile('prototype.js', 'horde', true);
+Horde::addScriptFile('QuickFinder.js', 'horde', true);
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+require MNEMO_TEMPLATES . '/list/header.inc';
+
+if (count($memos)) {
+ $cManager = new Horde_Prefs_CategoryManager();
+ $colors = $cManager->colors();
+ $fgcolors = $cManager->fgColors();
+ $sortby = $prefs->getValue('sortby');
+ $sortdir = $prefs->getValue('sortdir');
+ $showNotepad = $prefs->getValue('show_notepad');
+
+ $baseurl = 'list.php';
+ if ($actionID == 'search_memos') {
+ $baseurl = Horde_Util::addParameter(
+ $baseurl,
+ array('actionID' => 'search_memos',
+ 'search_pattern' => $search_pattern,
+ 'search_type' => $search_type));
+ }
+
+ require MNEMO_TEMPLATES . '/list/memo_headers.inc';
+
+ foreach ($memos as $memo_id => $memo) {
+ $viewurl = Horde_Util::addParameter(
+ 'view.php',
+ array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+
+ $memourl = Horde_Util::addParameter(
+ 'memo.php', array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+ $share = &$GLOBALS['mnemo_shares']->getShare($memo['memolist_id']);
+
+ $notepad = $memo['memolist_id'];
+ if (!is_a($share, 'PEAR_Error')) {
+ $notepad = $share->get('name');
+ }
+
+ require MNEMO_TEMPLATES . '/list/memo_summaries.inc';
+ }
+
+ require MNEMO_TEMPLATES . '/list/memo_footers.inc';
+} else {
+ require MNEMO_TEMPLATES . '/list/empty.inc';
+}
+
+require MNEMO_TEMPLATES . '/panel.inc';
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?xml version="1.0"?>
+<!-- $Horde: mnemo/locale/da_DK/help.xml,v 1.2 2002/10/20 16:31:02 jan Exp $ -->
+<help>
+ <entry id="Overview" state="new">
+ <title>Overview</title>
+ <heading>Introduction</heading>
+ <para>
+ <i>Notes</i> is an application which allows you to create the computer equivalent of sticky notes. Notes can be created, modified, deleted, and printed. You can also search on your notes to locate information. Support for importing and exporting notes is also available.
+ </para>
+ <para>
+ Unlike real sticky notes, your computer notes can be shared with others in different physical locations. Notes can be organized into different notepads, and assigned categories.
+ </para>
+</entry>
+ <entry id="list-actions" state="unknown">
+ <title>Visning for Huskesedler: Handlinger</title>
+ <heading>Handlinger</heading>
+ <para>
+ Slet huskesedler sletter alle markerede huskesedler.
+ </para>
+<!-- English entry:
+<entry id="list-actions">
+ <title>Notes List: Actions</title>
+ <heading>Actions</heading>
+ <para>
+ <i>Delete Note</i> permanently deletes the selected note.
+ </para>
+ <para>
+ <i>Modify Note</i> allows you to modify an existing note.
+ </para>
+ <para>
+ <i>Back to Notepad</i> takes you back from note view to the notepad that contains the current note.
+ </para>
+</entry>--></entry>
+ <entry id="menu-actions" state="new">
+ <title>Menu Items</title>
+ <heading>Menu Items</heading>
+ <para>
+ <i>List Notes</i> lists all the notes in the current notepad.
+ </para>
+ <para>
+ <i>New Note</i> allows you to create a new note in the current notepad.
+ </para>
+ <para>
+ <i>Search</i> allows you to search for text in your notes. You can search the description field only, or the full text of the notes.
+ </para>
+ <para>
+ <i>Import/Export</i> allows you to import or export notes. Currently only CSV formatted files are supported.
+ </para>
+ <para>
+ <i>Print</i> allows you to print a note. The <i>Print</i> icons is only in the menu bar when a note is being viewed.
+ </para>
+</entry>
+ <entry id="sorting" state="new">
+ <title>Sorting Entries</title>
+ <heading>Sorting Entries</heading>
+ <para>
+ When viewing a list of entries, you can sort the entries by any column by clicking on the appropriate column heading title. To switch a column between ascending and descending sorting order, click on the arrow icon in the column heading.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Horde: mnemo/locale/de_DE/help.xml,v 1.3 2004/12/03 02:03:16 jan Exp $ -->
+<help>
+ <entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+ <title>Übersicht</title>
+ <heading>Einführung</heading>
+ <para>
+ <i>Notizen</i> ist so etwas wie ein Notizblock im Computer. Sie können
+ Notizen erstellen, bearbeiten, löschen und drucken. Sie können Ihre
+ Notizen außerdem durchsuchen, um Informationen wiederzufinden. Außerdem
+ können Sie Ihre Notizen im- und exportieren.
+ </para>
+ <para>
+ Anders als bei einem echten Notizblock können Sie Ihre Notizen mit
+ anderen Personen an anderen Orten teilen. Notizen können in Notizblöcken
+ zusammengefasst und Kategorien zugeordnet werden.
+ </para>
+ </entry>
+ <entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+ <title>Notizblock: Aktionen</title>
+ <heading>Aktionen</heading>
+ <para>
+ <i>Notiz löschen</i> löscht die ausgewählte Notiz endgültig.
+ </para>
+ <para>
+ Mit <i>Notiz bearbeiten</i> können Sie eine bestehende Notiz bearbeiten.
+ </para>
+ <para>
+ <i>Zurück zum Notizblock</i> führt Sie von der Notizansicht zurück zum
+ Notizblock.
+ </para>
+ </entry>
+ <entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+ <title>Menüpunkte</title>
+ <heading>Menüpunkte</heading>
+ <para>
+ <i>Notizen anzeigen</i> zeigt eine Liste aller Notizen an.
+ </para>
+ <para>
+ Mit <i>Neue Notiz</i> können Sie neue Notizen im Notizblock erstellen.
+ </para>
+ <para>
+ Unter <i>Suche</i> können Sie Ihre Notizen nach einem Text
+ durchsuchen. Sie können im Beschreibungsfeld oder im gesamten Text der
+ Notizen suchen.
+ </para>
+ <para>
+ <i>Import/Export</i> erlaubt Ihnen das Im- und Exportieren von
+ Notizen. Zur Zeit werden kommagetrennte (CSV) und vNote-Dateien
+ unterstützt.
+ </para>
+ <para>
+ <i>Drucken</i> öffnet ein neues Fenster, mit dem Sie eine Notiz
+ ausdrucken können. Der <i>Drucken</i>-Eintrag wird nur in der
+ Notizenansicht angezeigt.
+ </para>
+ </entry>
+ <entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Einträge sortieren</title>
+ <heading>Einträge sortieren</heading>
+ <para>
+ Wenn Sie sich eine Liste mit Einträgen anzeigen lassen, können Sie die
+ Einträge nach jeder beliebigen Spalte sortieren, indem Sie auf die
+ jeweilige Spaltenüberschrift klicken. Wenn Sie die Sortierreihenfolge
+ umschalten möchten, klicken Sie auf das Pfeilsymbol in der
+ Spaltenüberschrift.
+ </para>
+ </entry>
+</help>
--- /dev/null
+<?xml version='1.0'?>
+<!-- $Horde: mnemo/locale/en_US/help.xml,v 1.6 2004/11/30 22:25:43 jan Exp $ -->
+<help>
+
+<entry id="Overview">
+ <title>Overview</title>
+ <heading>Introduction</heading>
+ <para>
+ <i>Notes</i> is an application which allows you to create the computer equivalent of sticky notes. Notes can be created, modified, deleted, and printed. You can also search on your notes to locate information. Support for importing and exporting notes is also available.
+ </para>
+ <para>
+ Unlike real sticky notes, your computer notes can be shared with others in different physical locations. Notes can be organized into different notepads, and assigned categories.
+ </para>
+</entry>
+
+<entry id="list-actions">
+ <title>Notes List: Actions</title>
+ <heading>Actions</heading>
+ <para>
+ <i>Delete Note</i> permanently deletes the selected note.
+ </para>
+ <para>
+ <i>Modify Note</i> allows you to modify an existing note.
+ </para>
+ <para>
+ <i>Back to Notepad</i> takes you back from note view to the notepad that contains the current note.
+ </para>
+</entry>
+
+<entry id="menu-actions">
+ <title>Menu Items</title>
+ <heading>Menu Items</heading>
+ <para>
+ <i>List Notes</i> lists all the notes in the current notepad.
+ </para>
+ <para>
+ <i>New Note</i> allows you to create a new note in the current notepad.
+ </para>
+ <para>
+ <i>Search</i> allows you to search for text in your notes. You can search the description field only, or the full text of the notes.
+ </para>
+ <para>
+ <i>Import/Export</i> allows you to import or export notes. Currently CSV
+ formatted and vNote files are supported.
+ </para>
+ <para>
+ <i>Print</i> allows you to print a note. The <i>Print</i> icons is only in the menu bar when a note is being viewed.
+ </para>
+</entry>
+
+
+<entry id="sorting">
+ <title>Sorting Entries</title>
+ <heading>Sorting Entries</heading>
+ <para>
+ When viewing a list of entries, you can sort the entries by any column by clicking on the appropriate column heading title. To switch a column between ascending and descending sorting order, click on the arrow icon in the column heading.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0"?>
+<!-- $Horde: mnemo/locale/es_ES/help.xml,v 1.1 2004/12/11 11:55:56 jan Exp $ -->
+<help>
+
+<entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+ <title>Introducción</title>
+ <heading>Introducción</heading>
+ <para>
+ <i>Notas</i> es una aplicación que le permite crear en el ordenador el equivalente a las notas adhesivas. Las notas se pueden crear, modificar, eliminar e imprimir. También puede buscar en ellas para localizar información. Se dispone igualmente de soporte para la importación y exportación de las notas.
+ </para>
+ <para>
+ A diferencia de las notas adhesivas reales, las del ordenador pueden compartirse con otros usuarios en distintas ubicaciones físicas. Las notas pueden organizarse en distintas libretas y se les puede asignar categorías.
+ </para>
+</entry>
+
+<entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+ <title>Vista de notas: Acciones</title>
+ <heading>Acciones</heading>
+ <para>
+ <i>Eliminar</i> suprime de forma permanente la nota seleccionada.
+ </para>
+ <para>
+ <i>Modificar</i> le permite modificar una nota existente.
+ </para>
+ <para>
+ <i>Regresar a la libreta</i> le devuelve desde la vista de notas a la vista de la libreta que contenga la nota actual.
+ </para>
+</entry>
+
+<entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+ <title>Elementos del menú</title>
+ <heading>Elementos del menú</heading>
+ <para>
+ <i>Listar</i> muestra todas las notas de la libreta actual.
+ </para>
+ <para>
+ <i>Añadir</i> le permite crear una nota en la libreta actual.
+ </para>
+ <para>
+ <i>Buscar</i> le permite buscar texto en las notas. Puede buscar sólo por el campo descripción o en el texto completo de las notas.
+ </para>
+ <para>
+ <i>Importar/Exportar</i> le permite importar o exportar notas. Actualmente están soportados los formatos de archivo CSV y vNote.
+ </para>
+ <para>
+ <i>Imprimir</i> le permite imprimir una nota. El icono <i>Imprimir</i> sólo será visible en la barra del menú cuando se esté visualizando una nota.
+ </para>
+</entry>
+
+
+<entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Ordenación de entradas</title>
+ <heading>Ordenación de entradas</heading>
+ <para>
+ Al visualizar un listado de entradas, puede ordenarlas por cualquiera de las columnas pulsando en el título de la cabecera de la columna apropiada. Para conmutar el sentido de la clasificación de una columna entre ascendente y descendente, pulse el icono de flecha de la cabecera de la columna.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0"?>
+<!-- $Horde: mnemo/locale/eu_ES/help.xml,v 1.2 2009/11/18 15:19:21 jan Exp $ -->
+<help>
+
+<entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+ <title>Ikuspegi orokorra</title>
+ <heading>Sarrera</heading> <para><i>Oharrak</i> aplikazioaren bidez, ordenagailuak ohar itsaskorren antzeko funtzioa izan dezake. Oharrak sortu, aldatu, ezabatu eta inprima daitezke. Bilaketak ere egin ditzakezu oharretan informazioa topatzeko. Inporta eta esportatu ere egin daitezke.</para> <para>Benetako ohar itsaskorrak ez bezala, ordenagailuko oharrak beste pertsona batzuekin parteka daitezke kokaleku fisiko desberdinetan. Oharrak ohar-bloketan antola daitezke, eta kategoria eslei diezaiekezu.</para></entry>
+
+<entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+ <title>Nire oharrak: ekintzak</title>
+ <heading>Ekintzak</heading> <para><i>Ezabatu</i> aukerak oharra betiko ezabatuko du.</para> <para><i>Editatu</i> aukerarekin oharra alda daiteke.</para> <para><i>Itzuli ohar-blokera</i> aukerak ohar-ikuspegitik uneko oharra dagoen ohar-blokera eramango zaitu.</para></entry>
+
+<entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+ <title>Menu-elementuak</title>
+ <heading>Menu-elementuak</heading> <para><i>Zerrendatu oharrak</i> aukerak uneko ohar-blokeko ohar guztiak zerrendatzen ditu.</para> <para><i>Ohar berria</i> aukeraren bidez, uneko ohar-blokean ohar berri bat sor dezakezu.</para> <para><i>Bilatu</i> aukerarekin, zure oharretan testu zati bat bila dezakezu. Oharretako lehen lerroan edo testu osoan bila dezakezu.</para> <para><i>Inportatu/Esportatu</i> aukeraren bidez, oharrak inporta edo esporta ditzakezu. Egun CSV formatuko eta vNote formatuko fitxategiak onartzen dira.</para> <para><i>Inprimatu</i> aukeraren bidez ohar bat inprima dezakezu. <i>Inprimatu</i> ikonoa ohar bat ikusten ari zarenean soilik agertzen da menu-barran.</para></entry>
+
+
+<entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Ordenatu sarrerak</title>
+ <heading>Ordenatu sarrerak</heading> <para>Oharren zerrenda ikustean, oharrak edozein zutaberen arabera ordena ditzakezu zutabe egokian klik eginez gero. Goranzko edo beheranzko ordenara aldatzeko, klik egin zutabeko "Oharra" izenburuaren ondoko geziaren ikonoan.</para></entry></help>
--- /dev/null
+<?xml version="1.0"?>
+<!-- $Horde: mnemo/locale/fi_FI/help.xml,v 1.6 2008/02/22 13:35:57 jan Exp $ -->
+<help>
+ <entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+ <title>Yleiskuva</title>
+ <heading>Esittely</heading>
+ <para>
+ <i>Muistiinpanot</i> on ohjelma, jolla voit tehdä muistiinpanoja
+ tietokoneelle, sähköinen vastine muistilapulle. Muistiinpanoja voi
+ luoda, muokata, poistaa ja tulostaa. Voit myös etsiä tietoja
+ muistiinpanoistasi. Muistiinpanoja voi myös viedä ja tuoda.
+ </para>
+ <para>
+ Toisin kuin tavallisissa muistiinpanoissa, voit jakaa
+ tietokoneella olevat muistiinpanot toisille ihmisille, vaika nämä
+ olisivat fyysisesti eri paikoissa. Voit myös järjestää muistiinpanot
+ eri kategorioihin.
+ </para>
+</entry>
+ <entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+ <title>Listaa muistiinpanot: Toiminnot</title>
+ <heading>Toiminnot</heading>
+ <para>
+ <i>Poista muistiinpano</i> poistaa pysyvästi valitun muistiinpanon.
+ </para>
+ <para>
+ <i>Muokkaa muistiinpanoa</i> mahdollistaa olemassaolevan muistiinpanon muokkaamisen.
+ </para>
+ <para>
+ <i>Takaisin muistilistaan</i> palaa takaisin siihen muistilistaan, johon valittu muistiinpano kuuluu.
+ </para>
+</entry>
+ <entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+ <title>Valikon toiminnot</title>
+ <heading>Valikon toiminnot</heading>
+ <para>
+ <i>Listaa muistiinpanot</i> näyttää listana kaikki muistikirjan muistiinpanot.
+ </para>
+ <para>
+ <i>Uusi muistiinpano</i> voit luoda uuden muistiinpanon valittuun muistikirjaan.
+ </para>
+ <para>
+ <i>Haku</i> voit hakea tietoja muistiinpanoista. Voit hakea kuvauskentän perusteella tai hakea tietoja muistiinpanon koko tekstistä.
+ </para>
+ <para>
+ <i>Tuo/Vie</i> voit tuoda tai viedä muistiinpanoja. Tällä hetkellä tuettuina ovat CSV- ja vNote-muodot.
+ </para>
+ <para>
+ <i>Tulosta</i> voit tulostaa muistiinpanon. <i>Tulosta</i> -ikoni on näkyvissä vain kun olet katsomassa yksittäistä muistiinpanoa.
+ </para>
+</entry>
+ <entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Merkintöjen lajittelu</title>
+ <heading>Merkintöjen lajittelu</heading>
+ <para>
+ Muistiinpanojen listaa on mahdollista lajitella minkä tahansa sarakkeen mukaan napsauttamalla sarakkeen otsikkoa. Voit muuttaa lajittelua nousevaksi tai laskevaksi napsauttamalla otsikon vieressä olevaa nuoli ikonia.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0"?>
+<help>
+
+<entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+ <title>Pregled</title>
+ <heading>Uvod</heading>
+ <para>
+ <i>Bilješke</i> je aplikacija koja mogućava stvaranje računalnog ekvivalenta samoljepljivih listića. Bilješke je moguće stvarati, mijenjati, brisati i printati. Također je moguće pretraživanje sadržaja bilješki. Aplikacija podržava uvoz i izvoz bilješki koristeći standardizirane formate.
+ </para>
+ <para>
+ Za razliku od samoljepljivih listića, računalne bilješke možete dijeliti sa drugima. Bilješke mogu biti organizirane u bilježnice, te im se može pridružiti kategorija.
+ </para>
+</entry>
+
+<entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+ <title>Popis bilješki: Akcije</title>
+ <heading>Akcije</heading>
+ <para>
+ <i>Obriši bilješku</i> trajno briše odabranu bilješku.
+ </para>
+ <para>
+ <i>Uredi bilješku</i> omogućava izmjenu postojeće bilješke.
+ </para>
+ <para>
+ <i>Natrag u bilježnicu</i> vraća na popis bilješki trenutno odabrane bilježnice.
+ </para>
+</entry>
+
+<entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+ <title>Stavke menija</title>
+ <heading>Stavke menija</heading>
+ <para>
+ <i>Popis bilješki</i> prikazuje sve bilješke trenutno odabrane bilježnice.
+ </para>
+ <para>
+ <i>Nova bilješka</i> dodaje novu bilješku u trenutno odabranu bilježnicu.
+ </para>
+ <para>
+ <i>Traži</i> pretražuje trenutno odabranu bilježnicu. Moguće je pretraživati po naslovu i tekstu bilješke.
+ </para>
+ <para>
+ <i>Uvoz/Izvoz</i> omogućava uvoz i izvoz bilješki u CSV i vNote formatu.
+ </para>
+ <para>
+ <i>Ispiši</i> ispisuje bilješku. Ikona <i>Ispiši</i> pojavljuje se u meniju samo kod pregleda bilješke.
+ </para>
+</entry>
+
+
+<entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Sortiranje bilješki</title>
+ <heading>Sortiranje bilješki</heading>
+ <para>
+ Popis bilješki moguće je sortirati po bilo kojem stupcu klikom na naslov stupca. Prijelaz između uzlaznog i silaznog sortiranja postiže se klikom na strelicu u zaglavlju stupca.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-2"?>
+<!-- based on $Horde: mnemo/locale/hu_HU/help.xml,v 1.3 2009/01/06 18:01:16 jan Exp $ -->
+<!-- Mnemo help file, Hungarian translation -->
+<!-- Copyright 2004 Laszlo L. Tornoci -->
+<!-- This file is distributed under the same license as the Mnemo package. -->
+<!-- Latest versions: ftp://xenia.sote.hu/pub/linux/horde/ -->
+
+<help>
+
+<entry id="Overview">
+ <title>Áttekintés</title>
+ <heading>Bevezetés</heading>
+ <para>
+ A <i>Notes (Feljegyzések)</i> program lehetõvé teszi, hogy számítógépünkön
+a kiragasztható papírlapokra írtakhoz hasonló módon készítsünk feljegyzéseket.
+A jegyzetek tárolhatók, módosíthatók, törölhetõk és kinyomtathatók. Keresni
+is lehet a feljegyzések tartalmában, melyek kategóriákba is rendezhetõk.
+ </para>
+</entry>
+
+<entry id="list-actions">
+ <title>Funkciólista</title>
+ <heading>Funkciók</heading>
+ <para>
+ <i>A feljegyzés törlése</i>. Végleg törli a kiválasztott feljegyzést.
+ </para>
+ <para>
+ <i>A feljegyzés módosítása</i>. Lehetõvé teszi egy korábban írt feljegyzés
+módosítását.
+ </para>
+ <para>
+ <i>Vissza a feljegyzések listájához</i>. A feljegyzés megtekintésétõl
+visszavisz az áttekintõ oldalra.
+ </para>
+</entry>
+
+<entry id="menu-actions">
+ <title>A menüpontok</title>
+ <heading>A menüpontok</heading>
+ <para>
+ <i>Lista</i>. Felsorolja a feljegyzéseinket.
+ </para>
+ <para>
+ <i>Új feljegyzés</i>. Ezzel készíthetünk új feljegyzést.
+ </para>
+ <para>
+ <i>Keresés</i>. Lehetõvé teszi a feljegyzések közötti keresést. Kereshetünk
+a leíró mezõk tartalmában, vagy a teljes szövegben is.
+ </para>
+ <para>
+ <i>Nyomtatás</i>. Lehetõvé teszi a feljegyzés kinyomtatását. A
+<i>Nyomtatás</i> ikon csak egy adott feljegyzés megtekintésekor jelenik meg
+a menüsorban.
+ </para>
+</entry>
+
+<entry id="sorting">
+ <title>Sorbarendezés</title>
+ <heading>Sorbarendezés</heading>
+ <para>
+ Feljegyzések kilistázásakor bármely oszlop szerint sorba rendezhetjük
+az adatokat, ha a kérdéses oszlop fejlécére kattintunk. Ha a sorbarendezés
+irányát akarjuk átállítani, akkor a fejlécben levõ kis nyílra kell
+kattintani.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Horde: mnemo/locale/it_IT/help.xml,v 1.3 2003/07/04 20:51:45 jan Exp $ -->
+<help>
+ <entry id="Overview" state="uptodate" md5="50ee76138fb08b04b029006053bbadbc">
+ <title>Overview</title>
+ <heading>Introduction</heading>
+ <para>
+ <i>Appunti</i> è un programma che ti permette di creare gli equivalenti informatici dei Post-It®. Gli appunti possono essere creati, modificati, eliminati e stampati. Inoltre, puoi fare delle ricerche sui tuoi appunti per trovare l'informazioni. E' disponibile anche il supporto per l'importazione e l'esportazione degli appunti.
+ </para>
+ <para>
+ Al contrario dei Post-It®, i tuoi appunti informatici possono essere condivisi con gli altri nei diversi luoghi geografici. Gli appunti si possono organizzare in diversi blocchi appunti e dividere in categorie.
+ </para>
+</entry>
+ <entry id="list-actions" state="uptodate" md5="6d592f153bfb5c296de5dfebb428e1ba">
+ <title>Lista Note: Azioni</title>
+ <heading>Azioni</heading>
+ <para>
+ <i>Cancella Nota</i> elimina in modo permanente la nota selezionata.
+ </para>
+ <para>
+ <i>Modifica Nota</i> permette di modificare una nota esistente.
+ </para>
+ <para>
+ <i>Torna al Blocco Note</i> torna indietro dalla vista note al blocco note.
+ </para>
+</entry>
+ <entry id="menu-actions" state="uptodate" md5="3325c9be84c986753d3fde061266d934">
+ <title>Opzioni Menu</title>
+ <heading>Opzioni Menu</heading>
+ <para>
+ <i>Lista Note</i> elenca tutte le note presenti nel blocco note.
+ </para>
+ <para>
+ <i>Nuova Nota</i> permette di creare una nuova nota nel blocco note.
+ </para>
+ <para>
+ <i>Ricerca</i> permette di ricercare un testo nelle note. E' possobile fare ricerca nel campo Descrizione o nel testo completo delle note.
+ </para>
+ <para>
+ <i>Stampa</i> permette di stampare una nota. L'icona <i>Stampa</i> è presente nel menu solo quando si sta visualizzando una nota.
+ </para>
+</entry>
+ <entry id="sorting" state="uptodate" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f">
+ <title>Ordinamento Voci</title>
+ <heading>Ordinamento Voci</heading>
+ <para>
+ Quandi viene visualizzato un elenco di voci, e' possibile farne l'ordinamento per colonna, andando a selezionare il titolo della colonna appropriata. Per passare da un ordinamento crescente ad uno decrescente è sufficiente cliccare sull'icona freccia presente nel titolo della colonna.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Horde: mnemo/locale/lv_LV/help.xml,v 1.2 2004/11/24 15:28:29 jan Exp $ -->
+<help>
+
+<entry id="Overview" md5="16d3b188ccff84364f6f1514de6655b0" state="uptodate">
+ <title>Pârskats</title>
+ <heading>Ievads</heading>
+ <para>
+ [Piezîmes] ir aplikâcija, kas ïauj radît lîmlapiòu datorizçtu ekvivalentu. Piezîmes var ierakstît, labot, dzçst un drukât. Bez tam ir iespçjams meklçt piezîmçs nepiecieðamo informâciju un klasificçt tâs.
+ </para>
+</entry>
+
+<entry id="list-actions" md5="c2a38907c08e1f9794a6e3c92b5a03f1" state="uptodate">
+ <title>Piezîmju saraksts: Darbîbas</title>
+ <heading>Darbîbas</heading>
+ <para>
+ [Dzçst] ïauj izdzçst izvçlçto piezîmi.
+ </para>
+ <para>
+ [Labot] ïauj labot izvçlçto piezîmi.
+ </para>
+ <para>
+ [Atgriezties Grâmatâ] ïauj atgriezties no piezîmes apskates Piezîmju grâmatâ.
+ </para>
+</entry>
+
+<entry id="menu-actions" md5="b8b85dd42f833ae172805eddf237dd12" state="uptodate">
+ <title>Rîku josla</title>
+ <heading>Rîku josla</heading>
+ <para>
+ [Parâdît] parâda visas piezîmes piezîmju grâmatâ.
+ </para>
+ <para>
+ [Rakstît] ïauj ierakstît jaunas piezîmes piezîmju grâmatâ.
+ </para>
+ <para>
+ [Meklçt] ïauj meklçt tekstu piezîmçs. Ir iespçjams meklçt tikai apraksta laukâ vai arî izdarît pilno meklçðanu piezîmju tekstâ.
+ </para>
+ <para>
+ [Drukât] ïauj izdrukât piezîmi. [Drukât] ikona ir redzama rîku joslâ tikai piezîmes apskates laikâ.
+ </para>
+</entry>
+
+
+<entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+ <title>Ierakstu ðíiroðana</title>
+ <heading>Ierakstu ðíiroðana</heading>
+ <para>
+ Apskatot ierakstu uzskaitîjumu ir iespçjams ðíirot ierakstus pçc jebkuras kolonnas, uzklikðíinot atbilstoðâ stabiòa nosaukumam. Lai pârslçgtos no augoðâs uz dilstoðo ðíiroðanas kârtîbu, uzklikðíiniet bultas ikonai blakus atbilstoðâ stabiòa nosaukumam.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-2"?>
+<!-- $Horde: mnemo/locale/sk_SK/help.xml,v 1.3 2006/01/30 15:57:36 jan Exp $ -->
+<!-- (C) 2002, Ivan Noris, <vix@vazka.sk> -->
+<help>
+
+<entry id="Overview">
+ <title>Prehµad</title>
+ <heading>Úvod</heading>
+ <para>
+ Aplikácia <i>Poznámky</i> vám umo¾ní vytvára» poèítaèové ekvivalenty papierových poznámok. Poznámky mô¾ete vytvára», upravova», vymazáva» a tlaèi». Okrem toho mô¾ete v poznámkach vyhµadáva» text a priraïova» poznámky do kategórií pre lep¹iu organizáciu a prehµad.
+ </para>
+</entry>
+
+<entry id="list-actions">
+ <title>Zoznam poznámok: Akcie</title>
+ <heading>Akcie</heading>
+ <para>
+ Kliknutím na <i>Vymaza» poznámku</i> vyma¾ete vybranú poznámku.
+ </para>
+ <para>
+ Kliknutie na <i>Upravi» poznámku</i> vám umo¾ní upravi» existujúcu poznámku.
+ </para>
+ <para>
+ Tlaèidlom <i>Naspä» do zoznamu poznámok</i> sa dostanete naspä» do zoznamu poznámok.
+ </para>
+</entry>
+
+<entry id="menu-actions">
+ <title>Polo¾ky menu</title>
+ <heading>Polo¾ky menu</heading>
+ <para>
+ <i>Zoznam poznámok</i> zobrazí v¹etky poznámky.
+ </para>
+ <para>
+ <i>Prida» poznámku</i> vám umo¾ní vytvori» novú poznámku.
+ </para>
+ <para>
+ <i>Hµada»</i> vám umo¾ní hµada» poznámku obsahujúcu zadaný text. Text mô¾ete hµada» buï iba v popise poznámky alebo v celom texte poznámky.
+ </para>
+ <para>
+ <i>Tlaèi»</i> vám umo¾ní vytlaèi» poznámku. Ikona <i>Tlaèi»</i> sa zobrazuje v menu iba pri zobrazovaní poznámky.
+ </para>
+</entry>
+
+
+<entry id="sorting">
+ <title>Triedenie polo¾iek</title>
+ <heading>Triedenie polo¾iek</heading>
+ <para>
+ Poèas zobrazovania zoznamu si mô¾ete necha» polo¾ky zoradi» podµa µubovoµného ståpca jednoduchým kliknutím na jeho názov. Ak chcete zmeni» smer triedenia (vzostupne resp. zostupne), kliknite na ikonu ¹ípky v mene ståpca.
+ </para>
+</entry>
+</help>
--- /dev/null
+<?xml version="1.0" encoding="iso-8859-9"?>
+<!-- $Horde: mnemo/locale/tr_TR/help.xml,v 1.1 2005/04/13 21:20:23 jan Exp $ -->
+<help>
+
+<!-- English entry:
+<entry id="Overview">
+ <title>Overview</title>
+ <heading>Introduction</heading>
+ <para>
+ <i>Notes</i> is an application which allows you to create the computer equivalent of sticky notes. Notes can be created, modified, deleted, and printed. You can also search on your notes to locate information. Support for importing and exporting notes is also available.
+ </para>
+ <para>
+ Unlike real sticky notes, your computer notes can be shared with others in different physical locations. Notes can be organized into different notepads, and assigned categories.
+ </para>
+</entry>
+-->
+
+<entry id="Overview" md5="50ee76138fb08b04b029006053bbadbc" state="uptodate">
+<title>Genel Bakýþ</title>
+<heading>Tanýtým</heading>
+<para>
+Notlar yönetimi zor olan notlarýnýzý bilgisayarýnýzda oluþturmanýzý saðlayan bir uygulamadýr. Notlar oluþturulabilir, deðiþtirilebilir, silinebilir, ve yazdýrýlabilir. Ayrýca bilgi yerleþtirmek için notlarýnýzda arama da yapabilirsiniz. Dýþardan not almak ve dýþarýya not vermek de desteklenmektedir.
+</para>
+</entry>
+
+<!-- English entry:
+<entry id="list-actions">
+ <title>Notes List: Actions</title>
+ <heading>Actions</heading>
+ <para>
+ <i>Delete Note</i> permanently deletes the selected note.
+ </para>
+ <para>
+ <i>Modify Note</i> allows you to modify an existing note.
+ </para>
+ <para>
+ <i>Back to Notepad</i> takes you back from note view to the notepad that contains the current note.
+ </para>
+</entry>
+-->
+
+<entry id="list-actions" md5="6d592f153bfb5c296de5dfebb428e1ba" state="uptodate">
+<title>Notlar Listesi: Ýþlemler</title>
+<heading>Ýþlemler</heading>
+<para>
+Notu Sil seçili notu sürekli siler.
+</para>
+<para>
+Notu Deðiþtir varolan bir notta deðiþiklik yapmanýzý saðlar.
+</para>
+<para>
+Notdefterine Dönüþ sizi not gösteriminden alýp o notun olduðu notdefterine götürür.
+</para>
+</entry>
+
+<!-- English entry:
+<entry id="menu-actions">
+ <title>Menu Items</title>
+ <heading>Menu Items</heading>
+ <para>
+ <i>List Notes</i> lists all the notes in the current notepad.
+ </para>
+ <para>
+ <i>New Note</i> allows you to create a new note in the current notepad.
+ </para>
+ <para>
+ <i>Search</i> allows you to search for text in your notes. You can search the description field only, or the full text of the notes.
+ </para>
+ <para>
+ <i>Import/Export</i> allows you to import or export notes. Currently CSV
+ formatted and vNote files are supported.
+ </para>
+ <para>
+ <i>Print</i> allows you to print a note. The <i>Print</i> icons is only in the menu bar when a note is being viewed.
+ </para>
+</entry>
+-->
+
+<entry id="menu-actions" md5="715a853d93cd3330e4d730b9112c8a82" state="uptodate">
+<title>Menü Öðeleri</title>
+<heading>Menü Öðeleri</heading>
+<para>
+Notlarý Listele kullanýlan not defterindeki bütün notlarý gösterir
+</para>
+<para>
+Yeni Not not defterinde yeni not oluþturmanýzý saðlar
+</para>
+<para>
+Arama özelliði ,notlarýnýzda metin aramasý yapmanýzý saðlar. Sadece açýklama alanýný, ya da tüm metni notlarda arayabilirsiniz.
+</para>
+<para>
+Al/Ver notlarýnýzý dýþardan alýp dýþarýya vermeyi saðlar. Kullanýlan CSV biçimindeki ve vNote dosyalarý desteklenir.
+</para>
+<para>
+Yazdýr notlarý yazdýrýr. Yazdýr simgesi sadece bir not görüntülendiðinde menü çubuðunda belirir.
+</para>
+</entry>
+
+
+
+<!-- English entry:
+<entry id="sorting">
+ <title>Sorting Entries</title>
+ <heading>Sorting Entries</heading>
+ <para>
+ When viewing a list of entries, you can sort the entries by any column by clicking on the appropriate column heading title. To switch a column between ascending and descending sorting order, click on the arrow icon in the column heading.
+ </para>
+</entry>
+-->
+
+<entry id="sorting" md5="cca3b1d1c9ed0ec5ab385f82469ddc8f" state="uptodate">
+<title>Giriþlerin Sýnýflandýrýlmasý</title>
+<heading>Giriþlerin Sýnýflandýrýlmasý</heading>
+<para>
+Giriþlerin listesini görüntülerken, giriþleri herhangi bir sütuna göre o sütunun baþlýðýna týklayarak sýnýflandýrabilirsiniz. Sütunu yükselen ve alçalan sýnýflandýrma arasýnda deðiþtirmek için, sütun baþlýðýndaki ok simgesini týklayýn.
+</para>
+</entry>
+
+</help>
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/memo.php,v 1.71 2009/12/01 04:56:31 chuck Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+ /**
+ * Encryption tests.
+ */
+function showPassphrase($memo)
+{
+ global $notification;
+
+ if (!is_a($memo['body'], 'PEAR_Error')) {
+ return false;
+ }
+
+ /* Check for secure connection. */
+ $secure_check = Horde::isConnectionSecure();
+
+ if ($memo['body']->getCode() == MNEMO_ERR_NO_PASSPHRASE) {
+ if ($secure_check) {
+ $notification->push(_("This note has been encrypted, please provide the password below"), 'horde.message');
+ return true;
+ }
+ $notification->push(_("This note has been encrypted, and cannot be decrypted without a secure web connection"), 'horde.error');
+ $memo['body'] = '';
+ return false;
+ }
+
+ if ($memo['body']->getCode() == MNEMO_ERR_DECRYPT) {
+ if ($secure_check) {
+ $notification->push(_("This note cannot be decrypted:") . ' ' . $memo['body']->getMessage(), 'horde.message');
+ return true;
+ }
+ $notification->push(_("This note has been encrypted, and cannot be decrypted without a secure web connection"), 'horde.error');
+ $memo['body'] = '';
+ return false;
+ }
+
+ $notification->push($memo['body'], 'horde.error');
+ $memo['body'] = '';
+
+ return false;
+}
+
+@define('MNEMO_BASE', dirname(__FILE__));
+require_once MNEMO_BASE . '/lib/base.php';
+
+/* Redirect to the notepad view if no action has been requested. */
+$memo_id = Horde_Util::getFormData('memo');
+$memolist_id = Horde_Util::getFormData('memolist');
+$actionID = Horde_Util::getFormData('actionID');
+if (is_null($actionID)) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+/* Load category manager. */
+$cManager = new Horde_Prefs_CategoryManager();
+
+/* Run through the action handlers. */
+switch ($actionID) {
+case 'add_memo':
+ /* Check permissions. */
+ if (Mnemo::hasPermission('max_notes') !== true &&
+ Mnemo::hasPermission('max_notes') <= Mnemo::countMemos()) {
+ $message = @htmlspecialchars(sprintf(_("You are not allowed to create more than %d notes."), Mnemo::hasPermission('max_notes')), ENT_COMPAT, Horde_Nls::getCharset());
+ if (!empty($conf['hooks']['permsdenied'])) {
+ $message = Horde::callHook('_perms_hook_denied', array('mnemo:max_notes'), 'horde', $message);
+ }
+ $notification->push($message, 'horde.error', array('content.raw'));
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+ /* Set up the note attributes. */
+ if (empty($memolist_id)) {
+ $memolist_id = Mnemo::getDefaultNotepad();
+ }
+ if (is_a($memolist_id, 'PEAR_Error')) {
+ $notification->push($memolist_id, 'horde.error');
+ }
+ $memo_id = null;
+ $memo_body = '';
+ $memo_category = '';
+ $storage = &Mnemo_Driver::singleton();
+
+ $title = _("New Note");
+ break;
+
+case 'modify_memo':
+ /* Check if a passphrase has been sent. */
+ $passphrase = Horde_Util::getFormData('memo_passphrase');
+
+ /* Get the current note. */
+ $memo = Mnemo::getMemo($memolist_id, $memo_id, $passphrase);
+ if (!$memo || !isset($memo['memo_id'])) {
+ $notification->push(_("Note not found."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+ $storage = &Mnemo_Driver::singleton($memolist_id);
+
+ /* Encryption tests. */
+ $show_passphrase = showPassphrase($memo);
+
+ /* Set up the note attributes. */
+ $memo_body = $memo['body'];
+ $memo_category = $memo['category'];
+ $memo_encrypted = $memo['encrypted'];
+ $title = sprintf(_("Edit: %s"), $memo['desc']);
+ break;
+
+case 'save_memo':
+ /* Get the form values. */
+ $memo_id = Horde_Util::getFormData('memo');
+ $memo_body = Horde_Util::getFormData('memo_body');
+ $memo_category = Horde_Util::getFormData('memo_category');
+ $memolist_original = Horde_Util::getFormData('memolist_original');
+ $notepad_target = Horde_Util::getFormData('notepad_target');
+ $memo_passphrase = Horde_Util::getFormData('memo_passphrase');
+ $memo_passphrase2 = Horde_Util::getFormData('memo_passphrase2');
+
+ $share = &$GLOBALS['mnemo_shares']->getShare($notepad_target);
+ if (is_a($share, 'PEAR_Error')) {
+ $notification->push(sprintf(_("Access denied saving note: %s"), $share->getMessage()), 'horde.error');
+ } elseif (!$share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::EDIT)) {
+ $notification->push(sprintf(_("Access denied saving note to %s."), $share->get('name')), 'horde.error');
+ } elseif ($memo_passphrase != $memo_passphrase2) {
+ $notification->push(_("The passwords don't match."), 'horde.error');
+ if (empty($memo_id)) {
+ $title = _("New Note");
+ } else {
+ $actionID = 'modify_memo';
+ $memo = Mnemo::getMemo($memolist_original, $memo_id);
+ if (!$memo || !isset($memo['memo_id'])) {
+ $notification->push(_("Note not found."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+ $title = sprintf(_("Edit: %s"), $memo['desc']);
+ $show_passphrase = showPassphrase($memo);
+ $memo_encrypted = $memo['encrypted'];
+ $memolist_id = $memolist_original;
+ }
+ $storage = &Mnemo_Driver::singleton($memolist_original);
+ break;
+ } else {
+ if ($new_category = Horde_Util::getFormData('new_category')) {
+ $new_category = $cManager->add($new_category);
+ $memo_category = $new_category ? $new_category : '';
+ }
+ if (!strlen($memo_passphrase)) {
+ $memo_passphrase = Mnemo::getPassphrase($memo_id);
+ }
+
+ /* If $memo_id is set, we're modifying an existing note. Otherwise,
+ * we're adding a new note with the provided attributes. */
+ if (!empty($memo_id) &&
+ !is_a(Mnemo::getMemo($memolist_original, $memo_id), 'PEAR_Error')) {
+ $storage = &Mnemo_Driver::singleton($memolist_original);
+ if ($memolist_original != $notepad_target) {
+ /* Moving the note to another notepad. */
+ $share = &$GLOBALS['mnemo_shares']->getShare($memolist_original);
+ if (!is_a($share, 'PEAR_Error') &&
+ $share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::DELETE)) {
+ $share = &$GLOBALS['mnemo_shares']->getShare($notepad_target);
+ if (!is_a($share, 'PEAR_Error') &&
+ $share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::EDIT)) {
+ $result = $storage->move($memo_id, $notepad_target);
+ $storage = &Mnemo_Driver::singleton($notepad_target);
+ } else {
+ $notification->push(_("Access denied moving the note."), 'horde.error');
+ }
+ } else {
+ $notification->push(_("Access denied moving the note."), 'horde.error');
+ }
+ }
+ $memo_desc = $storage->getMemoDescription($memo_body);
+ if (empty($memo_passphrase) &&
+ Horde_Util::getFormData('memo_encrypt') == 'on') {
+ $memo_passphrase = Mnemo::getPassphrase($memo_id);
+ }
+ $result = $storage->modify($memo_id, $memo_desc, $memo_body, $memo_category, $memo_passphrase);
+ } else {
+ /* Check permissions. */
+ if (Mnemo::hasPermission('max_notes') !== true &&
+ Mnemo::hasPermission('max_notes') <= Mnemo::countMemos()) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+ /* Creating a new note. */
+ $storage = &Mnemo_Driver::singleton($notepad_target);
+ $memo_desc = $storage->getMemoDescription($memo_body);
+ $result = $memo_id = $storage->add($memo_desc, $memo_body,
+ $memo_category, null,
+ $memo_passphrase);
+ }
+
+ /* Check our results. */
+ if (is_a($result, 'PEAR_Error')) {
+ $notification->push(sprintf(_("There was an error saving the note: %s"), $result->getMessage()), 'horde.warning');
+ } else {
+ $notification->push(sprintf(_("Successfully saved \"%s\"."), $memo_desc), 'horde.success');
+ }
+ }
+
+ /* Return to the notepad view. */
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+
+case 'delete_memos':
+ /* Delete the note if we're provided with a valid note ID. */
+ $memo_id = Horde_Util::getFormData('memo');
+ $memolist_id = Horde_Util::getFormData('memolist');
+
+ if (!is_null($memo_id) && Mnemo::getMemo($memolist_id, $memo_id)) {
+ $share = &$GLOBALS['mnemo_shares']->getShare($memolist_id);
+ if (!is_a($share, 'PEAR_Error') &&
+ $share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::DELETE)) {
+ $storage = &Mnemo_Driver::singleton($memolist_id);
+ $result = $storage->delete($memo_id);
+
+ if (is_a($result, 'PEAR_Error')) {
+ $notification->push(sprintf(_("There was an error removing the note: %s"), $result->getMessage()), 'horde.warning');
+ } else {
+ $notification->push(_("The note was deleted."), 'horde.success');
+ }
+ } else {
+ $notification->push(_("Access denied deleting note."), 'horde.warning');
+ }
+ }
+
+ /* Return to the notepad. */
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+
+default:
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+$notepads = Mnemo::listNotepads(false, Horde_Perms::EDIT);
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+require MNEMO_TEMPLATES . '/memo/memo.inc';
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/note/pdf.php,v 1.10 2009/12/23 16:56:27 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(dirname(__FILE__)));
+require_once MNEMO_BASE . '/lib/base.php';
+require_once 'File/PDF.php';
+
+/* Check if a passphrase has been sent. */
+$passphrase = Horde_Util::getFormData('memo_passphrase');
+
+/* We can either have a UID or a memo id and a notepad. Check for UID
+ * first. */
+$storage = &Mnemo_Driver::singleton();
+if ($uid = Horde_Util::getFormData('uid')) {
+ $note = $storage->getByUID($uid, $passphrase);
+ if (is_a($note, 'PEAR_Error')) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+
+ $note_id = $note['memo_id'];
+ $notelist_id = $note['memolist_id'];
+} else {
+ /* If we aren't provided with a memo and memolist, redirect to
+ * list.php. */
+ $note_id = Horde_Util::getFormData('note');
+ $notelist_id = Horde_Util::getFormData('notepad');
+ if (!isset($note_id) || !$notelist_id) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+
+ /* Get the current memo. */
+ $note = Mnemo::getMemo($notelist_id, $note_id, $passphrase);
+}
+
+$share = &$GLOBALS['mnemo_shares']->getShare($notelist_id);
+if (is_a($share, 'PEAR_Error')) {
+ $notification->push(sprintf(_("There was an error viewing this notepad: %s"), $share->getMessage()), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+} elseif (!$share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::READ)) {
+ $notification->push(sprintf(_("You do not have permission to view the notepad %s."), $share->get('name')), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+/* If the requested note doesn't exist, display an error message. */
+if (!$note || !isset($note['memo_id'])) {
+ $notification->push(_("Note not found."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+/* Let's assume that the note content can be converted to ISO-8859-1 if this
+ * is the current language's charset, as long as we don't have UTF-8 support
+ * in File_PDF. */
+if (Horde_Nls::getCharset(true) == 'ISO-8859-1') {
+ $note = String::convertCharset($note, Horde_Nls::getCharset(), 'ISO-8859-1');
+}
+
+/* Set up the PDF object. */
+$pdf = File_PDF::factory(array('format' => 'Letter', 'unit' => 'pt'));
+$pdf->setMargins(50, 50);
+
+/* Enable automatic page breaks. */
+$pdf->setAutoPageBreak(true, 50);
+
+/* Start the document. */
+$pdf->open();
+
+/* Start a page. */
+$pdf->addPage();
+
+/* Write the header in Times 24 Bold. */
+$pdf->setFont('Times', 'B', 24);
+$pdf->multiCell(0, 24, $note['desc'], 'B', 1);
+$pdf->newLine(20);
+
+/* Write the note body in Times 14. */
+$pdf->setFont('Times', '', 14);
+$pdf->write(14, $note['body']);
+
+/* Output the generated PDF. */
+$browser->downloadHeaders($note['desc'] . '.pdf', 'application/pdf');
+echo $pdf->getOutput();
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/notepads/create.php,v 1.5 2009/07/08 18:29:43 slusarz Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(dirname(__FILE__)));
+require_once MNEMO_BASE . '/lib/base.php';
+require_once MNEMO_BASE . '/lib/Forms/CreateNotepad.php';
+
+// Exit if this isn't an authenticated user or if the user can't
+// create new notepads (default share is locked).
+if (!Horde_Auth::getAuth() || $prefs->isLocked('default_notepad')) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+$vars = Horde_Variables::getDefaultVariables();
+$form = new Mnemo_CreateNotepadForm($vars);
+
+// Execute if the form is valid.
+if ($form->validate($vars)) {
+ $result = $form->execute();
+ if (is_a($result, 'PEAR_Error')) {
+ $notification->push($result, 'horde.error');
+ } else {
+ $notification->push(sprintf(_("The notepad \"%s\" has been created."), $vars->get('name')), 'horde.success');
+ }
+
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+
+$title = $form->getTitle();
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+echo $form->renderActive($form->getRenderer(), $vars, 'create.php', 'post');
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/notepads/delete.php,v 1.10 2009/12/03 00:01:11 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(dirname(__FILE__)));
+require_once MNEMO_BASE . '/lib/base.php';
+require_once MNEMO_BASE . '/lib/Forms/DeleteNotepad.php';
+
+// Exit if this isn't an authenticated user.
+if (!Horde_Auth::getAuth()) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+$vars = Horde_Variables::getDefaultVariables();
+$notepad_id = $vars->get('n');
+if ($notepad_id == Horde_Auth::getAuth()) {
+ $notification->push(_("This notepad cannot be deleted"), 'horde.warning');
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+
+$notepad = $mnemo_shares->getShare($notepad_id);
+if (is_a($notepad, 'PEAR_Error')) {
+ $notification->push($notepad, 'horde.error');
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+} elseif (!Horde_Auth::getAuth() ||
+ $notepad->get('owner') != Horde_Auth::getAuth()) {
+ $notification->push(_("You are not allowed to delete this notepad."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+
+$form = new Mnemo_DeleteNotepadForm($vars, $notepad);
+
+// Execute if the form is valid (must pass with POST variables only).
+if ($form->validate(new Horde_Variables($_POST))) {
+ $result = $form->execute();
+ if (is_a($result, 'PEAR_Error')) {
+ $notification->push($result, 'horde.error');
+ } elseif ($result) {
+ $notification->push(sprintf(_("The notepad \"%s\" has been deleted."), $notepad->get('name')), 'horde.success');
+ }
+
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+
+$title = $form->getTitle();
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+echo $form->renderActive($form->getRenderer(), $vars, 'delete.php', 'post');
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/notepads/edit.php,v 1.7 2009/12/03 00:01:11 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(dirname(__FILE__)));
+require_once MNEMO_BASE . '/lib/base.php';
+require_once MNEMO_BASE . '/lib/Forms/EditNotepad.php';
+
+// Exit if this isn't an authenticated user.
+if (!Horde_Auth::getAuth()) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+$vars = Horde_Variables::getDefaultVariables();
+$notepad = $mnemo_shares->getShare($vars->get('n'));
+if (is_a($notepad, 'PEAR_Error')) {
+ $notification->push($notepad, 'horde.error');
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+} elseif (!Horde_Auth::getAuth() ||
+ $notepad->get('owner') != Horde_Auth::getAuth()) {
+ $notification->push(_("You are not allowed to change this notepad."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+$form = new Mnemo_EditNotepadForm($vars, $notepad);
+
+// Execute if the form is valid.
+if ($form->validate($vars)) {
+ $original_name = $notepad->get('name');
+ $result = $form->execute();
+ if (is_a($result, 'PEAR_Error')) {
+ $notification->push($result, 'horde.error');
+ } else {
+ if ($notepad->get('name') != $original_name) {
+ $notification->push(sprintf(_("The notepad \"%s\" has been renamed to \"%s\"."), $original_name, $notepad->get('name')), 'horde.success');
+ } else {
+ $notification->push(sprintf(_("The notepad \"%s\" has been saved."), $original_name), 'horde.success');
+ }
+ }
+
+ header('Location: ' . Horde::applicationUrl('notepads/', true));
+ exit;
+}
+
+$vars->set('name', $notepad->get('name'));
+$vars->set('description', $notepad->get('desc'));
+$title = $form->getTitle();
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+echo $form->renderActive($form->getRenderer(), $vars, 'edit.php', 'post');
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/notepads/index.php,v 1.5 2009/07/08 18:29:43 slusarz Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(dirname(__FILE__)));
+require_once MNEMO_BASE . '/lib/base.php';
+
+// Exit if this isn't an authenticated user.
+if (!Horde_Auth::getAuth()) {
+ require MNEMO_BASE . '/list.php';
+ exit;
+}
+
+$edit_url_base = Horde::applicationUrl('notepads/edit.php');
+$perms_url_base = Horde::url($registry->get('webroot', 'horde') . '/services/shares/edit.php?app=mnemo', true);
+$delete_url_base = Horde::applicationUrl('notepads/delete.php');
+
+$notepads = Mnemo::listNotepads(true);
+$sorted_notepads = array();
+foreach ($notepads as $notepad) {
+ $sorted_notepads[$notepad->getName()] = $notepad->get('name');
+}
+asort($sorted_notepads);
+
+$edit_img = Horde::img('edit.png', _("Edit"), null, $registry->getImageDir('horde'));
+$perms_img = Horde::img('perms.png', _("Change Permissions"), null, $registry->getImageDir('horde'));
+$delete_img = Horde::img('delete.png', _("Delete"), null, $registry->getImageDir('horde'));
+
+Horde::addScriptFile('popup.js', 'horde', true);
+Horde::addScriptFile('tables.js', 'horde', true);
+$title = _("Manage Notepads");
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+require MNEMO_TEMPLATES . '/notepad_list.php';
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/notes/index.php,v 1.5 2009/12/04 17:42:24 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+require_once dirname(__FILE__) . '/../lib/base.php';
+
+$search = Horde_Util::getGet('q');
+if (!$search) {
+ header('HTTP/1.0 204 No Content');
+ exit;
+}
+
+$memos = Mnemo::listMemos($prefs->getValue('sortby'), $prefs->getValue('sortdir'));
+
+$search_pattern = '/^' . preg_quote($search, '/') . '/i';
+$search_results = array();
+foreach ($memos as $memo_id => $memo) {
+ if (preg_match($search_pattern, $memo['desc'])) {
+ $search_results[$memo_id] = $memo;
+ }
+}
+
+if (count($search_results) == 1) {
+ $note = array_shift($search_results);
+ header('Location: ' . Horde::applicationUrl(Horde_Util::addParameter('view.php', array('memo' => $note['memo_id'], 'memolist' => $note['memolist_id'])), true));
+ exit;
+}
+
+$title = _("Search Results");
+$memos = $search_results;
+
+Horde::addScriptFile('tooltips.js', 'horde', true);
+Horde::addScriptFile('tables.js', 'horde', true);
+Horde::addScriptFile('prototype.js', 'horde', true);
+Horde::addScriptFile('QuickFinder.js', 'horde', true);
+
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+require MNEMO_TEMPLATES . '/list/header.inc';
+
+if (count($memos)) {
+ $cManager = new Horde_Prefs_CategoryManager();
+ $colors = $cManager->colors();
+ $fgcolors = $cManager->fgColors();
+ $sortby = $prefs->getValue('sortby');
+ $sortdir = $prefs->getValue('sortdir');
+ $showNotepad = $prefs->getValue('show_notepad');
+
+ $baseurl = 'list.php';
+ require MNEMO_TEMPLATES . '/list/memo_headers.inc';
+
+ foreach ($memos as $memo_id => $memo) {
+ $viewurl = Horde_Util::addParameter(
+ 'view.php',
+ array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+
+ $memourl = Horde_Util::addParameter(
+ 'memo.php', array('memo' => $memo['memo_id'],
+ 'memolist' => $memo['memolist_id']));
+ $share = &$GLOBALS['mnemo_shares']->getShare($memo['memolist_id']);
+
+ $notepad = $memo['memolist_id'];
+ if (!is_a($share, 'PEAR_Error')) {
+ $notepad = $share->get('name');
+ }
+
+ require MNEMO_TEMPLATES . '/list/memo_summaries.inc';
+ }
+
+ require MNEMO_TEMPLATES . '/list/memo_footers.inc';
+} else {
+ require MNEMO_TEMPLATES . '/list/empty.inc';
+}
+
+require MNEMO_TEMPLATES . '/panel.inc';
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+Mnemo RPMs mnemo.README
+=--------------------------------------------------------------------------=
+
+$Horde: mnemo/packaging/redhat/mnemo.README,v 1.1 2002/06/25 15:25:18 bjn Exp $
+
+
+Please consult the Horde RPMs README file:
+
+ horde/packaging/redhat/horde.README
--- /dev/null
+#
+# File: mnemo.conf
+# $Horde: mnemo/packaging/redhat/mnemo.conf,v 1.1 2002/06/25 15:25:18 bjn Exp $
+#
+# This is the Mnemo Apache configuration file; it is included from the
+# Apache httpd.conf file. This version is for Red Hat 7.x systems.
+#
+
+<Directory "/var/www/html/horde/mnemo/config">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/var/www/html/horde/mnemo/lib">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/var/www/html/horde/mnemo/locale">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/var/www/html/horde/mnemo/po">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/var/www/html/horde/mnemo/scripts">
+ order deny,allow
+ deny from all
+</Directory>
+<Directory "/var/www/html/horde/mnemo/templates">
+ order deny,allow
+ deny from all
+</Directory>
--- /dev/null
+#
+# $Horde: mnemo/packaging/redhat/mnemo.spec,v 1.10 2009/01/06 18:01:17 jan Exp $
+#
+# Copyright 2003-2009 The Horde Project (http://www.horde.org/)
+#
+# See the enclosed file LICENSE for license information (ASL). If you
+# did not receive this file, see http://www.horde.org/licenses/asl.php.
+#
+# This is the SPEC file for the Mnemo Red Hat 7.x (RPM v4) RPMs/SRPM.
+#
+
+%define apachedir /etc/httpd
+%define apacheuser apache
+%define apachegroup apache
+%define contentdir /var/www
+
+Summary: The Horde contact management application.
+Name: mnemo
+Version: 1.1
+Release: 2
+License: ASL
+Group: Applications/Horde
+Source: ftp://ftp.horde.org/pub/mnemo/mnemo-%{version}.tar.gz
+Source1: mnemo.conf
+Vendor: The Horde Project
+URL: http://www.horde.org/
+Packager: Brent J. Nordquist <bjn@horde.org>
+BuildArch: noarch
+BuildRoot: %{_tmppath}/mnemo-root
+Requires: php >= 4.2.1
+Requires: apache >= 1.3.22
+Requires: horde >= 2.1
+Prereq: /usr/bin/perl
+
+%description
+Mnemo is the Horde notes and memos application. It lets users keep
+free-text notes and other bits of information which doesn't fit as a
+contact, a todo item, an event, etc. It is very similar in functionality
+to the Palm Memo application.
+
+The Horde Project writes web applications in PHP and releases them under
+Open Source licenses. For more information (including help with Mnemo)
+please visit http://www.horde.org/.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+%install
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{apachedir}/conf
+mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo
+cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo
+cd $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo/config
+for d in *.dist; do
+ d0=`basename $d .dist`
+ if [ ! -f "$d0" ]; then
+ cp -p $d $d0
+ fi
+done
+
+%clean
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+perl -pi -e 's/$/ index.php/ if (/DirectoryIndex\s.*index\.html/ && !/index\.php/);' %{apachedir}/conf/httpd.conf
+grep -i 'Include.*mnemo.conf$' %{apachedir}/conf/httpd.conf >/dev/null 2>&1
+if [ $? -eq 0 ]; then
+ perl -pi -e 's/^#+// if (/Include.*mnemo.conf$/i);' %{apachedir}/conf/httpd.conf
+else
+ echo "Include %{apachedir}/conf/mnemo.conf" >>%{apachedir}/conf/httpd.conf
+fi
+# post-install instructions:
+cat <<_EOF_
+You must manually configure Mnemo and create any required database tables!
+See "CONFIGURING Mnemo" in %{contentdir}/html/horde/mnemo/docs/INSTALL
+You must also restart Apache with "service httpd restart"!
+_EOF_
+
+%postun
+if [ $1 -eq 0 ]; then
+ perl -pi -e 's/^/#/ if (/^Include.*mnemo.conf$/i);' %{apachedir}/conf/httpd.conf
+ cat <<_EOF2_
+You must restart Apache with "service httpd restart"!
+_EOF2_
+fi
+
+%files
+%defattr(-,root,root)
+# Apache mnemo.conf file
+%config %{apachedir}/conf/mnemo.conf
+# Include top level with %dir so not all files are sucked in
+%dir %{contentdir}/html/horde/mnemo
+# Include top-level files by hand
+%{contentdir}/html/horde/mnemo/*.php
+# Include these dirs so that all files _will_ get sucked in
+%{contentdir}/html/horde/mnemo/graphics
+%{contentdir}/html/horde/mnemo/lib
+%{contentdir}/html/horde/mnemo/locale
+%{contentdir}/html/horde/mnemo/po
+%{contentdir}/html/horde/mnemo/scripts
+%{contentdir}/html/horde/mnemo/templates
+%{contentdir}/html/horde/mnemo/util
+# Mark documentation files with %doc and %docdir
+%doc %{contentdir}/html/horde/mnemo/LICENSE
+%doc %{contentdir}/html/horde/mnemo/README
+%docdir %{contentdir}/html/horde/mnemo/docs
+%{contentdir}/html/horde/mnemo/docs
+# Mark configuration files with %config and use secure permissions
+# (note that .dist files are considered software; don't mark %config)
+%attr(750,root,%{apachegroup}) %dir %{contentdir}/html/horde/mnemo/config
+%defattr(640,root,%{apachegroup})
+#%{contentdir}/html/horde/mnemo/config/.htaccess
+%{contentdir}/html/horde/mnemo/config/*.dist
+%config %{contentdir}/html/horde/mnemo/config/*.php
+
+%changelog
+* Mon Apr 28 2003 Brent J. Nordquist <bjn@horde.org> 1.1-2
+- Add util subdirectory
+
+* Sun Apr 27 2003 Brent J. Nordquist <bjn@horde.org> 1.1-1
+- Updated for 1.1
+
+* Tue Jun 25 2002 Brent J. Nordquist <bjn@horde.org>
+- 1.0 release 1
+
--- /dev/null
+#
+# File: rh9-mnemo.spec
+# $Horde: mnemo/packaging/redhat/rh9-mnemo.spec,v 1.3 2007/12/20 05:03:45 chuck Exp $
+#
+# This is the SPEC file for the Mnemo Red Hat 9 RPMs/SRPM.
+#
+
+%define apachedir /etc/httpd
+%define apacheuser apache
+%define apachegroup apache
+%define contentdir /var/www
+
+Summary: The Horde contact management application.
+Name: mnemo
+Version: 1.1
+Release: 1
+Copyright: ASL
+Group: Applications/Horde
+Source: ftp://ftp.horde.org/pub/mnemo/mnemo-%{version}.tar.gz
+Source1: mnemo.conf
+Vendor: The Horde Project
+URL: http://www.horde.org/
+Packager: Brent J. Nordquist <bjn@horde.org>
+BuildArchitectures: noarch
+BuildRoot: /tmp/mnemo-root
+Requires: php >= 4.2.1
+Requires: httpd >= 2.0.40
+Requires: horde >= 2.1
+Prereq: /usr/bin/perl
+
+%description
+Mnemo is the Horde notes and memos application. It lets users keep
+free-text notes and other bits of information which doesn't fit as a
+contact, a todo item, an event, etc. It is very similar in functionality
+to the Palm Memo application.
+
+The Horde Project writes web applications in PHP and releases them under
+Open Source licenses. For more information (including help with Mnemo)
+please visit http://www.horde.org/.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+%install
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf.d
+cp -p $RPM_SOURCE_DIR/mnemo.conf $RPM_BUILD_ROOT%{apachedir}/conf.d
+mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo
+cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo
+cd $RPM_BUILD_ROOT%{contentdir}/html/horde/mnemo/config
+for d in *.dist; do
+ d0=`basename $d .dist`
+ if [ ! -f "$d0" ]; then
+ cp -p $d $d0
+ fi
+done
+
+%clean
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+# post-install instructions:
+cat <<_EOF_
+You must manually configure Mnemo and create any required database tables!
+See "CONFIGURING Mnemo" in %{contentdir}/html/horde/mnemo/docs/INSTALL
+You must also restart Apache with "service httpd restart"!
+_EOF_
+
+%postun
+if [ $1 -eq 0 ]; then
+ cat <<_EOF2_
+You must restart Apache with "service httpd restart"!
+_EOF2_
+fi
+
+%files
+%defattr(-,root,root)
+# Apache mnemo.conf file
+%config %{apachedir}/conf.d/mnemo.conf
+# Include top level with %dir so not all files are sucked in
+%dir %{contentdir}/html/horde/mnemo
+# Include top-level files by hand
+%{contentdir}/html/horde/mnemo/*.php
+# Include these dirs so that all files _will_ get sucked in
+%{contentdir}/html/horde/mnemo/graphics
+%{contentdir}/html/horde/mnemo/lib
+%{contentdir}/html/horde/mnemo/locale
+%{contentdir}/html/horde/mnemo/po
+%{contentdir}/html/horde/mnemo/scripts
+%{contentdir}/html/horde/mnemo/templates
+%{contentdir}/html/horde/mnemo/util
+# Mark documentation files with %doc and %docdir
+%doc %{contentdir}/html/horde/mnemo/LICENSE
+%doc %{contentdir}/html/horde/mnemo/README
+%docdir %{contentdir}/html/horde/mnemo/docs
+%{contentdir}/html/horde/mnemo/docs
+# Mark configuration files with %config and use secure permissions
+# (note that .dist files are considered software; don't mark %config)
+%attr(750,root,%{apachegroup}) %dir %{contentdir}/html/horde/mnemo/config
+%defattr(640,root,%{apachegroup})
+#%{contentdir}/html/horde/mnemo/config/.htaccess
+%{contentdir}/html/horde/mnemo/config/*.dist
+%config %{contentdir}/html/horde/mnemo/config/*.php
+
+%changelog
+* Mon Apr 28 2003 Brent J. Nordquist <bjn@horde.org> 1.1-1
+- First release, 1.1-1
+
--- /dev/null
+see horde/po/README
\ No newline at end of file
--- /dev/null
+# Bulgarian translations for Mnemo package.
+# Copyright 2002-2009 The Horde Project
+# This file is distributed under the same license as the Whups package.
+# Miroslav Pendev <miro@cybershade.us>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"POT-Creation-Date: 2002-09-14 00:38-0400\n"
+"PO-Revision-Date: 2002-11-19 20:44-0500\n"
+"Last-Translator: Miroslav Pendev <miro@cybershade.us>\n"
+"Language-Team: BG i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CP1251\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#, c-format
+msgid "%d notes"
+msgstr "%d áåëåæêè"
+
+#, c-format
+msgid "%s file successfully imported"
+msgstr "%s ôàéë áåøå èìïîðòèðàí óñïåøíî"
+
+msgid "1 note"
+msgstr "1 áåëåæêà"
+
+msgid "Access denied deleting note."
+msgstr "Îòêàçàí äîñòúï çà èçòðèâàíå íà áåëåæêà"
+
+msgid "Access denied removing the note."
+msgstr "Îòêàçàí äîñòúï çà ïðåìàõâàíå íà áåëåæêà"
+
+msgid "Add, remove, and edit categories."
+msgstr "Äîáàâÿíå, ïðåìåñòâàíå è ðåäàêòèðàíå íà êàòåãîðèè."
+
+msgid "Adding A New Note"
+msgstr "Äîáàâÿíå íà íîâà áåëåæêà"
+
+#, c-format
+msgid "Any notes in a category that is deleted will become %s."
+msgstr "Âñè÷êè áåëåæêè â èçáðàíàòà çà èçòðèâàíå êàòåãîðèÿ ùå ñòàíàò %s."
+
+msgid "Ascending"
+msgstr "Íàðàñòâàùè"
+
+msgid "Back to Notepad"
+msgstr "Îáðàòíî â áåëåæíèêà"
+
+msgid "Category"
+msgstr "Êàòåãîðèÿ"
+
+msgid "Category Management"
+msgstr "Êàòåãîðèè Óïðàâëåíèå"
+
+msgid "Change your note sorting and display options."
+msgstr "Óñòàíîâåòå ïðåäïî÷èòàíèòå ñîðòèðàíå è îïöèè íà äèñïëåÿ."
+
+msgid "Choose Action:"
+msgstr "Èçáåðè äåéñòâèå:"
+
+msgid "Choose Color"
+msgstr "Èçáåðè öâÿò"
+
+msgid "Create New Category"
+msgstr "Ñúçäàé íîâà êàòåãîðèÿ"
+
+msgid "Current Notepad"
+msgstr "Òåêóù áåëåæíèê"
+
+msgid "Default sorting criteria:"
+msgstr "Êðèòåðèè çà ñîðòèðàíå ïî ïîäðàçáèðàíå:"
+
+msgid "Default sorting direction:"
+msgstr "Ïîñîêà íà ñîðòèðàíå ïî ïîäðàçáèðàíå:"
+
+msgid "Delete"
+msgstr "Èçòðèé"
+
+msgid "Delete Note"
+msgstr "Èçòðèé áåëåæêà"
+
+msgid "Delete Notes"
+msgstr "Èçòðèé áåëåæêè"
+
+msgid "Descending"
+msgstr "Íàìàëÿâàùè"
+
+msgid "Description"
+msgstr "Îïèñàíèå"
+
+msgid "Description:"
+msgstr "Îïèñàíèå:"
+
+msgid "Display Options"
+msgstr "Äèñïëåé Îïöèè"
+
+msgid "Edit your notepads."
+msgstr "Ðåäàêòèðàé áåëåæêèòå ñè"
+
+msgid "Export Notes"
+msgstr "Åêñïîðò áåëåæêè"
+
+msgid "Flags"
+msgstr "Ôëàãîâå"
+
+msgid "Full Text"
+msgstr "Ïúëåí òåêñò"
+
+msgid "Help"
+msgstr "Ïîìîù"
+
+msgid "If importing CSV data: does the first row contain the field names?"
+msgstr "Ïðè èìïîðò íà CSV äàííè: ïúðâèÿ ëè ðåä ñúäúðæà èìåíàòà íà ïîëåòàòà?"
+
+msgid "Illegal or malformed form data."
+msgstr "Íåäîïóñòèìè èëè ïîâðåäåíè äàííè."
+
+msgid "Import Notes"
+msgstr "Èìïîðò áåëåæêè"
+
+msgid "Import/Export"
+msgstr "Èìïîðò/Åêñïîðò"
+
+msgid "Import/Export Notes"
+msgstr "Èìïîðò/Åêñïîðò íà áåëåæêè"
+
+msgid "Language"
+msgstr "Åçèê"
+
+msgid "List Notes"
+msgstr "Ñïèñúê ñ áåëåæêè"
+
+msgid "Manage multiple notepads."
+msgstr "Óïðàâëÿâàíå íà ìíîæåñòâî áåëåæíèöè."
+
+msgid "Memo Text"
+msgstr "Òåêñò"
+
+msgid "Mnemo is not properly configured"
+msgstr "Mnemo íå å êîíôèãóðèðàí êîðåêòíî"
+
+msgid "Modify Note"
+msgstr "Ìîäèôèöèðàé áåëåæêà"
+
+#, c-format
+msgid "Modifying %s"
+msgstr "Ìîäèôèöèðàé %s"
+
+msgid "My Notepad"
+msgstr "Ìîÿò Áåëåæíèê"
+
+msgid "New Category"
+msgstr "Íîâà êàòåãîðèÿ"
+
+msgid "New Note"
+msgstr "Íîâà áåëåæêà"
+
+msgid "No configuration information specified for SQL Memos."
+msgstr "Íÿìà çàäàäåíà êîíôèãóðàöèÿ çà SQL áåëåæêè."
+
+msgid "No notes"
+msgstr "Íÿìà áåëåæêè"
+
+msgid "None specified"
+msgstr "Íÿìà çàäàäåí"
+
+msgid "Note Category"
+msgstr "Áåëåæêà êàòåãîðèÿ"
+
+msgid "Note Description"
+msgstr "Áåëåæêà îïèñàíèå"
+
+msgid "Note Details"
+msgstr "Áåëåæêà äåòàéëè"
+
+msgid "Note Lists"
+msgstr "Ñïèñúê áåëåæêè"
+
+msgid "Note Text"
+msgstr "Áåëåæêà òåêñò"
+
+msgid "Notepad"
+msgstr "Áåëåæíèê"
+
+msgid "Notepad's Type:"
+msgstr "Òèï íà áåëåæíèêà:"
+
+msgid "Notepad's name:"
+msgstr "Èìå íà áåëåæíèêà:"
+
+msgid "Notepads"
+msgstr "Áåëåæíèöè"
+
+msgid "Options"
+msgstr "Îïöèè"
+
+msgid "Other Options"
+msgstr "Äðóãè Îïöèè"
+
+msgid "Print"
+msgstr "Îòïå÷àòàé"
+
+msgid "Private"
+msgstr "×àñòåí"
+
+msgid "Refresh List"
+msgstr "Îïðåñíè ñïèñúêà"
+
+msgid "Rename"
+msgstr "Ïðåèìåíóâàé"
+
+msgid "Required 'database' not specified in memos configuration."
+msgstr "Íåîáõîäèìàòà 'database' íå å çàäàäåíà â êîíôèãóðàöèÿòà."
+
+msgid "Required 'hostspec' not specified in memos configuration."
+msgstr "Íåîáõîäèìèÿ 'hostspec' íå å óêàçàí â êîíôèãóðàöèÿòà."
+
+msgid "Required 'password' not specified in memos configuration."
+msgstr "Íåîáõîäèìàòà 'password' íå ñúùåñòâóâà â êîíôèãóðàöèÿ."
+
+msgid "Required 'phptype' not specified in memos configuration."
+msgstr "Íåîáõîäèìèÿ 'phptype' íå å çàäàäåí â êîíôèãóðàöèÿòà."
+
+msgid "Required 'table' not specified in memos configuration."
+msgstr "Íåîáõîäèìàòà 'table' íå å çàäàäåíà â êàòåãîðèèòå."
+
+msgid "Required 'username' not specified in memos configuration."
+msgstr "Íåîáõîäèìîòî 'username' íå å çàäàäåíî â êîíôèãóðàöèÿòà."
+
+msgid "Search"
+msgstr "Òúðñè"
+
+msgid "Search Results"
+msgstr "Ðåçóëòàòè îò òúðñåíåòî"
+
+msgid "Search Scope"
+msgstr "Îáõâàò íà òúðñåíå"
+
+msgid "Search Text"
+msgstr "Òåêñò çà òúðñåíå"
+
+msgid "Select Category"
+msgstr "Èçáåðè Êàòåãîðèÿ"
+
+msgid "Select a notepad"
+msgstr "Èçáåðè áåëåæíèê"
+
+msgid "Select the file to import:"
+msgstr "Èçáåðåòå ôàéë çà èìïîðò:"
+
+msgid "Select the format to export to:"
+msgstr "Èçáåðåòå ôîðìàò, êúì êîéòî äà ñå åêñïîðòèðà:"
+
+msgid "Select the source to import from:"
+msgstr "Èçáåðåòå èçòî÷íèêà çà èìïîðò:"
+
+msgid "Select your preferred language:"
+msgstr "Èçáåðåòå ïðåäïî÷èòàíèÿò îò Âàñ åçèê:"
+
+msgid "Set the your preferred display language."
+msgstr "Èçáåðåòå ïðåäïî÷èòàíèÿò îò Âàñ åçèê."
+
+msgid "Shared"
+msgstr "Ïîäåëåí"
+
+msgid "Show"
+msgstr "Ïîêàçâàíå"
+
+msgid "Show highlight colors in the summary view?"
+msgstr "Äà ñå ïîêàçâàò ëè çàñâåòåíè êîëîíè â îáîáùåíèÿò èçãëåä?"
+
+msgid "Some of Mnemo's configuration files are missing:"
+msgstr "Íÿêîé îò êîíôèãóðàöèîííèòå ôàéëîâå íà Mnemo ëèïñâàò:"
+
+msgid "Sort Direction"
+msgstr "Ñîðòèðàíå"
+
+msgid "Sort by Category"
+msgstr "Ñîðòèðàé ïî êàòåãîðèÿ"
+
+msgid "Sort by Description"
+msgstr "Ñîðòèðàé ïî îïèñàíèå"
+
+msgid "The data was lost."
+msgstr "Äàííèòå áÿõà èçãóáåíè."
+
+msgid "The file contained no data."
+msgstr "Ôàéëúò íå ñúäúðæà äàííè."
+
+msgid "The note was deleted."
+msgstr "Áåëåæêàòà áåøå èçòðèòà."
+
+#, c-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Áåëåæíèêà \"%s\" áåøå ñúçäàäåí."
+
+#, c-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Áåëåæíèêà \"%s\" áåøå ïðåìàõíàò."
+
+#, c-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Áåëåæíèêà \"%s\" áåøå çàïèñàí."
+
+msgid "The notepad name is empty."
+msgstr "Èìåòî íà Áåëåæíèêà å ïðàçíî."
+
+msgid "The requested note does not exist."
+msgstr "Áåëåæêàòà, êîÿòî èçèñêâàòå íå ñúùåñòâóâà."
+
+msgid ""
+"There was a problem with the file upload. The file may have been larger than "
+"the maximum allowed size."
+msgstr ""
+"Ãðåøêà ïðè èçïðàùàíåòî íà ôàéëà. Âúçìîæíî å ôàéëúò äà å ïî-ãîëÿì îò "
+"ìàêñèìàëíî äîïóñòèìèÿò ðàçìåð."
+
+msgid "There was an error importing the data."
+msgstr "Ãðåøêà ïðè èìïîðò íà äàííèòå."
+
+msgid "There was an error importing the uploaded file"
+msgstr "Ãðåøêà ïðè èìïîðòèðàíå íà èçïðàòåíèÿ ôàéë"
+
+msgid "There was an error removing the note."
+msgstr "Ãðåøêà ïðè ïðåìåñòâàíå íà áåëåæêàòà."
+
+msgid "There was an error saving the note."
+msgstr "Ãðåøêà ïðè çàïèñà íà áåëåæêàòà."
+
+msgid "There were no memos to export."
+msgstr "Íÿìà áåëåæêè çà åêñïîðò."
+
+msgid "These changes can not be undone!"
+msgstr "Òåçè ïðîìåíè íå ìîãàò äà áúäàò âúðíàòè!"
+
+msgid "This file contains preferences for Mnemo."
+msgstr "Òîçè ôàéë ñúäúðæà íàñòðîéêè çà Mnemo."
+
+msgid ""
+"This is the main Mnemo configuration file. It contains options for all Mnemo "
+"scripts."
+msgstr ""
+"Òîâà å ãëàâíèÿ ôàéë çà êîíôèãóðèðàíå íà Mnemo. Òîé ñúäúðæà ïúòèùàòà è "
+"îïöèèòå çà Mnemo ñêðèïòîâåòå."
+
+#, c-format
+msgid "Unable to create to category: %s"
+msgstr "Ãðåøêà ïðè ñúçäàâàíåòî íà êàòåãîðèÿ: %s"
+
+#, c-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Ãðåøêà ïðè èçòðèâàíå \"%s\": %s."
+
+msgid "Unfiled"
+msgstr "Íåïîïúëíåí"
+
+msgid "Unknown note"
+msgstr "Íåèçâåñòíà áåëåæêà"
+
+msgid "User Options"
+msgstr "Ïîòðåáèòåëñêè îïöèè"
+
+msgid "View Note Details"
+msgstr "Äåòàéëè çà áåëåæêàòà"
+
+msgid "Which Notepad should the notes be added to?"
+msgstr "Êúì êîé áåëåæíèê äà áúäå äîáàâåíà áåëåæêàòà?"
+
+msgid "You have no notes."
+msgstr "Íÿìàòå áåëåæêè."
+
+msgid "You must select a notepad to be deleted."
+msgstr "Òðÿáâà äà èçáåðåòå áåëåæíèê, êîéòî äà áúäå èçòðèò."
+
+msgid "Your Information"
+msgstr "Èíôîðìàöèÿ çà Âàñ"
+
+msgid "Your default notepad:"
+msgstr "Âàøèÿò áåëåæíèê ïî ïîäðàçáèðàíå:"
+
+msgid "Your notepads:"
+msgstr "Âàøèòå áåëåæíèöè::"
--- /dev/null
+# Mnemo Czech translations.
+# Copyright 2004-2009 The Horde Project
+# This file is distributed under the same license as the Horde package.
+# Pavel Chytil <pavel@chytil.tk>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2004-12-22 10:04-0800\n"
+"PO-Revision-Date: 2004-11-21 09:02-0800\n"
+"Last-Translator: Pavel Chytil <pavel@chytil.tk>\n"
+"Language-Team: Czech <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: templates/list/header.inc:9
+#, php-format
+msgid "%d notes"
+msgstr "%d poznámek"
+
+#: data.php:161
+#, php-format
+msgid "%s file successfully imported"
+msgstr "soubor %s byl úspì¹nì importován"
+
+#: notepads.php:90 lib/base.php:95
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s's Zápisník"
+
+#: templates/list/header.inc:9
+msgid "1 note"
+msgstr "1 poznámka"
+
+#: memo.php:137
+msgid "Access denied deleting note."
+msgstr "Smazání poznámky nebylo povoleno."
+
+#: memo.php:94 memo.php:97
+msgid "Access denied moving the note."
+msgstr "Pøesunutí poznámky nebylo povoleno."
+
+#: memo.php:69
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Nebylo povoleno ulo¾ení poznámky do %s."
+
+#: memo.php:67
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Nebylo povoleno ulo¾ení poznámky: %s"
+
+#: templates/prefs/showsummaryselect.inc:103
+msgid "Add category"
+msgstr "Pøidat kategorii"
+
+#: memo.php:37
+msgid "Adding A New Note"
+msgstr "Pøidát Novou Poznámku"
+
+#: config/prefs.php.dist:44
+msgid "Ascending"
+msgstr "Vzestupnì"
+
+#: templates/prefs/showsummaryselect.inc:99
+msgid "Available Categories:"
+msgstr "Dostupné Kategorie:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:65
+msgid "Back to Notepad"
+msgstr "Zpìt do Zápisníku"
+
+#: templates/notepads/notepads.inc:97
+msgid "Back to Notepad Options"
+msgstr "Zpìt do Mo¾ností pro Zápisník"
+
+#: data.php:28 templates/data/import.inc:17
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:40 templates/view/memo.inc:15
+msgid "Category"
+msgstr "Kategorie"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Zmìnit"
+
+#: templates/list/memo_headers.inc:6 templates/list/memo_headers.inc:10
+msgid "Change sort direction"
+msgstr "Zmìnit Typ Tøídìní"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Zmìò mo¾nosti tøídení a zobrazení poznámek."
+
+#: templates/prefs/showsummaryselect.inc:93
+msgid "Choose the memo categories to list in the summary view."
+msgstr "Vyberte kategorie poznámek pro seznam v pøehledovém zobrazení."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Zvolit implicitní zápisník:"
+
+#: templates/search/search.inc:32
+msgid "Clear Form"
+msgstr "Vyèistit Formuláø"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:94
+#: templates/notepads/notepads.inc:96
+msgid "Create"
+msgstr "Vytvoøit"
+
+#: templates/view/memo.inc:35
+msgid "Created"
+msgstr "Vytvoøeno"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Implicitní Zápisník:"
+
+#: config/prefs.php.dist:35
+msgid "Default sorting criteria:"
+msgstr "Implicitní tøídící kritéria:"
+
+#: config/prefs.php.dist:46
+msgid "Default sorting direction:"
+msgstr "Implicitní smìr tøídìní:"
+
+#: templates/view/memo.inc:25 templates/view/memo.inc:62
+#: templates/notepads/notepads.inc:95 templates/memo/memo.inc:56
+msgid "Delete"
+msgstr "Smazat"
+
+#: config/prefs.php.dist:45
+msgid "Descending"
+msgstr "Sestupnì"
+
+#: templates/notepads/notepads.inc:85
+msgid "Description:"
+msgstr "Popis:"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Mo¾nosti Zobrazení"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:58
+msgid "Edit"
+msgstr "Upravit"
+
+#: templates/list/memo_headers.inc:4 templates/list/memo_summaries.inc:4
+#: templates/list/memo_summaries.inc:5 lib/Block/summary.php:82
+msgid "Edit Note"
+msgstr "Upravit Poznámku"
+
+#: templates/list/memo_summaries.inc:9
+msgid "Empty Note"
+msgstr "Prázdná Poznámka"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Exportovat"
+
+#: templates/data/export.inc:8
+msgid "Export Notes"
+msgstr "Exportovat Poznámky"
+
+#: templates/search/search.inc:21
+msgid "F_ull Text"
+msgstr "Ú_plný Text"
+
+#: templates/data/import.inc:8
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importovat Poznámku, Krok %d"
+
+#: data.php:167
+msgid "Import/Export Notes"
+msgstr "Importovat/Exportovat Poznámky"
+
+#: templates/view/memo.inc:42
+msgid "Last Modified"
+msgstr "Naposledy Zmìnìno"
+
+#: data.php:39
+msgid "Memo Text"
+msgstr "Text Poznámky"
+
+#: memo.php:53
+#, php-format
+msgid "Modifying %s"
+msgstr "Upravování %s"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Moje Poznámky"
+
+#: lib/Block/summary.php:22
+msgid "New Note"
+msgstr "Nová Poznámka"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Dal¹í"
+
+#: templates/menu.inc:7
+msgid "No notepads are available to guests."
+msgstr "®ádný ze zápisníkù není dostupný pro hosty."
+
+#: templates/list/header.inc:9
+msgid "No notes"
+msgstr "®ádné Poznámky"
+
+#: templates/list/empty.inc:3
+msgid "No notes match the current criteria."
+msgstr "®ádné poznámky se neshodují se souèasným kritériem."
+
+#: lib/Block/summary.php:108
+msgid "No notes to display"
+msgstr "®ádné poznámky pro zobrazení"
+
+#: templates/list/memo_headers.inc:7
+msgid "No_te"
+msgstr "Po_známka"
+
+#: config/prefs.php.dist:34
+msgid "Note Category"
+msgstr "Nová Kategorie"
+
+#: view.php:61 templates/view/memo.inc:9
+msgid "Note Details"
+msgstr "Detaily pro Poznámku"
+
+#: notepads.php:101
+msgid "Note Lists"
+msgstr "Seznam Poznámek"
+
+#: config/prefs.php.dist:33
+msgid "Note Text"
+msgstr "Text Poznámky"
+
+#: templates/memo/memo.inc:14
+msgid "Note _Text"
+msgstr "_Text Poznámky"
+
+#: memo.php:45 view.php:38
+msgid "Note not found."
+msgstr "Poznámka nebyla nalezena."
+
+#: templates/memo/memo.inc:21
+msgid "Note_pad"
+msgstr "Zápis_ník"
+
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr "Název Zápisníku:"
+
+#: templates/notepads/notepads.inc:61
+msgid "Notepads"
+msgstr "Zápisníky"
+
+#: notepads.php:28
+msgid "Notepads must have a name."
+msgstr "Zápisník musí mít název."
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Shrnutí Poznámek"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20
+msgid "Other Options"
+msgstr "Dal¹í Mo¾nosti"
+
+#: lib/api.php:119 lib/api.php:190 lib/api.php:260 lib/api.php:289
+msgid "Permission Denied"
+msgstr "Nepovolený pøístup"
+
+#: templates/notepads/notepads.inc:82
+msgid "Permissions"
+msgstr "Práva"
+
+#: templates/list/header.inc:4 templates/list/header.inc:5
+msgid "Refresh List"
+msgstr "Obnovit Seznam"
+
+#: templates/prefs/showsummaryselect.inc:105
+msgid "Remove category"
+msgstr "Odstranit kategorii"
+
+#: templates/notepads/notepads.inc:96
+msgid "Reset"
+msgstr "Vyèistit"
+
+#: templates/memo/memo.inc:48
+msgid "Save"
+msgstr "Ulo¾it"
+
+#: search.php:13 templates/search/search.inc:4 templates/search/search.inc:31
+msgid "Search"
+msgstr "Vyhledat"
+
+#: list.php:53
+msgid "Search Results"
+msgstr "Výsledky Vyhledávání"
+
+#: templates/search/search.inc:17
+msgid "Search Scope"
+msgstr "Vyhledávání v Oblasti"
+
+#: templates/search/search.inc:9
+msgid "Search _Text"
+msgstr "Hledaný _Text"
+
+#: templates/notepads/notepads.inc:67
+msgid "Select a notepad"
+msgstr "Vybrat zápisník"
+
+#: templates/data/export.inc:15
+msgid "Select the export format:"
+msgstr "Vybrat formát exportu:"
+
+#: templates/data/import.inc:37
+msgid "Select the file to import:"
+msgstr "Vybrat soubor k importování:"
+
+#: templates/data/import.inc:15
+msgid "Select the format of the source file:"
+msgstr "Vybrat formát zdrojového souboru:"
+
+#: templates/prefs/showsummaryselect.inc:109
+msgid "Selected Categories:"
+msgstr "Vybrané Kategorie:"
+
+#: templates/menu.inc:16
+msgid "Show"
+msgstr "Zobrazit"
+
+#: templates/menu.inc:22
+msgid "Show Notepads:"
+msgstr "Zobrazit Zápisníky:"
+
+#: lib/Block/summary.php:38
+msgid "Show action buttons?"
+msgstr "Zobrazit akèní tlaèítka?"
+
+#: lib/Block/summary.php:41
+msgid "Show notepad name?"
+msgstr "Zobrazit název zápisníku?"
+
+#: lib/Block/summary.php:44
+msgid "Show notes from these categories"
+msgstr "Zobrazit poznámky v tìchto kategoriích"
+
+#: templates/list/memo_headers.inc:11
+msgid "Sort by Category"
+msgstr "Setøídit podle Kategorií"
+
+#: templates/list/memo_headers.inc:7
+msgid "Sort by Note Text"
+msgstr "Setøídit podle Textu Poznámek"
+
+#: memo.php:111
+#, php-format
+msgid "Successfully saved '%s'."
+msgstr "'%s' úspì¹nì ulo¾eno."
+
+#: memo.php:134
+msgid "The note was deleted."
+msgstr "Poznámka byla vymazána."
+
+#: notepads.php:41
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Nelze vytvoøit zápisník \"%s\": %s"
+
+#: notepads.php:43
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Zápisník \"%s\" byl vytvoøen."
+
+#: notepads.php:73
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Zápisník \"%s\" byl smazán."
+
+#: notepads.php:51
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Zápisník \"%s\" byl ulo¾en."
+
+#: data.php:158
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Nastala chyba pøi importování dat: %s."
+
+#: lib/api.php:143 lib/api.php:308
+msgid "There was an error importing the vNote data."
+msgstr "Nastala chyba pøi importování vNote dat."
+
+#: memo.php:132
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Nastala chyba pøi odstraòování poznámky: %s"
+
+#: memo.php:109
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Nastala chyba pøi ukládní poznámky: %s"
+
+#: view.php:24
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Nastala chyba pøi prohlí¾ení zápisníku: %s"
+
+#: data.php:65
+msgid "There were no memos to export."
+msgstr "Neljous zde ¾ádné poznámky k exportování."
+
+#: data.php:91
+msgid "This file format is not supported."
+msgstr "Tento formát souboru nelze pou¾ít."
+
+#: notepads.php:69
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nelze smazat \"%s\": %s."
+
+#: templates/memo/memo.inc:59
+msgid "Undo Changes"
+msgstr "Storno Zmìny"
+
+#: templates/view/memo.inc:16 templates/list/memo_summaries.inc:11
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+msgid "Unfiled"
+msgstr "Nevyplnìno"
+
+#: lib/api.php:152 lib/api.php:224 lib/api.php:316
+msgid "Unsupported Content-Type."
+msgstr "Nepodporovaný Typ Obsahu."
+
+#: templates/list/memo_summaries.inc:9
+msgid "View Note Details"
+msgstr "Prohlídnout Detaily Poznámky"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr "Do kterého Zápisníku se mají poznámky ukládat?"
+
+#: view.php:28
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Nedostateèná práva pro prohlí¾ení zápisníku %s."
+
+#: notepads.php:76
+msgid "You must select a notepad to be deleted."
+msgstr "Musíte vybrat zápisník, který si pøejete smazat."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Vá¹ implicitní zápisník:"
+
+#: templates/notepads/notepads.inc:65
+msgid "Your notepads:"
+msgstr "Va¹e zápisníky:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:65
+msgid "_Back to Notepad"
+msgstr "_Zpìt k Zápisníku"
+
+#: templates/memo/memo.inc:39 templates/list/memo_headers.inc:11
+msgid "_Category"
+msgstr "_Kategorie"
+
+#: templates/view/memo.inc:25 templates/view/memo.inc:62
+msgid "_Delete"
+msgstr "_Smazat"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:58
+msgid "_Edit"
+msgstr "_Upravit"
+
+#: templates/search/search.inc:20
+msgid "_First Line"
+msgstr "_První Øádek"
+
+#: lib/Mnemo.php:198
+msgid "_Import/Export"
+msgstr "_Importovat/Exportovat"
+
+#: lib/Mnemo.php:184
+msgid "_List Notes"
+msgstr "_Seznam Poznámek"
+
+#: lib/Mnemo.php:193
+msgid "_My Notepads"
+msgstr "_Poznámky"
+
+#: lib/Mnemo.php:186
+msgid "_New Note"
+msgstr "_Nová Poznámka"
+
+#: lib/Mnemo.php:203
+msgid "_Print"
+msgstr "_Tisk"
+
+#: lib/Mnemo.php:189
+msgid "_Search"
+msgstr "_Vyhledat"
+
+#: data.php:77 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr "poznamky.cvs"
+
+#: data.php:29 templates/data/import.inc:18
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Danish translations for Mnemo package
+# Danske oversættelser for pakke Mnemo.
+# Copyright 2006-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Brian Truelsen <horde+i18n@briantruelsen.dk>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo H3 (2.2-cvs)\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2006-03-05 18:16+0100\n"
+"PO-Revision-Date: 2006-03-06 22:12+0100\n"
+"Last-Translator: Brian Truelsen <horde+i18n@briantruelsen.dk>\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: templates/list/header.inc:3
+#, php-format
+msgid "%d notes"
+msgstr "%d noter"
+
+#: templates/memo/memo.inc:26
+#, php-format
+msgid "%s characters"
+msgstr "%s tegn"
+
+#: data.php:187
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s-fil importeret"
+
+#: notepads.php:99 lib/base.php:104
+#, php-format
+msgid "%s's Notepad"
+msgstr "%ss notesblok"
+
+#: templates/list/header.inc:3
+msgid "1 note"
+msgstr "1 note"
+
+#: memo.php:162
+msgid "Access denied deleting note."
+msgstr "Adgang nægtet ved sletning af note."
+
+#: memo.php:112 memo.php:115
+msgid "Access denied moving the note."
+msgstr "Adgang nægtet ved flytning af note."
+
+#: memo.php:84
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Adgang nægtet ved lagring af note til %s."
+
+#: memo.php:82
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Adgang nægtet ved lagring af note: %s"
+
+#: templates/prefs/showsummaryselect.inc:103
+msgid "Add category"
+msgstr "Tilføj kategori"
+
+#: memo.php:52
+msgid "Adding A New Note"
+msgstr "Tilføj en ny note"
+
+#: config/prefs.php.dist:51
+msgid "Ascending"
+msgstr "Stigende"
+
+#: templates/prefs/showsummaryselect.inc:99
+msgid "Available Categories:"
+msgstr "Tilgængelige kategorier:"
+
+#: templates/view/memo.inc:18
+msgid "Back to Notepad"
+msgstr "Tilbage til notesblok"
+
+#: templates/notepads/notepads.inc:97
+msgid "Back to Notepad Options"
+msgstr "Tilbage til notesblok-tilvalg"
+
+#: data.php:32 templates/data/import.inc:17
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategori"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Ændre"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Redigér måden, hvorpå dine noter sorteres og vises."
+
+#: templates/prefs/showsummaryselect.inc:93
+msgid "Choose the memo categories to list in the summary view."
+msgstr "Vælg de notat-kategorier, som skal listes i oversigtsvisning."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Vælg din standard notesblok."
+
+#: templates/search/search.inc:32
+msgid "Clear Form"
+msgstr "Slet formular"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:94
+#: templates/notepads/notepads.inc:96
+msgid "Create"
+msgstr "Opret"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Oprettet"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Standard notesblok"
+
+#: config/prefs.php.dist:42
+msgid "Default sorting criteria:"
+msgstr "Standard sorteringskriterie:"
+
+#: config/prefs.php.dist:53
+msgid "Default sorting direction:"
+msgstr "Standard sorteringsretning:"
+
+#: templates/view/memo.inc:15 templates/notepads/notepads.inc:95
+msgid "Delete"
+msgstr "Slet"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Godkend sletning"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Opførsel af slette-knap"
+
+#: templates/memo/memo.inc:67
+msgid "Delete this note"
+msgstr "Slet denne note"
+
+#: config/prefs.php.dist:52
+msgid "Descending"
+msgstr "Faldende"
+
+#: templates/notepads/notepads.inc:85
+msgid "Description:"
+msgstr "Beskrivelse:"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Indstillinger for visning"
+
+#: config/prefs.php.dist:98
+msgid "Do you want to confirm deleting entries?"
+msgstr "Vil du godkende sletning af poster?"
+
+#: templates/view/memo.inc:11
+msgid "Edit"
+msgstr "Rediger"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Redigér \"%s\""
+
+#: templates/list/memo_headers.inc:42 lib/Block/summary.php:77
+msgid "Edit Note"
+msgstr "Redigér note"
+
+#: templates/list/memo_headers.inc:52
+msgid "Edit categories and colors"
+msgstr "Redigér kategorier og farver"
+
+#: templates/list/memo_summaries.inc:12
+msgid "Empty Note"
+msgstr "Tøm note"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Eksportér"
+
+#: templates/data/export.inc:8
+msgid "Export Notes"
+msgstr "Eksportér noter"
+
+#: templates/search/search.inc:21
+msgid "F_ull Text"
+msgstr "Fuld text"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "Grundlæggende indstillinger"
+
+#: templates/data/import.inc:8
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importér noter, trin %d"
+
+#: data.php:193
+msgid "Import/Export Notes"
+msgstr "Importér/eksportér noter"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Sidst ændret"
+
+#: lib/api.php:76
+msgid "Maximum Number of Notes"
+msgstr "Maksimalt antal noter"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Teksten af huskeseddel"
+
+#: memo.php:68
+#, php-format
+msgid "Modifying %s"
+msgstr "Ændrer %s"
+
+#: list.php:35
+msgid "My Notes"
+msgstr "Mine noter"
+
+#: lib/Block/summary.php:22
+msgid "New Note"
+msgstr "Ny note"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Næste"
+
+#: lib/api.php:230
+msgid "No iCalendar data was found."
+msgstr "Ingen iCalendar-data fundet."
+
+#: templates/menu.inc:7
+msgid "No notepads are available to guests."
+msgstr "Der er ingen notesblokke tilgængelige til gæster."
+
+#: templates/list/header.inc:3
+msgid "No notes"
+msgstr "Ingen noter"
+
+#: templates/list/empty.inc:3
+msgid "No notes match the current criteria."
+msgstr "Ingen noter passer til de aktuelle kriterier."
+
+#: lib/Block/summary.php:103
+msgid "No notes to display"
+msgstr "Ingen noter at vise."
+
+#: templates/list/memo_headers.inc:44
+msgid "No_te"
+msgstr "Note"
+
+#: config/prefs.php.dist:41
+msgid "Note Category"
+msgstr "Note-kategori"
+
+#: view.php:82 templates/view/memo.inc:21
+msgid "Note Details"
+msgstr "Note-detaljer"
+
+#: notepads.php:110
+msgid "Note Lists"
+msgstr "Note-lister"
+
+#: templates/view/memo.inc:45 config/prefs.php.dist:40
+msgid "Note Text"
+msgstr "Notestekst"
+
+#: templates/memo/memo.inc:26
+msgid "Note _Text"
+msgstr "Notestekst"
+
+#: memo.php:60 view.php:57
+msgid "Note not found."
+msgstr "Note ikke fundet."
+
+#: templates/memo/memo.inc:34
+msgid "Note_pad"
+msgstr "Notesblok"
+
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr "Navn på notesblok:"
+
+#: templates/notepads/notepads.inc:61
+msgid "Notepads"
+msgstr "Notesblokke"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "Notesblokke skal være navngivne."
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Opsummering over noter"
+
+#: lib/api.php:207 lib/api.php:303 lib/api.php:379 lib/api.php:408
+msgid "Permission Denied"
+msgstr "Tilladelse nægtet"
+
+#: templates/notepads/notepads.inc:82
+msgid "Permissions"
+msgstr "Tilladelser"
+
+#: templates/view/memo.inc:15
+msgid "Really delete this note?"
+msgstr "Slet denne note uigenkaldeligt?"
+
+#: templates/list/header.inc:5 templates/list/header.inc:6
+msgid "Refresh List"
+msgstr "Opdater liste"
+
+#: templates/prefs/showsummaryselect.inc:105
+msgid "Remove category"
+msgstr "Fjern kategori"
+
+#: templates/notepads/notepads.inc:96
+msgid "Reset"
+msgstr "Nulstil"
+
+#: templates/memo/memo.inc:56
+msgid "Save"
+msgstr "Gem"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:31
+msgid "Search"
+msgstr "Søg"
+
+#: list.php:57
+msgid "Search Results"
+msgstr "Resultat for søgning"
+
+#: templates/search/search.inc:17
+msgid "Search Scope"
+msgstr "Medtag i søgning"
+
+#: templates/search/search.inc:9
+msgid "Search _Text"
+msgstr "Søg tekst"
+
+#: templates/notepads/notepads.inc:67
+msgid "Select a notepad"
+msgstr "Vælg en notesblok"
+
+#: templates/menu.inc:16
+msgid "Select notepads to display:"
+msgstr "Vælg de notesblokke, der skal vises:"
+
+#: templates/data/export.inc:15
+msgid "Select the export format:"
+msgstr "Vælg formatet, der skal eksporteres i:"
+
+#: templates/data/import.inc:37
+msgid "Select the file to import:"
+msgstr "Vælg den fil, der skal importeres:"
+
+#: templates/data/import.inc:15
+msgid "Select the format of the source file:"
+msgstr "Vælg formatet af oprindelsesfilen:"
+
+#: templates/prefs/showsummaryselect.inc:109
+msgid "Selected Categories:"
+msgstr "Valgte kategorier:"
+
+#: lib/Block/summary.php:37
+msgid "Show action buttons?"
+msgstr "Vis handlingsknapper?"
+
+#: lib/Block/summary.php:40
+msgid "Show notepad name?"
+msgstr "Vis navnet på notesblok?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Vis noter fra disse kategorier"
+
+#: templates/list/memo_headers.inc:48
+msgid "Sort by Category"
+msgstr "Sorter efter kategori"
+
+#: templates/list/memo_headers.inc:44
+msgid "Sort by Note Text"
+msgstr "Sortér efter notetekst"
+
+#: memo.php:135
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" lagret."
+
+#: memo.php:159
+msgid "The note was deleted."
+msgstr "Noten er slettet."
+
+#: notepads.php:46
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Notesblok \"%s\" kunne ikke oprettes: %s"
+
+#: notepads.php:48
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Notesblokken \"%s\" er oprettet."
+
+#: notepads.php:85
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Notesblokken \"%s\" er slettet."
+
+#: notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Notesblokken \"%s\" er lagret."
+
+#: data.php:184
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Der opstod en fejl under importeringen af data: %s"
+
+#: lib/api.php:224
+msgid "There was an error importing the iCalendar data."
+msgstr "Der opstod en fejl under importeringen af iCalendar data."
+
+#: lib/api.php:427
+msgid "There was an error importing the vNote data."
+msgstr "Der opstod en fejl under importering af vNote-data."
+
+#: memo.php:157
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Der opstod en fejl under sletning af noten: %s"
+
+#: memo.php:133
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Der opstod en fejl under lagring af noten: %s"
+
+#: view.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Der opstod en fejl under læsning af denne notesblok: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Der var ingen noter at eksportere."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Dette filformat er ikke understøttet."
+
+#: notepads.php:80
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Kan ikke slette \"%s\": %s"
+
+#: templates/memo/memo.inc:58
+msgid "Undo changes"
+msgstr "Fortryd ændringer"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:14
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+#: lib/Mnemo.php:206 lib/Mnemo.php:207 lib/Mnemo.php:221 lib/Mnemo.php:222
+#: lib/Block/summary.php:98
+msgid "Unfiled"
+msgstr "Ikke anbragt"
+
+#: lib/api.php:260 lib/api.php:343 lib/api.php:435
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Ikke-understøttet Content-Type: %s"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr "Hvilken notesblok skal noterne føjes til?"
+
+#: data.php:42 data.php:125 memo.php:35
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Du har ikke tilladelse til at oprette flere end %d noter."
+
+#: view.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Du har ikke tilladelse til at se notesblokken %s."
+
+#: notepads.php:65
+msgid "You must select a notepad to be deleted."
+msgstr "Du skal vælge en notesblok, som skal slettes."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Standard notesblok:"
+
+#: templates/notepads/notepads.inc:65
+msgid "Your notepads:"
+msgstr "Dine notesblokke:"
+
+#: templates/view/memo.inc:18
+msgid "_Back to Notepad"
+msgstr "Tilbage til notesblok"
+
+#: templates/memo/memo.inc:51 templates/list/memo_headers.inc:48
+msgid "_Category"
+msgstr "Kategori"
+
+#: templates/view/memo.inc:15
+msgid "_Delete"
+msgstr "Slet"
+
+#: templates/view/memo.inc:11
+msgid "_Edit"
+msgstr "Redigér"
+
+#: templates/search/search.inc:20
+msgid "_First Line"
+msgstr "Første linie"
+
+#: lib/Mnemo.php:281
+msgid "_Import/Export"
+msgstr "Import/Eksport"
+
+#: lib/Mnemo.php:264
+msgid "_List Notes"
+msgstr "List noter"
+
+#: lib/Mnemo.php:276
+msgid "_My Notepads"
+msgstr "Mine notesblokke"
+
+#: lib/Mnemo.php:269
+msgid "_New Note"
+msgstr "Ny note"
+
+#: lib/Mnemo.php:286
+msgid "_Print"
+msgstr "Udskriv"
+
+#: lib/Mnemo.php:272
+msgid "_Search"
+msgstr "Søg"
+
+#: data.php:91 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:18
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# German translation for Mnemo.
+# Copyright 2002-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Jan Schneider <jan@horde.org>, 2001-2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 3.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-08-01 10:44+0200\n"
+"PO-Revision-Date: 2008-07-03 12:32+0200\n"
+"Last-Translator: Jan Schneider <jan@horde.org>\n"
+"Language-Team: German <dev@horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s Zeichen"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Die %s-Datei wurde erfolgreich importiert"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Notizblock von %s"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Zugriff verweigert beim Löschen der Notiz."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Zugriff verweigert beim Verschieben der Notiz."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Notiz konnte nicht nach %s gespeichert werden. Zugriff verweigert."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Zugriff verweigert beim Speichern der Notiz: %s"
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Aufsteigend"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategorie"
+
+#: templates/notepad_list.php:29 notepads/index.php:32
+msgid "Change Permissions"
+msgstr "Rechte Ändern"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Ändern Sie die Sortierreihenfolge und andere Anzeigeeinstellungen."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Wählen Sie Ihren Standard-Notizblock aus."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Suche beenden"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Erstellen"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Notizblock erstellen"
+
+#: templates/notepad_list.php:9
+msgid "Create a new Notepad"
+msgstr "Neuen Notizblock erstellen"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Erstellt"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Entschlüsseln"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Standard-Notizblock"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Sortierreihenfolge:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Sortierrichtung:"
+
+#: templates/notepad_list.php:31 templates/view/memo.inc:16
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Löschen"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "%s löschen"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Löschbestätigung"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Verhalten beim Löschen."
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Diese Notiz löschen"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Absteigend"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Beschreibung"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Notiz %s nicht gefunden"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Anzeige-Einstellungen"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Möchten Sie das Löschen von Einträgen bestätigen?"
+
+#: templates/notepad_list.php:27 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr "Bearbeiten"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "\"%s\" bearbeiten"
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "%s bearbeiten"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:79
+#: lib/Block/summary.php:80
+msgid "Edit Note"
+msgstr "Notiz bearbeiten"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Kategorien und Farben bearbeiten"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Bearbeiten: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:104
+msgid "Empty Note"
+msgstr "Leere Notiz"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Die Unterstützung für Verschlüsselungen wurde nicht konfiguriert, bitte "
+"wenden Sie sich an Ihren Administrator."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exportieren"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Notizen exportieren"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Allgemeine Einstellungen"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Notizen importieren, Schritt %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Notizen Import/Export"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "In: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Letzte Änderung"
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr "Notizblöcke-Verwaltung"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Maximale Anzahl an Notizen"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Notizentext"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Menüliste"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Weitere Optionen..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Meine Notizblöcke:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Meine Notizen"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Name"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Neue Notiz"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Weiter"
+
+#: lib/api.php:332
+msgid "No iCalendar data was found."
+msgstr "Es wurden keine iCalendar-Daten gefunden."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Keine Treffer"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Keine Notizen entsprechen den Suchkriterien."
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr "Keine Notizen"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "No_tiz"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Nicht gefunden"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Notizkategorie"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Notizdetails"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Notiztext"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Notiz_text"
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr "Notiz nicht gefunden."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Notiz_block"
+
+#: templates/notepad_list.php:17 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Notizblock"
+
+#: templates/notepad_list.php:14
+msgid "Notepad List"
+msgstr "Notizblockübersicht"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Notizblöcke"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Notizen-Zusammenfassung"
+
+#: lib/api.php:207 lib/api.php:247 lib/api.php:280 lib/api.php:310
+#: lib/api.php:397 lib/api.php:465 lib/api.php:494
+msgid "Permission Denied"
+msgstr "Zugriff verweigert"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Zugriff verweigert"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Den Notizblock \"%s\" wirklich löschen? Dieser Vorgang kann nicht rückgängig "
+"gemacht werden, und alle Daten in diesem Notizblock werden endgültig "
+"gelöscht."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Diese Notiz wirklich löschen?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Speichern"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Als PDF speichern"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Suche"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Suchergebnisse"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Nach Notizblöcken suchen:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Wählen Sie das Exportformat:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Wählen Sie die Datei, die importiert werden soll:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Wählen Sie das Format der importierten Datei:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Gemeinsame Notizblöcke:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+"Soll der Notizblock in einer eigenen Spalte in der Listenansicht angezeigt "
+"werden?"
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr "Aktionsknöpfe anzeigen?"
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr "Notizblockname anzeigen?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Kasten mit Notizblockeinstellungen anzeigen?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Notizen dieser Kategorien anzeigen"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Sortieren nach Kategorie"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Sortieren nach Notiztext"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Sortieren nach Notizblock"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" wurde erfolgreich gespeichert."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Die %s-Datei enthielt keine Notizen."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Der Notizenserver ist zur Zeit nicht verfügbar."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Der Notizenserver ist zur Zeit nicht verfügbar: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Die Notiz wurde gelöscht."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Der Notizblock \"%s\" wurde erstellt."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Der Notizblock \"%s\" wurde gelöscht."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Der Notizblock \"%s\" wurde nach \"%s\" umbenannt."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Der Notizblock \"%s\" wurde gespeichert."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Beim Importieren der Daten ist ein Fehler aufgetreten: %s"
+
+#: lib/api.php:326
+msgid "There was an error importing the iCalendar data."
+msgstr "Beim Importieren der iCalendar Daten ist ein Fehler aufgetreten."
+
+#: lib/api.php:513
+msgid "There was an error importing the vNote data."
+msgstr "Beim Importieren der vNote-Daten ist ein Fehler aufgetreten."
+
+#: lib/api.php:163
+#, php-format
+msgid "There was an error removing notes for %s. Details have been logged."
+msgstr ""
+"Beim Löschen der Notizen von %s ist ein Fehler aufgetreten. Details wurden "
+"protokolliert."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Beim Löschen der Notiz ist ein Fehler aufgetreten: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Beim Speichern der Notiz ist ein Fehler aufgetreten: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Beim Anzeigen dieses Notizblocks ist ein Fehler aufgetreten: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Es konnten keine Termine zum Exportieren gefunden werden."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Dieses Dateiformat wird nicht unterstützt."
+
+#: view.php:111 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr "Diese Notiz konnte nicht entschlüsselt werden:"
+
+#: view.php:103 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr ""
+"Diese Notiz wurde verschlüsselt, bitte geben Sie unten das Passwort ein."
+
+#: view.php:100 view.php:108 memo.php:80 memo.php:88 lib/api.php:403
+#: lib/Driver/kolab.php:766 lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr "Diese Notiz wurde verschlüsselt."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Dieser Notizblock kann nicht gelöscht werden"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "\"%s\" kann nicht gelöscht werden: %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Der %s-Treiber konnte nicht geladen werden."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Der Notizblock \"%s\" kann nicht gespeichert werden: %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:107
+msgid "Unfiled"
+msgstr "Nicht zugeordnet"
+
+#: lib/api.php:362 lib/api.php:428 lib/api.php:521
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Nicht unterstützter Inhaltstyp: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Zu welchem Notizblock sollen die Notizen hinzugefügt werden?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Sie dürfen diesen Notizblock nicht ändern."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Sie dürfen nicht mehr als %d Notizen erstellen."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Sie dürfen diesen Notizblock nicht löschen."
+
+#: lib/api.php:100
+msgid "You are not allowed to remove user data."
+msgstr "Sie dürfen keine Benutzerdaten löschen."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Sie haben nicht genügend Rechte, um den Notizblock %s anzuzeigen."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Ihr Standard-Notizblock:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Notizblöcke verwalten]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Text"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Kategorie"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Löschen"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Bearbeiten"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Verschlüsseln?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Nach: "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Import/Export"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "Notizen _anzeigen"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Neue Notiz"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Passwort"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "_Drucken"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "_Suche"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Titel"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "durch %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "durch mich"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "in %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notizen.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Mnemo Greek translation
+# Copyright 2002 Stefanos I. Dimitriou.
+# Stefanos I. Dimitriou <support_webmail@teiath.gr>, 2002.
+# Silligardos Xristoforos, 2002.
+# Anagnostopoulos Apostolis, 2002.
+# Milosis C. Konstantinos, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo: 1.1-cvs\n"
+"POT-Creation-Date: 2002-11-07 12:12+0200\n"
+"PO-Revision-Date: 2002-11-12 12:12+0200\n"
+"Last-Translator: Konstantinos C. Milosis <kmilosis@yahoo.com>\n"
+"Language-Team: Greek <dev@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-7\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#, c-format
+msgid "%d memos"
+msgstr "%d óçìåéþóåéò"
+
+msgid "%d notes"
+msgstr "%d óçìåéþóåéò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:98
+#, c-format
+msgid "%s file successfully imported"
+msgstr "Ôï áñ÷åßï %s åéóÞ÷èç åðéôõ÷þò"
+
+msgid "1 memo"
+msgstr "1 óçìåßùóç"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/header.inc:17
+msgid "1 note"
+msgstr "1 óçìåßùóç"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:144
+msgid "Access denied deleting note."
+msgstr "Áñíçóç ðñüóâáóçò êáôÜ ôç äéáãñáöÞ óçìåßùóçò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:92
+msgid "Access denied removing the note."
+msgstr "Áñíçóç ðñüóâáóçò êáôÜ ôç äéáãñáöÞ óçìåßùóçò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:28
+msgid "Add, remove, and edit categories."
+msgstr "ÐñïóèÞêç, äéáãñáöÞ êáé åðåîåñãáóßá êáôçãïñßáò."
+
+msgid "Adding A New Memo"
+msgstr "ÐñïóèÞêç ìßáò íÝáò óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:33
+msgid "Adding A New Note"
+msgstr "ÐñïóèÞêç ìßáò íÝáò óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/prefs/category_management.inc:41
+msgid "Any notes in a category that is deleted will become %s."
+msgstr "¼ëåò ïé óçìåéþóåéò ôçò êáôçãïñßáò ðïõ äéáãñÜöåôáé èá ãßíïõí %s."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:55
+msgid "Ascending"
+msgstr "Áýîïõóá"
+
+msgid "Back to Memo List"
+msgstr "Ðßóù óôç ëßóôá ìå ôéò óçìåéþóåéò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/headers.inc:28
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/navbar.inc:21
+msgid "Back to Notepad"
+msgstr "Ðßóù óôï ÓçìåéùìáôÜñéï"
+
+msgid "Back to Notepad Options"
+msgstr "Ðßóù óôéò åðéëïãÝò Óçìåéùìáôáñßïõ"
+
+msgid "Browse..."
+msgstr "ÁíáæÞôçóç..."
+
+msgid "Business"
+msgstr "Åðé÷åéñÞóåéò"
+
+msgid "CVS"
+msgstr "ÔéìÝò ÷ùñéóìÝíåò ìå êüìá (CVS)"
+
+msgid "CSV file successfully imported"
+msgstr "Ôï áñ÷åßï CVS åéóÜ÷èçêå åðéôõ÷þò"
+
+msgid "Category"
+msgstr "Êáôçãïñßá"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:27
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:88
+msgid "Category Management"
+msgstr "Äéá÷åßñéóç Êáôçãïñéþí"
+
+msgid "Change your memo sorting and display options."
+msgstr "ÁëëáãÞ ôïõ ôñüðïõ ôáîéíüìçóçò êáé ôùí åðéëïãþí åìöÜíéóçò."
+
+msgid "Change your note sorting and display options."
+msgstr "ÁëëáãÞ ôïõ ôñüðïõ ôáîéíüìçóçò êáé ôùí åðéëïãþí åìöÜíéóçò."
+
+msgid "Checkbox"
+msgstr "Ðëáßóéï ÅðéëïãÞò"
+
+msgid "Choose Action:"
+msgstr "ÅðéëÝîôå åíÝñãåéá:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:72
+msgid "Choose Color"
+msgstr "ÅðéëÝîôå ×ñþìá"
+
+msgid "Choose your default Notepad."
+msgstr "ÅðéëÝîôå ôï ðñïêáèïñéóìÝíï óáò ÓçìåéùìáôÜñéï"
+
+msgid "Clear Form"
+msgstr "Êáèáñéóìüò öüñìáò"
+
+msgid "Create"
+msgstr "Äçìéïõñãßá"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/prefs/category_management.inc:47
+msgid "Create New Category"
+msgstr "Äçìéïõñãßá ÍÝáò Êáôçãïñßáò"
+
+msgid "Created"
+msgstr "ÄçìéïõñãÞèçêå"
+
+msgid "Current Memos"
+msgstr "Ïé Óçìåéþóåéò"
+
+msgid "Default Notepad"
+msgstr "ÐñïåðéëåãìÝíï ÓçìåéùìáôÜñéï"
+
+msgid "Default sorting criteria:"
+msgstr "ÐñïåðéëåãìÝíï êñéôÞñéï ôáîéíüìçóçò:"
+
+msgid "Default sorting direction:"
+msgstr "ÐñïåðéëåãìÝíç êáôåýèõíóç ôáîéíüìçóçò:"
+
+msgid "Delete"
+msgstr "ÄéáãñáöÞ"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Åðéâåâáßùóç ÄéáãñáöÞò"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "ÓõìðåñéöïñÜ ðëÞêôñïõ äéáãñáöÞò"
+
+msgid "Delete Memo"
+msgstr "ÄéáãñáöÞ Óçìåßùóçò"
+
+msgid "Delete Memos"
+msgstr "ÄéáãñáöÞ Óçìåéþóåùí"
+
+msgid "Deleted %d memos."
+msgstr "ÄéáãñÜöçêáí %d óçìåéþóåéò."
+
+msgid "Deleted 1 memo."
+msgstr "ÄéáãñÜöçêå 1 óçìåßùóç."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/memo_headers.inc:9
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/memo_summaries.inc:4
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/memo_summaries.inc:5
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/headers.inc:25
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/navbar.inc:17
+msgid "Delete Note"
+msgstr "ÄéáãñáöÞ Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/actions.inc:7
+msgid "Delete Notes"
+msgstr "ÄéáãñáöÞ Óçìåéþóåùí"
+
+#: templates/memo/memo.inc:67
+msgid "Delete this note"
+msgstr "ÄéáãñáöÞ áõôÞò ôçò óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:56
+msgid "Descending"
+msgstr "Öèßíïõóá"
+
+msgid "Description"
+msgstr "ÐåñéãñáöÞ"
+
+msgid "Description:"
+msgstr "ÐåñéãñáöÞ:"
+
+msgid "Display Options"
+msgstr "ÅðéëïãÝò ÅìöÜíéóçò"
+
+msgid "Does the first row contain the field names? If yes, check this box:"
+msgstr "ÐåñéÝ÷åé ç ðñþôç ãñáììÞ ôá ïíüìáôá ôùí ðåäßùí; Áí íáé ôóåêÜñéóå åäþ:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:43
+msgid "Edit"
+msgstr "Åðåîåñãáóßá"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:106
+msgid "Edit your notepads."
+msgstr "Åðåîåñãáóßá ôùí óçìåéþóåþí óáò."
+
+msgid "Export"
+msgstr "ÅîáãùãÞ"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/data/export.inc:7
+msgid "Export Notes"
+msgstr "ÅîáãùãÞ Óçìåéþóåùí"
+
+msgid "F_ull Text"
+msgstr "ÐëÞñåò Êåßìåíï"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:124
+msgid "Flags"
+msgstr "'Óçìáßåò' (Flags)"
+
+msgid "Full Text"
+msgstr "ÐëÞñåò Êåßìåíï"
+
+msgid "Help"
+msgstr "ÂïÞèåéá"
+
+msgid "Here is the beginning of the file:"
+msgstr "ÁõôÞ åßíáé ç áñ÷Þ ôïõ áñ÷åßïõ:"
+
+msgid "How many fields (columns) are there?"
+msgstr "Ðüóá ðåäßá (óôÞëåò õðÜñ÷ïõí;"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/data/import.inc:1
+msgid "If importing CSV data: does the first row contain the field names?"
+msgstr "Áí åéóÜãåôå CSV äåäïìÝíá: ÐåñéÝ÷åé ç ðñþôç ãñáììÞ ïíüìáôá ðåäßùí;"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:107
+msgid "Illegal or malformed form data."
+msgstr "Ìç Ýãêõñá Þ ìç Ýãêõñçò ìïñöÞò äåäïìÝíá."
+
+msgid "Import Notes"
+msgstr "ÅéóáãùãÞ Óçìåéþóåùí"
+
+msgid "Import Notes,"
+msgstr "ÅéóáãùãÞ Óçìåéþóåùí,"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/menu/menu.inc:15
+msgid "Import/Export"
+msgstr "ÅéóáãùãÞ/ÅîáãùÞ"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:169
+msgid "Import/Export Notes"
+msgstr "ÅéóáãùãÞ/ÅîáãùÞ Óçìåéþóåùí"
+
+msgid "Introduction"
+msgstr "ÅéóáãùãÞ"
+
+msgid "Language"
+msgstr "Ãëþóóá"
+
+msgid "List Memos"
+msgstr "Ëßóôá Óçìåéþóåùí"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/menu/menu.inc:6
+msgid "List Notes"
+msgstr "Ëßóôá Óçìåéþóåùí"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:22
+msgid "Manage multiple notepads."
+msgstr "Äéá÷åßñéóç ðïëëáðëþí óçìåéþóåùí."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:36
+msgid "Member's Permission:"
+msgstr "ÅîïõóéïäïôÞóåéò Ìåëþí:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:25
+msgid "Member's email address:"
+msgstr "email äéåõèýíóåéò Ìåëþí:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/members.php:111
+msgid "Members List"
+msgstr "Ëßóôá Ìåëþí"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:6
+msgid "Members List for Notepad"
+msgstr "Ëßóôá Ìåëþí ãéá ôï ÓçìåéùìáôÜñéï"
+
+msgid "Memo Category"
+msgstr "Êáôçãïñßá Óçìåéþóåùí"
+
+msgid "Memo Description"
+msgstr "ÐåñéãñáöÞ Óçìåéþóåùí"
+
+msgid "Memo Details"
+msgstr "ËåðôïìÝñåéåò Óçìåéþóåùí"
+
+msgid "Menou Items"
+msgstr "Áíôéêåßìåíá Ìåíïý"
+
+msgid "Memo Text"
+msgstr "Êåßìåíï Óçìåéþóåùí"
+
+msgid "Mnemo is not properly configured"
+msgstr "Ôï ðñüãñáììá Mnemo äåí Ý÷åé ñõèìéóôåß óùóôÜ"
+
+msgid "Modify Memo"
+msgstr "Åðåîåñãáóßá Óçìåßùóçò"
+
+msgid "Modify Note"
+msgstr "Åðåîåñãáóßá Óçìåßùóçò"
+
+#, c-format
+msgid "Modifying %s"
+msgstr "Åðåîåñãáóßá ôïõ %s"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/lib/base.php:92
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:109
+msgid "My Notepad"
+msgstr "Ôï óçìåéùìáôÜñéü ìïõ"
+
+msgid "My Notes"
+msgstr "Ïé Óçìåéþóåéò ìïõ"
+
+msgid "New Memo"
+msgstr "ÍÝá Óçìåßùóç"
+
+msgid "New Note"
+msgstr "ÍÝá Óçìåßùóç"
+
+msgid "Next"
+msgstr "Åðüìåíï"
+
+msgid "No configuration information specified for SQL Memos."
+msgstr "Äåí Ý÷ïõí ðñïóäéïñéóôåß ðëçñïöïñßåò ãéá ôéò óçìåéþóåéò óå SQL."
+
+msgid "No events to display"
+msgstr "Êáìßá óçìåßùóç ãéá åìöÜíéóç"
+
+msgid "No memos were deleted."
+msgstr "Êáìßá óçìåßùóç äåí äéáãñÜöçêå."
+
+msgid "No memos"
+msgstr "Êáìßá óçìåßùóç"
+
+msgid "No notes"
+msgstr "Êáìßá óçìåßùóç"
+
+msgid "No notes match the current criteria."
+msgstr "Êáìßá Óçìåßùóç äåí ôáéñéÜæåé ìå ôá ôñÝ÷ïíôá êñéôÞñéá."
+
+msgid "No notes to display"
+msgstr "Êáìßá Óçìåßùóç ãéá åìöÜíéóç"
+
+msgid "No_te"
+msgstr "Óçìåßùóç"
+
+msgid "None specified"
+msgstr "Äåí ðñïóäéïñßóôçêå êáíÝíá"
+
+msgid "Note Category"
+msgstr "Êáôçãïñßá Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:45
+msgid "Note Description"
+msgstr "ÐåñéãñáöÞ Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/view.php:26
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/headers.inc:9
+msgid "Note Details"
+msgstr "ËåðôïìÝñåéåò Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:126
+msgid "Note Lists"
+msgstr "Ëßóôá Óçìåéþóåùí"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/memo/memo.inc:3
+msgid "Note Text"
+msgstr "Êåßìåíï Óçìåßùóçò"
+
+msgid "Note _Text"
+msgstr "Êåßìåíï Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/memo/memo.inc:10
+msgid "Notepad"
+msgstr "ÓçìåéùìáôÜñéï"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:33
+msgid "Notepad's Type:"
+msgstr "Ôýðïò Óçìåéùìáôáñßïõ:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:23
+msgid "Notepad's name:"
+msgstr "Ïíïìá Óçìåéùìáôáñßïõ:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:5
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:21
+msgid "Notepads"
+msgstr "ÓçìåéùìáôÜñéá"
+
+msgid "Notes List: Actions"
+msgstr "Ëßóôåò Óçìåéþóåùí: ÅíÝñãåéåò"
+
+msgid ""
+"Notes is an application which allows you to create the computer equivalent "
+"of sticky notes. Notes can be created, modified, deleted, and printed. You "
+"can also search on your notes to locate information. Support for importing "
+"and exporting notes is also available."
+msgstr ""
+"Ïé óçìåéþóåéò åßíáé ìéá åöáñìïãÞ ðïõ óáò åðéôñÝðåé íá äçìéïõñãÞóåôå ôï "
+"áíôßóôïé÷ï ôùí êßôñéíùí ìéêñþí ÷áñôéþí óôïí õðïëïãéóôÞ. Ìðïñåßôå íá "
+"äçìéïõñãÞóåôå, íá ôñïðïðïéÞóåôå, íá äéáãñÜøåôå êáé íá ôõðþóåôå. Ìðïñåßôå "
+"åðßóçò íá øÜîåôå óôéò óçìåßùóåéò óáò ãéá íá åíôïðßóåôå ìéá ðëçñïöïñßá. "
+"Õðïóôçñßæåôáé êáé åéóáãùãÞ - åîáãùãÞ ôùí óçìåéþóåùí."
+
+msgid "Options"
+msgstr "ÅðéëïãÝò"
+
+msgid "Options for"
+msgstr "ÅðéëïãÝò ãéá"
+
+msgid "Other Options"
+msgstr "Áëëåò ÅðéëïãÝò"
+
+msgid "Overview"
+msgstr "ÃåíéêÜ"
+
+msgid "Permissions"
+msgstr "ÅîïõóéïäïôÞóåéò"
+
+msgid "Personal"
+msgstr "Ðñïóùðéêü"
+
+msgid "Problem?"
+msgstr "Ðñüâëçìá;"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/menu/menu.inc:20
+msgid "Print"
+msgstr "Åêôýðùóç"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:35
+msgid "Private"
+msgstr "Ðñïóùðéêü"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:42
+msgid "Read"
+msgstr "ÁíÜãíùóç"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/header.inc:12
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/list/header.inc:13
+msgid "Refresh List"
+msgstr "ÁíáíÝùóç Ëßóôáò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/prefs/category_management.inc:63
+msgid "Rename"
+msgstr "Ìåôïíïìáóßá"
+
+msgid "Required 'database' not specified in memos configuration."
+msgstr "Ç áðáéôïýìåíç âÜóç äåäïìÝíùí äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Required 'hostspec' not specified in memos configuration."
+msgstr "Ôï áðáéôïýìåíï 'hostspec' äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Required 'password' not specified in memos configuration."
+msgstr "Ôï áðáéôïýìåíï 'password' äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Required 'phptype' not specified in memos configuration."
+msgstr "Ôï áðáéôïýìåíï 'phptype' äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Required 'table' not specified in memos configuration."
+msgstr "Ôï áðáéôïýìåíï 'table' äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Required 'username' not specified in memos configuration."
+msgstr "Ôï áðáéôïýìåíï 'username' äåí Ý÷åé êáèïñéóôåß ãéá ôéò óçìåéþóåéò."
+
+msgid "Reset"
+msgstr "Êáèáñéóìüò"
+
+msgid "Search"
+msgstr "ÁíáæÞôçóç"
+
+msgid "Search Results"
+msgstr "ÁðïôåëÝóìáôá ÁíáæÞôçóçò"
+
+msgid "Search Scope"
+msgstr "Ðåäßá óôá ïðïßá èá ãßíåé áíáæÞôçóç"
+
+msgid "Search Text"
+msgstr "Êåßìåíï ðïõ èá áíáæçôçèåß"
+
+msgid "Search _Text"
+msgstr "Êåßìåíï ðïõ èá áíáæçôçèåß"
+
+msgid "Save"
+msgstr "ÁðïèÞêåõóç"
+
+msgid "Save Memo"
+msgstr "ÁðïèÞêåõóç Óçìåßùóçò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/lib/Mnemo.php:126
+msgid "Select Category"
+msgstr "ÅðéëÝîôå Êáôçãïñßá"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:12
+msgid "Select a member"
+msgstr "ÅðéëÝîôå Ýíá ìÝëïò"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:11
+msgid "Select a notepad"
+msgstr "ÅðéëÝîôå óçìåéùìáôÜñéï"
+
+msgid "Select the export format:"
+msgstr "ÅðéëÝîôå ôç ìïñöÞ åîüäïõ:"
+
+msgid "Select the file to import:"
+msgstr "ÅðéëÝîôå ôï áñ÷åßï åéóüäïõ:"
+
+msgid "Select the format of the source file:"
+msgstr "ÅðéëÝîôå ôç ìïñöÞ ôïõ ðçãáßïõ áñ÷åßïõ:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/data/export.inc:14
+msgid "Select the format to export to:"
+msgstr "ÅðéëÝîôå ôç ìïñöÞ ãéá åîáãùãÞ óå:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/data/import.inc:1
+msgid "Select the source to import from:"
+msgstr "ÅðéëÝîôå ôï áñ÷åßï áðü ôï ïðïßï èá ãßíåé åéóáãùãÞ:"
+
+msgid "Select your preferred language:"
+msgstr "ÅðéëÝîôå ôçí ðñïôéìïýìåíç ãëþóóá:"
+
+msgid "Set the your preferred display language."
+msgstr "Êáèïñßóôå ôçí ðñïôéìïýìåíç ãëþóóá ðïõ èá åìöáíßæåôáé."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/manage.inc:36
+msgid "Shared"
+msgstr "Êïéíü÷ñçóôá"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/menu/menu.inc:38
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:41
+msgid "Show"
+msgstr "ÅìöÜíéóç"
+
+#: lib/Block/summary.php:38
+msgid "Show action buttons?"
+msgstr "ÅìöÜíéóç ðëÞêôñùí ëåéôïõñãéþí;"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/config/prefs.php.dist:80
+msgid "Show highlight colors in the summary view?"
+msgstr "ÅìöÜíéóç ÷ñùìÜôùí Ýìöáóçò óôçí åìöÜíéóç ðåñßëçøçò;"
+
+msgid "Show notepad name?"
+msgstr "ÅìöÜíéóç ïíüìáôïò óçìåéùìáôáñßïõ;"
+
+msgid "Show notes from these categories"
+msgstr "ÅìöÜíéóç óçìåéþóåùí áõôþí ôùí êáôçãïñéþí"
+
+msgid "Some of Mnemo's configuration files are missing:"
+msgstr "ÏñéóìÝíá áðü ôá áñ÷åßá ñõèìßóåùí ôïõ ðñïãñÜììáôïò mnemo äåí õðÜñ÷ïõí:"
+
+msgid "Sort Direction"
+msgstr "Êáôåýèõíóç Ôáîéíüìçóçò"
+
+msgid "Sort by Category"
+msgstr "Ôáîéíüìçóç êáôÜ Êáôçãïñßá"
+
+msgid "Sort by Description"
+msgstr "Ôáîéíüìçóç êáôÜ ÐåñéãñáöÞ"
+
+msgid "Successfully saved '%s'."
+msgstr "Ç Óçìåßùóç '%s' áðïèçêåýèçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:33
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:52
+msgid "The data was lost."
+msgstr "Ôá äåäïìÝíá ÷Üèçêáí."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:133
+msgid "The file contained no data."
+msgstr "Ôï áñ÷åßï äåí ðåñéÝ÷åé äåäïìÝíá."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/members.php:104
+msgid "The member \"%s\" has been deleted."
+msgstr "Ôï ìÝëïò '%s' äéáãñÜöçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/members.php:94
+msgid "The member \"%s\" has been saved."
+msgstr "Ôï ìÝëïò '%s' áðïèçêåýèçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:141
+msgid "The note was deleted."
+msgstr "Ç óçìåßùóç äéáãñÜöçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:64
+msgid "The notepad \"%s\" has been created."
+msgstr "Ôï óçìåéùìáôÜñéï '%s' äçìéïõñãÞèçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:97
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Ôï óçìåéùìáôÜñéï '%s' äéáãñÜöçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:71
+msgid "The notepad \"%s\" has been saved."
+msgstr "Ôï óçìåéùìáôÜñéï '%s' áðïèçêåýèçêå."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:50
+msgid "The notepad name is empty."
+msgstr "Ôï üíïìá ôïõ óçìåéùìáôáñéïõ åßíáé êåíü."
+
+msgid "The requested memo does not exist."
+msgstr "Ç óçìåßùóç ðïõ æçôÞèçêå äåí õðÜñ÷åé."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/view/no-memo.inc:3
+msgid "The requested note does not exist."
+msgstr "Ç óçìåßùóç ðïõ æçôÞèçêå äåí õðÜñ÷åé."
+
+msgid "There was a problem deleting memos."
+msgstr "ÐáñïõóéÜóôçêå ðñüâëçìá êáôÜ ôçí äéáãñáöÞ ôùí óçìåéþóåùí."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:104
+msgid ""
+"There was a problem with the file upload. The file may have been larger than "
+"the maximum allowed size."
+msgstr ""
+"Ðñüâëçìá êáôÜ ôç öüñôùóç ôïõ áñ÷åßïõ. ÌÜëëïí ôï áñ÷åßï åßíáé ìåãáëýôåñï áðü "
+"ôï ìÝãéóôï åðéôñåðüìåíï ìÝãåèïò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:90
+msgid "There was an error importing the data."
+msgstr "Ðñüâëçìá êáôÜ ôçí åéóáãùãÞ äåäïìÝíùí."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:117
+msgid "There was an error importing the uploaded file"
+msgstr "Ðñüâëçìá êáôÜ ôçí åéóáãùãÞ ôïõ áñ÷åßïõ ðïõ öïñôþèçêå"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:83
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:139
+msgid "There was an error removing the note."
+msgstr "Ðñüâëçìá êáôÜ ôç äéáãñáöÞ ôçò óçìåßùóçò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:114
+msgid "There was an error saving the note."
+msgstr "Ðñüâëçìá êáôÜ ôçí áðïèÞêåõóç ôçò óçìåßùóçò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/data.php:152
+msgid "There were no memos to export."
+msgstr "Äåí õðÜñ÷ïõí óçìåéþóåéò ãéá åîáãùãÞ."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/prefs/category_management.inc:72
+msgid "These changes can not be undone!"
+msgstr "Ïé áëëáãÝò äå ìðïñïýí íá áíåñáéèïýí!"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/index/notconfigured.inc:25
+msgid "This file contains preferences for Mnemo."
+msgstr "Áõôü ôï áñ÷åßï ðåñéÝ÷åé ôéò ñõèìßóåéò ãéá ôï ðñüãñáììá Mnemo."
+
+msgid ""
+"This file controls the stylesheet that is used to set colors and fonts in "
+"addition to or overriding Horde defaults."
+msgstr ""
+"Áõôü ôï áñ÷åßï ðåñéÝ÷åé ôéò ñõèìßóåéò ãéá ôá ÷ñþìáôá êáé ôéò ãñáììáôïóåéñÝò, "
+"ìå ôá ïðïßá ìðïñïýí íá ðáñáêáìöèïýí ôá ðñïêáèïñéóìÝíá áðü ôï óýóôçìá."
+
+msgid ""
+"This is the main Mnemo configuration file. It contains options for all Mnemo "
+"scripts."
+msgstr ""
+"Áõôü åßíáé ôï âáóéêü áñ÷åßï ñõèìßóåùí ôïõ Mnemo. ÐåñéÝ÷åé ôá ìïíïðÜôéá êáé "
+"ôéò åðéëïãÝò ãéá ôá Mnemo scripts."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/memo.php:64
+msgid "Unable to create to category: %s"
+msgstr "Áäýíáôç ç äçìéïõñãßá óôç êáôçãïñßá: %s"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:93
+msgid "Unable to delete \"%s\": %s"
+msgstr "Áäýíáôç ç äéáãñáöÞ '%s': %s"
+
+msgid "Undo changes"
+msgstr "Áêýñùóç Áëëáãþí"
+
+msgid "Unfiled"
+msgstr "Ìç ÊáôçãïñéïðïéçìÝíï"
+
+msgid "Unknown memo"
+msgstr "Áãíùóôç óçìåßùóç"
+
+msgid "Unknown note"
+msgstr "Áãíùóôç óçìåßùóç"
+
+msgid "User Options"
+msgstr "ÅðéëïãÝò ×ñÞóôç"
+
+msgid "View Memo Details"
+msgstr "ÅìöÜíéóç Ëåðôïìåñåéþí Óçìåßùóçò"
+
+msgid "View Note Details"
+msgstr "ÅìöÜíéóç Ëåðôïìåñåéþí Óçìåßùóçò"
+
+msgid "What is the delimiter character?"
+msgstr "Ðïéüò åßíáé ï äéá÷ùñéóôéêïò ÷áñáêôÞñáò;"
+
+msgid "What is the quote character?"
+msgstr "Ðïéüò åßíáé ï ÷áñáêôÞñáò 'åéóáãùãéêÜ';"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/data/import.inc:2
+msgid "Which Notepad should the notes be added to?"
+msgstr "Óå ðïéü ÓçìåéùìáôÜñéï èá ðñïóôåèïýí ïé óçìåéþóåéò;"
+
+msgid "You have no memos."
+msgstr "Äåí Ý÷åôå óçìåéþóåéò."
+
+msgid "You have no notes."
+msgstr "Äåí Ý÷åôå óçìåéþóåéò."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/prefs.php:100
+msgid "You must select a notepad to be deleted."
+msgstr "ÐñÝðåé íá åðéëÝîåôå Ýíá óçìåéùìáôÜñéï ãéá äéáãñáöÞ."
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/notepads/members.php:106
+msgid "You must select an member to be deleted."
+msgstr "ÐñÝðåé íá åðéëÝîåôå Ýíá ìÝëïò ãéá äéáãñáöÞ."
+
+msgid "You must select at least one memo first."
+msgstr "ÐñÝðåé ðñþôá íá åðéëÝîåôå ôïõëÜ÷éóôïí ìßá óçìåßùóç."
+
+msgid "Your Information"
+msgstr "Ïé Ðëçñïöïñßåò Óáò"
+
+msgid "Your default notepad:"
+msgstr "Ôï ðñïêáèïñéóìÝíï óáò ÓçìåéùìáôÜñéï:"
+
+#: /home/httpd/html/horde_cvs/po/../mnemo/templates/notepads/members/manage.inc:10
+msgid "Your members:"
+msgstr "Ôá ìÝëç óáò:"
+
+msgid "Your notepads:"
+msgstr "Ôá óçìåéùìáôÜñéÜ óïõ:"
+
+msgid "Save Options"
+msgstr "ÁðïèÞêåõóç Åðéëïãþí"
+
+msgid "Return to Options"
+msgstr "ÅðéóôñïöÞ óôéò ÅðéëïãÝò"
+
+msgid ""
+"Unlike real sticky notes, your computer notes can be shared with others in "
+"different physical locations. Notes can be organized into different "
+"notepads, and assigned categories."
+msgstr ""
+"Óå áíôßèåóç ìå ôá êßôñéíá ÷áñôÜêéá, ïé óçìåéþóåéò ôïõ õðïëïãéóôÞ óáò ìðïñïýí "
+"íá äéáìïéñáóèïýí ìå Üëëïõò óå äéáöïñåôéêÝò ôïðïèåóßåò. Ìðïñïýí íá ïñãáíùèïýí "
+"óå äéáöïñåôéêÜ óçìåéùìáôÜñéá êáé íá êáôçãïñéïðïéçèïýí."
+
+msgid "Use Default Value"
+msgstr "×ñÞóç ðñïêáèïñéóìÝíçò ôéìÞò"
+
+msgid "_Back to Notepad"
+msgstr "Ðßóù óôï ÓçìåéùìáôÜñéï"
+
+msgid "_Category"
+msgstr "Êáôçãïñßá"
+
+msgid "_Delete"
+msgstr "ÄéáãñáöÞ"
+
+msgid "_Edit"
+msgstr "Äéüñèùóç"
+
+msgid "_First Line"
+msgstr "Ðñþôç ÃñáììÞ"
+
+msgid "_Import/Export"
+msgstr "ÅéóáãùãÞ/ÅîáãùãÞ"
+
+msgid "_List Notes"
+msgstr "Ëßóôá Óçìåéþóåùí"
+
+msgid "_My Notepads"
+msgstr "Ôá óçìåéùìáôÜñéÜ ìïõ"
+
+msgid "_New Note"
+msgstr "ÍÝá Óçìåßùóç"
+
+msgid "_Search"
+msgstr "ÁíáæÞôçóç"
--- /dev/null
+# Spanish translations for mnemo package
+# Traducciones al español para el paquete mnemo.
+# Copyright 2008-2009 The Horde Project
+# This file is distributed under the same license as the mnemo package.
+# Automatically generated, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.2-rc3\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-05-24 09:40+0200\n"
+"PO-Revision-Date: 2008-05-24 09:40+0200\n"
+"Last-Translator: Manuel P. Ayala <mayala@unex.es>\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s caracteres"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "El archivo %s se ha importado satisfactoriamente"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Libreta de %s"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Se ha denegado el acceso para eliminar la nota."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Se ha denegado el acceso para trasladar la nota."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Se ha denegado el acceso para guardar la nota en %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Se ha denegado el acceso para guardar la nota: %s"
+
+#: config/.bak/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Ascendente"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Categoría"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Cambiar permisos"
+
+#: config/.bak/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Cambiar opciones de ordenación y visualización de notas."
+
+#: config/.bak/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Elija su libreta por omisión."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Cerrar búsqueda"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Crear"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Crear libreta"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Crear una libreta"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Creado"
+
+#: templates/memo/memo.inc:23 templates/view/memo.inc:54
+msgid "Decrypt"
+msgstr "Descifrar"
+
+#: config/.bak/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Libreta por omisión"
+
+#: config/.bak/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Criterio de clasificación por omisión:"
+
+#: config/.bak/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Sentido de clasificación por omisión:"
+
+#: notepads/index.php:33 templates/notepad_list.php:33
+#: templates/view/memo.inc:16 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Eliminar"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Eliminar %s"
+
+#: config/.bak/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Confirmación de eliminación"
+
+#: config/.bak/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Comportamiento del botón eliminar"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Eliminar esta nota"
+
+#: config/.bak/prefs.php.dist:71
+msgid "Descending"
+msgstr "Descendente"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Descripción"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "No se encontró la nota %s"
+
+#: config/.bak/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Opciones de Visualización"
+
+#: config/.bak/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "¿Quiere confirmar la eliminación de entradas?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Modificar"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Modificar \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Modificar %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:79
+#: lib/Block/summary.php:80
+msgid "Edit Note"
+msgstr "Modificar nota"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Modificar categorías y colores"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Modificar: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:104
+msgid "Empty Note"
+msgstr "Vaciar nota"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"No se ha configurado el soporte de cifrado, consulte a su administrador."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exportar"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Exportar notas"
+
+#: config/.bak/prefs.php.dist:12 config/.bak/prefs.php.dist:19
+#: config/.bak/prefs.php.dist:26
+msgid "General Options"
+msgstr "Opciones generales"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importar notas. Paso %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Importar/Exportar notas"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Entrada: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Última modificación"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Gestionar libretas"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Número máximo de notas"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Texto de la nota"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Listado de menú"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Más opciones..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Mis libretas:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Mis notas"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Nombre"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Añadir"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Siguiente"
+
+#: lib/api.php:286
+msgid "No iCalendar data was found."
+msgstr "No se encontraron datos iCalendar."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "No hay notas coincidentes"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "No hay notas que coincidan con los criterios actuales."
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr "Sin notas visibles"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "_Nota"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "No encontrada"
+
+#: config/.bak/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Categoría de la nota"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Detalles de la nota"
+
+#: config/.bak/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Texto de la nota"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_Texto de la nota"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "No se encontró la nota."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "_Libreta"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/.bak/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Libreta"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Lista de notas"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Libretas"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Resumen de notas"
+
+#: lib/api.php:161 lib/api.php:201 lib/api.php:234 lib/api.php:264
+#: lib/api.php:351 lib/api.php:419 lib/api.php:448
+msgid "Permission Denied"
+msgstr "Permiso denegado"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Permiso denegado"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"¿Eliminar definitivamente la libreta \"%s\"? Ésto no se puede deshacer y "
+"todos los datos de esta libreta se eliminarán permanentemente."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "¿Eliminar realmente esta nota?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Guardar"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Guardar como PDF"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Buscar"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Resultados de la búsqueda"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Buscar en libretas:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Seleccione el formato de exportación:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Seleccione el archivo a importar:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Seleccione el formato del archivo origen:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Libretas compartidas:"
+
+#: config/.bak/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "¿Mostrar la libreta en su propia columna en la vista de Listado?"
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr "¿Mostrar botones de acción?"
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr "¿Mostrar el nombre de la libreta?"
+
+#: config/.bak/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "¿Mostrar el panel de opciones de la libreta?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "¿Mostrar las notas de estas categorías?"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Ordenar por categoría"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Ordenar por texto del comentario"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Ordenar libreta"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Se ha guardado correctamente \"%s\"."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "El archivo %s no contenía ninguna nota."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "El motor de Notas no está disponible en este momento."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "El motor de Notas no está disponible en este momento: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Se eliminó la nota."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Se ha creado la libreta \"%s\"."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Se ha eliminado la libreta \"%s\"."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Se ha renombrado la libreta \"%s\" como \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Se ha guardado la libreta \"%s\"."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Se produjo un error al importar los datos: %s"
+
+#: lib/api.php:280
+msgid "There was an error importing the iCalendar data."
+msgstr "Se produjo un error al importar los datos iCalendar."
+
+#: lib/api.php:467
+msgid "There was an error importing the vNote data."
+msgstr "Se produjo un error al importar los datos vNote."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Se produjo un error al eliminar la nota: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Se produjo un error al guardar la nota: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Se produjo un error al ver esta libreta: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "No hubo memorandos a exportar."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Este formato de archivo no está soportado."
+
+#: memo.php:91 view.php:111
+msgid "This note cannot be decrypted:"
+msgstr "Esta nota no se puede descifrar:"
+
+#: memo.php:83 view.php:103
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Esta nota se ha cifrado, introduzca la contrasela a continuación."
+
+#: memo.php:80 memo.php:88 view.php:100 view.php:108 lib/api.php:357
+#: lib/Driver/sql.php:448 lib/Driver/kolab.php:766
+msgid "This note has been encrypted."
+msgstr "Esta nota se ha cifrado."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Esta libreta no se puede eliminar"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Incapaz de eliminar \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Incapaz de cargar la definición de %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Incapaz de guardar la libreta \"%s\": %s"
+
+#: templates/list/memo_summaries.inc:17 templates/view/memo.inc:27
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:107
+msgid "Unfiled"
+msgstr "Sin categoría"
+
+#: lib/api.php:316 lib/api.php:382 lib/api.php:475
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Tipo de contenido no soportado: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "¿A qué libreta hay que añadir las notas?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Carece de permiso para cambiar esta libreta."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Carece de permiso para crear más de %d notas."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Carece de permiso para eliminar esta libreta."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "No dispone de permisos para ver la libreta %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Su libreta por omisión:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Gestionar libretas]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Cuerpo"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Categoría"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Eliminar"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "Mo_dificar"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "¿Ci_frar?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Te_xto: "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Importar/Exportar"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "_Listar"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Añadir"
+
+#: templates/memo/memo.inc:21 templates/memo/memo.inc:79
+#: templates/view/memo.inc:52
+msgid "_Password"
+msgstr "Contrase_ña"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "Im_primir"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "_Buscar"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Título"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "por %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "por mi"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "a %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notas.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Basque translation for mnemo package.
+# This file is distributed under the same license as the mnemo package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: mnemo\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2009-09-12 10:09+0200\n"
+"PO-Revision-Date: 2009-11-20 12:25+0100\n"
+"Last-Translator: Euskal Herriko Unibertsitatea <webmaster@ehu.es>\n"
+"Language-Team: Euskal Herriko Unibertsitatea <webmaster@ehu.es>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s karaktere"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s fitxategi ondo inportatu dira"
+
+#: lib/Mnemo.php:457 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s(r)en Ohar-bloka"
+
+#: memo.php:237
+msgid "Access denied deleting note."
+msgstr "Oharra ezabatzeko sarbidea ukatu da."
+
+#: memo.php:180 memo.php:183
+msgid "Access denied moving the note."
+msgstr "Oharra lekuz aldatzeko sarbidea ukatu da."
+
+#: memo.php:135
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Oharra hemen gordetzeko sarbidea ukatu da: %s."
+
+#: memo.php:133
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Oharra gordetzeko sarbidea ukatu da: %s."
+
+#: config/prefs.php.dist:69
+msgid "Ascending"
+msgstr "Gorantz"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Utzi"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategoria"
+
+#: templates/notepad_list.php:29 notepads/index.php:32
+msgid "Change Permissions"
+msgstr "Aldatu baimenak"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Aldatu oharrak ordenatzeko eta bistaratzeko aukerak."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Aukeratu ohar-blok lehenetsia."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Itxi bilaketa"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Sortu"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Sortu ohar-bloka"
+
+#: templates/notepad_list.php:9
+msgid "Create a new Notepad"
+msgstr "Sortu Ohar-blok berri bat"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Sortua"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Desenkriptatu"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Ohar-blok lehenetsia"
+
+#: config/prefs.php.dist:60
+msgid "Default sorting criteria:"
+msgstr "Ordenatze-irizpide lehenetsia:"
+
+#: config/prefs.php.dist:71
+msgid "Default sorting direction:"
+msgstr "Ordenatze-noranzko lehenetsia:"
+
+#: templates/notepad_list.php:31 templates/view/memo.inc:16
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Ezabatu"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Ezabatu %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Ezabatzeko berrespena"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Ezabatu botoiaren portaera."
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Ezabatu ohar hau"
+
+#: config/prefs.php.dist:70
+msgid "Descending"
+msgstr "Beherantz"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Azalpena"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Ez du aurkitu %s oharra"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Bistaratzeko aukerak"
+
+#: config/prefs.php.dist:116
+msgid "Do you want to confirm deleting entries?"
+msgstr "Sarrerak ezabatzea berretsi nahi duzu?"
+
+#: templates/notepad_list.php:27 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr "Editatu"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Editatu \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Editatu %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:79
+#: lib/Block/summary.php:80
+msgid "Edit Note"
+msgstr "Editatu oharra"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Editatu kategoriak eta koloreak"
+
+#: memo.php:118 memo.php:149
+#, php-format
+msgid "Edit: %s"
+msgstr "Editatu: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:104
+msgid "Empty Note"
+msgstr "Hustu oharra"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Enkriptatze-euskarria ez da konfiguratu. Jarri harremanetan "
+"administratzailearekin."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Esportatu"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Esportatu oharrak"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Aukera orokorrak"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Inportatu oharrak, %d. urratsa"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Inportatu/esportatu oharrak"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Hemen: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Aldatze-data"
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr "Kudeatu ohar-blokak"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Oharren gehieneko kopurua"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Oharraren testua"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Menu-zerrenda"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Aukera gehiago..."
+
+#: lib/api.php:524
+msgid "Multiple iCalendar components found; only one vNote is supported."
+msgstr ""
+"iCalendar osagai bat baino gehiago aurkitu dira; vNote bakarra onartzen da."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Nire ohar-blokak:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Nire oharrak"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Izena"
+
+#: memo.php:95 memo.php:140 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Ohar berria"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Hurrengoa"
+
+#: lib/api.php:337 lib/api.php:517
+msgid "No iCalendar data was found."
+msgstr "Ez da aurkitu iCalendar daturik."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Ez dago bat datorren oharrik"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Ez dago uneko irizpideekin bat datorren oharrik."
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr "Ez dago oharrik bistaratzeko"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "O_harra"
+
+#: lib/Driver/sql.php:198
+msgid "Not found"
+msgstr "Ez da aurkitu"
+
+#: config/prefs.php.dist:58
+msgid "Note Category"
+msgstr "Oharraren kategoria"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Oharraren xehetasunak"
+
+#: config/prefs.php.dist:57
+msgid "Note Text"
+msgstr "Oharraren testua"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Oha_rraren testua"
+
+#: view.php:56 memo.php:105 memo.php:145 note/pdf.php:57
+msgid "Note not found."
+msgstr "Oharra ez da aurkitu."
+
+#: templates/memo/memo.inc:63
+msgid "Note_pad:"
+msgstr "Ohar-b_loka:"
+
+#: templates/notepad_list.php:17 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:59
+msgid "Notepad"
+msgstr "Ohar-bloka"
+
+#: templates/notepad_list.php:14
+msgid "Notepad List"
+msgstr "Ohar-bloken zerrenda"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Ohar-blokak"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Oharren laburpena"
+
+#: lib/api.php:212 lib/api.php:252 lib/api.php:285 lib/api.php:315
+#: lib/api.php:402 lib/api.php:470 lib/api.php:499
+msgid "Permission Denied"
+msgstr "Baimena ukatu da"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Baimena ukatuta"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Ziur zaude \"%s\" ohar-bloka ezabatu nahi duzula? Ekintza ezingo da desegin, "
+"eta ohar-blokeko datu guztiak betiko ezabatuko dira."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Ziur zaude ohar hau ezabatu nahi duzula?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:58
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Gorde"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Gorde PDF gisa"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Bilatu"
+
+#: list.php:54 notes/index.php:35
+msgid "Search Results"
+msgstr "Bilaketaren emaitzak"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Bilatu ohar-blokak:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Hautatu esportazio-formatua:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Hautatu inportatu beharreko fitxategia:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Hautatu iturburu-fitxategiaren formatua:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Ohar-blok partekatuak:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Ohar-bloka bere zutabean bertan bistaratu Zerrendaren ikuspegian?"
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr "Erakutsi ekintza-botoiak?"
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr "Erakutsi ohar-blokaren izena?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Erakutsi kategoria hauetako oharrak"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Ordenatu kategoriaren arabera"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Ordenatu ohar-testuaren arabera"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Ordenatu ohar-bloken arabera"
+
+#: memo.php:211
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Behar bezala gorde da \"%s\"."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "%s fitxategiak ez dauka oharrik."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Oharren euskarri-modulua ez dago erabilgarri une honetan."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Oharren euskarri-modulua ez dago erabilgarri une honetan: %s"
+
+#: memo.php:234
+msgid "The note was deleted."
+msgstr "Oharra ezabatu da."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "\"%s\" ohar-bloka sortu da."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "\"%s\" ohar-bloka ezabatu da."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "\"%s\" ohar-blokari izena aldatu zaio: \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "\"%s\" ohar-bloka gorde da."
+
+#: memo.php:137
+msgid "The passwords don't match."
+msgstr "Pasahitzak ez datoz bat."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Errorea gertatu da datuak inportatzean: %s"
+
+#: lib/api.php:331 lib/api.php:511
+msgid "There was an error importing the iCalendar data."
+msgstr "Errorea gertatu da iCalendar datuak inportatzean."
+
+#: lib/api.php:168
+#, php-format
+msgid "There was an error removing notes for %s. Details have been logged."
+msgstr ""
+"Errore bat gertatu da %s(r)en oharrak kentzean. Xehetasunak erregistratu "
+"dira."
+
+#: memo.php:232
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Errorea gertatu da oharra kentzean: %s"
+
+#: memo.php:209
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Errorea gertatu da oharra gordetzean: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Errorea gertatu da ohar-blok hau ikustean: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Ez dago oharrik esportatzeko."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Fitxategi-formatu hau ez da onartzen."
+
+#: view.php:111 memo.php:43
+msgid "This note cannot be decrypted:"
+msgstr "Ohar hau ezin da desenkriptatu:"
+
+#: view.php:103 memo.php:34
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Ohar hau enkriptatuta dago. Sartu pasahitza behean."
+
+#: view.php:100 view.php:108 memo.php:30 memo.php:39 lib/api.php:408
+#: lib/Driver/kolab.php:766 lib/Driver/sql.php:461
+msgid "This note has been encrypted."
+msgstr "Ohar hau enkriptatuta dago."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Ohar-blok hau ezin da ezabatu"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Ezin da ezabatu \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Ezin da %s(r)en definizioa kargatu."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Ezin da gorde \"%s\" ohar-bloka: %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:273 lib/Mnemo.php:274 lib/Mnemo.php:288 lib/Mnemo.php:289
+#: lib/Block/summary.php:107
+msgid "Unfiled"
+msgstr "Sailkatu gabea"
+
+#: lib/api.php:367 lib/api.php:433 lib/api.php:533
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Eduki mota hau ez da onartzen: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Zein ohar-bloketan gehituko dira oharrak?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Ez daukazu baimenik ohar-blok hau aldatzeko."
+
+#: data.php:42 data.php:129 memo.php:75
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Ez daukazu baimenik %d ohar baino gehiago sortzeko."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Ez daukazu baimenik ohar-blok hau ezabatzeko."
+
+#: lib/api.php:100
+msgid "You are not allowed to remove user data."
+msgstr "Ez daukazu baimenik erabiltzaile-daturik kentzeko."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Ez daukazu baimenik %s ohar-bloka ikusteko."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Ohar-blok lehenetsia:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Kudeatu ohar-blokak]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Gorputza"
+
+#: templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Kategoria"
+
+#: templates/memo/memo.inc:78
+msgid "_Category:"
+msgstr "_Kategoria:"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "E_zabatu"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "E_ditatu"
+
+#: templates/memo/memo.inc:84
+msgid "_Encrypt?"
+msgstr "_Enkriptatu?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Honentzat: "
+
+#: lib/Mnemo.php:494
+msgid "_Import/Export"
+msgstr "_Inportatu/esportatu"
+
+#: lib/Mnemo.php:481
+msgid "_List Notes"
+msgstr "Zerre_ndatu oharrak"
+
+#: lib/Mnemo.php:486
+msgid "_New Note"
+msgstr "_Ohar berria"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+msgid "_Password"
+msgstr "_Pasahitza"
+
+#: templates/memo/memo.inc:89
+msgid "_Password:"
+msgstr "_Pasahitza:"
+
+#: lib/Mnemo.php:499
+msgid "_Print"
+msgstr "I_nprimatu"
+
+#: templates/memo/memo.inc:93
+msgid "_Repeat:"
+msgstr "E_rrepikatu:"
+
+#: lib/Mnemo.php:490
+msgid "_Search"
+msgstr "_Bilatu"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Izenburua"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "- %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "nik"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "Hemen: %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Finnish translation for Mnemo.
+# Copyright
+# Leena Heino <liinu@uta.fi>, 2002-2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 3.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-05-17 16:38+0300\n"
+"PO-Revision-Date: 2008-05-20 12:59+0200\n"
+"Last-Translator: Leena Heino <liinu@uta.fi>\n"
+"Language-Team: Finnish <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8-bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s merkkiä"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s tiedoston tuonti onnistui"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s:n muistilista"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Sinulla ei ole oikeuksia poistaa muistiinpanoa."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Sinulla ei ole oikeuksia poistaa muistiinpanoa."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Sinulla ei ole oikeuksia tallettaa muistilistaan %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Sinulla ei ole oikeuksia tallettaa muistilistaan %s."
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Nouseva"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Peru"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategoria"
+
+#: templates/notepad_list.php:31 notepads/index.php:32
+msgid "Change Permissions"
+msgstr "Muuta oikeuksia"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Voit muuttaa muistiinpanojen järjestely- ja näyttöasetuksia."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Voit valita oletusmuistilistasi."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Sulje Haku"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Luo"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Luo muistilista"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Luo uusi muistilista"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Luotu"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Pura salaus"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Oletusmuistilista"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Oletusjärjestys:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Oletusjärjestyksen suunta:"
+
+#: templates/notepad_list.php:33 templates/view/memo.inc:16
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Poista"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Poista %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Poiston varmistus"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Voit muuttaa Poista painikkeen toimintaa"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Poista tämä muistiinpano"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Laskeva"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Kuvaus"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Ei löytynyt muistiinpanoa %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Näkymän asetukset"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Haluatko varmistuksen poistettavista merkinnöistä?"
+
+#: templates/notepad_list.php:29 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr "Muokkaa"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Muokkaa \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Muokkaa %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "Muokkaa muistiinpanoa"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Muokkaa kategorioita ja värejä"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Muokkaa %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "Tyhjä muistiinpano"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr "Salaustuki ei ole asennettu. Ota yhteyttä järjestelmän ylläpitäjiin."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Vie"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Vie muistiinpanot"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Yleiset asetukset"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Viestien tuonti, askel %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Tuo/Vie muistiinpanot"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Sisältää:"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Muokattu viimeksi"
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr "[Hallinnoi muistilistoja]"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Muistiinpanojen enimmäismäärä"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Muistiinpanon teksti"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Valikkolista"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Lisää asetuksia..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Omat muistilistani:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Oma muistiinpanoni"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Nimi"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Uusi muistiinpano"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Seuraava"
+
+#: lib/api.php:286
+msgid "No iCalendar data was found."
+msgstr "iCalendar tietoja ei löytynyt."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Ei täsmääviä muistiinpanoja"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Yksikään muistiinpano ei vastannut kriteereitä."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Ei muistiinpanoja näytettäväksi"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Mu_istiinpano"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Ei löytynyt."
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Muistiinpanon luokitus"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Muistiinpanon yksityiskohdat"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Muistiinpanon teksti"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Muistiinpanon _teksti"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Muistiinpanoa ei löytynyt."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Muisti_lista"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Muistilista"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Muistilistalistaus"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Muistilistat"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Muistiinpanojen yhteenveto"
+
+#: lib/api.php:161 lib/api.php:201 lib/api.php:234 lib/api.php:264
+#: lib/api.php:351 lib/api.php:419 lib/api.php:448
+msgid "Permission Denied"
+msgstr "Käyttö kielletty"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Käyttö kielletty"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Haluatko poistaa muistilistan \"%s\"? Tämä operaatio on peruuttamaton ja "
+"kaikki tiedot tällä muistilistalla poistuvat lopullisesti."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Poistetaanko tämä muistiinpano?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Talleta"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Talleta PDF-muodossa"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Haku"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Haun tulokset"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Hae muistilistoista:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Valitse viennissä käytettävä muoto:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Valitse tiedosto, josta tuodaan tietoja:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Valitse lähdetiedoston muoto:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Jaetut muistilistat"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Näytetäänkö muistalistat omissa sarakkeissaan listanäkymässä?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Näytä toimintopainikkeet."
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Näytä muistilistannimi."
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Näytä muistilista asetuspaneelissa."
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Näytä muistiinpanot näistä kategorioista"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Järjestä luokituksen mukaan"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Järjestä muistiinpanon teksti mukaan"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Järjestä muistlistan mukaan"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "'%s':n talletus onnistui."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Tiedosto %s ei sisältänyt ainuttakaan muistiinpanoa."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Muistiinpanojen taustajärjestelmä ei ole käytettävissä."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Muistiinpanojen taustajärjestelmä ei ole käytettävissä: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Muistiinpano on poistettu."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Muistilista \"%s\" on luotu."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Muistilista \"%s\" on poistettu."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Muistilista \"%s\" uusi nimi on \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Muistilista \"%s\" on talletettu."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Tapahtui virhe tuotaessa tietoa: %s"
+
+#: lib/api.php:280
+msgid "There was an error importing the iCalendar data."
+msgstr "Tapahtui virhe tuotaessa iCalendar tietoja."
+
+#: lib/api.php:467
+msgid "There was an error importing the vNote data."
+msgstr "Tapahtui virhe tuotaessa vNote tietoja."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Muistiinpanon poistamisessa tapahtui virhe: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Muistiinpanon talletetuksessa tapahtui virhe: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Muistilistan katselemisessa tapahtui virhe: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Ei muistiinpanoja vietäväksi."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Tämä tiedostomuoto ei ole tuettu."
+
+#: memo.php:91 view.php:111
+msgid "This note cannot be decrypted:"
+msgstr "Muistiinpanon salausta ei voi purkaa:"
+
+#: memo.php:83 view.php:103
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Tämä muistiinpano on salattu, anna salasana alla olevaan tilaan."
+
+#: memo.php:80 memo.php:88 view.php:100 view.php:108 lib/api.php:357
+#: lib/Driver/kolab.php:766 lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr "Tämä muistiinpano on salattu."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Tämä muistilistaa ei voi poistaa"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Ei voi poistaa \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Ei voi ladata määritystä %s:lle."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Ei voi tallentaa muistilistaa \"%s\": %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "Luokittelematon"
+
+#: lib/api.php:316 lib/api.php:382 lib/api.php:475
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Ei tuettu Content-Type: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Mihin muistilistaan muistiinpanot lisätään?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Sinulla ei ole oikeuksia muuttaa tätä muistilistaa."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Sinulla ei saa olla kuin enintään %d muistiinpanoa."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Sinulla ei ole lupaa poistaa tätä muistilistaa."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Sinulla ei ole oikeuksia selata muistilistaa %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Oletusmuistilistasi:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Hallinnoi muistilistoja]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Leipäteksti"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Kategoria"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Poista"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Muokkaa"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Salaa?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Syy:"
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Tuo/Vie"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "_Listaa muistiinpanot"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Uusi muistiinpano"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "S_alasana"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "_Tulosta"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "_Haku"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Otsikko"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "%s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "itse"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "%s:ssä"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# translation of fr_FR.po to french
+# Mnemo French translation.
+# Copyright 2002 Thierry Thomas <thierry@pompo.net>.
+# This file is distributed under the same license as the Mnemo package.
+#
+# Thierry Thomas <thierry@pompo.net>, 2002.
+# Benoit St-André <ben@benoitst-andre.net>, 2004.
+# Patrick Abiven <patrick.abiven@apitech.fr>, 2006.
+# Vincent Vinet <vvinet@revolutionlinux.com>, 2007.
+# Yannick Sebastia <yannick.sebastia@ecole-navale.fr>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: fr_FR\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-03-18 09:02+0100\n"
+"PO-Revision-Date: 2008-03-18 08:25+0100\n"
+"Last-Translator: Yannick Sebastia <yannick.sebastia@ecole-navale.fr>\n"
+"Language-Team: Francais <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s caractères"
+
+#: data.php:199
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s fichiers importés avec succès"
+
+#: lib/Mnemo.php:429 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Bloc-notes de %s"
+
+#: memo.php:199
+msgid "Access denied deleting note."
+msgstr "Suppression de la note interdite."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Accès refusé en déplaçant la note."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Interdiction d'enregistrer la note vers %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Interdiction d'enregistrer la note: %s."
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Croissant"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Annuler"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Catégorie"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Modifier les permissions"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Modifier le tri de vos notes et les options d'affichage."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Choisissez votre bloc-notes par défaut."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Fermer la recherche"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Créer"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Créer un Bloc-notes"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Créer un nouveau Bloc-notes"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Créé"
+
+#: templates/memo/memo.inc:23 templates/view/memo.inc:54
+msgid "Decrypt"
+msgstr "Décrypter"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Bloc-notes par défaut :"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Critère de tri par défaut :"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Sens du tri par défaut :"
+
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+#: templates/notepad_list.php:33 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "Supprimer"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Supprimer %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Confirmation de suppression"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Comportement du bouton de suppression"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Supprimer cette note"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Décroissant"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Description"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "N'a pas trouvé la note %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Options d'affichage"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Voulez-vous confirmer la suppression des entrées ?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Modifier"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Modifier \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Modifier %s"
+
+#: lib/Block/summary.php:74 templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Modifier la note"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Modifier les catégories et les couleurs."
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Modifier: \"%s\""
+
+#: lib/Block/summary.php:93 templates/list/memo_summaries.inc:15
+msgid "Empty Note"
+msgstr "Vider la note"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Le support de chiffrement n'a pas été configuré, merci de contacter votre "
+"administrateur."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exporter"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Exporter des notes"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Options générales"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importation des notes, étape %d"
+
+#: data.php:205
+msgid "Import/Export Notes"
+msgstr "Importer/Exporter des notes"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Dans :"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Dernière modification"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Mes bloc-notes"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "Nombre maximum de notes"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Texte de la note"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Listes de menu"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Plus d'options..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Mes bloc-notes :"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Mes notes"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Nom"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Nouvelle note"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Suivant"
+
+#: lib/api.php:272
+msgid "No iCalendar data was found."
+msgstr "Aucune donnée iCalendar n'a été trouvée."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Aucune note correspondante"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Aucune note ne correspond au présent critère."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Aucune note à afficher"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "No_te"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Non trouvée"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Catégorie de note"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "Détails de la note"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Texte de la note"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_Texte de la note"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Note non trouvée"
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "_Bloc-notes"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Bloc-notes"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Listes des notes"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Blocs-notes"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Sommaire des notes"
+
+#: lib/api.php:147 lib/api.php:187 lib/api.php:220 lib/api.php:250
+#: lib/api.php:337 lib/api.php:396 lib/api.php:425
+msgid "Permission Denied"
+msgstr "Accès refusé"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Permission refusée"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Supprimer réeelement le bloc-notes \"%s ? Cette action ne peut être annulée "
+"et toutes les données de ce bloc-notes seront définitivement supprimées."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Supprimer cette note définitivement ?"
+
+#: lib/Forms/EditNotepad.php:46 templates/panel.inc:68
+#: templates/memo/memo.inc:57
+msgid "Save"
+msgstr "Enregistrer"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Enregistrer comme PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:44 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Recherche"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Résultats de la recherche"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Rechercher dans les bloc-notes :"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Sélectionnez le format de l'exportation :"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Choisissez le fichier à importer :"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Sélectionnez le format du fichier source :"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Blocs-notes partagés :"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+"Le bloc-notes doit-il être affiché dans sa propre colonne dans la liste de "
+"consultation ?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Afficher boutons d'action ?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Afficher le nom du bloc-notes ?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Afficher le panneau des options du bloc-notes ?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Afficher les notes de ces catégories"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Tri selon la catégorie"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Tri selon le texte de la note"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Tri par bloc-notes"
+
+#: memo.php:173
+#, fuzzy, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "« %s » a été enregistré avec succès."
+
+#: data.php:193
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Le fichier %s ne contient aucune note."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Le support des bloc-notes n'est actuellement pas disponible."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Le support des bloc-notes n'est actuellement pas disponible : %s"
+
+#: memo.php:196
+msgid "The note was deleted."
+msgstr "La note a été supprimée."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Le bloc-notes « %s » a été créé."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Le bloc-notes « %s » a été supprimé."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Le bloc-notes \"%s\" a été renommé en \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Le bloc-notes « %s » a été enregistré."
+
+#: data.php:196
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Une erreur est apparue lors de l'importation des données : %s"
+
+#: lib/api.php:266
+#, fuzzy
+msgid "There was an error importing the iCalendar data."
+msgstr "Une erreur s'est produite lors de l'importation des données iCalendar."
+
+#: lib/api.php:444
+msgid "There was an error importing the vNote data."
+msgstr "Une erreur s'est produite lors de l'importation des données vNote."
+
+#: memo.php:194
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Une erreur est apparue lors du retrait de la note : %s"
+
+#: memo.php:171
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Une erreur s'est produite lors de l'enregistrement de la note : %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Il y a eu une erreur lors de l'ouverture de ce bloc-notes : %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Aucune note à exporter n'a été trouvée."
+
+#: data.php:104
+msgid "This file format is not supported."
+msgstr "Ce format de fichier n'est pas pris en compte."
+
+#: memo.php:91 view.php:98
+msgid "This note cannot be decrypted:"
+msgstr "Cette note ne peut être chiffée : "
+
+#: memo.php:83 view.php:90
+msgid "This note has been encrypted, please provide the password below."
+msgstr ""
+"Cette note a été chiffrée, merci de fournir le mot de passe ci-dessous."
+
+#: memo.php:80 memo.php:88 view.php:87 view.php:95 lib/Driver/sql.php:448
+#: lib/Driver/kolab.php:752
+msgid "This note has been encrypted."
+msgstr "La note a été chiffrée."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Ce bloc-notes ne peut être supprimé."
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Suppression impossible de « %s » : %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Impossible de charger la définition de %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Impossible de sauvegarder le bloc-notes \"%s\": %s"
+
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96 templates/list/memo_summaries.inc:17
+#: templates/view/memo.inc:27
+msgid "Unfiled"
+msgstr "Hors catégorie"
+
+#: lib/api.php:302 lib/api.php:359 lib/api.php:452
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Type de contenu non-supporté : %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "À quel calepin faut-il ajouter les notes ?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Vous n'êtes pas autorisé à modifier ce bloc-notes."
+
+#: data.php:42 data.php:128 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Vous n'êtes pas autorisé à créer plus de %d notes."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Vous n'êtes pas autorisé à supprimer ce bloc-notes."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Vous n'êtes pas autorisé à consulter le bloc-notes %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Votre bloc-notes par défaut :"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Mes bloc-notes]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Corps"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Catégorie"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Supprimer"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "Modifi_er"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Chiffrer ?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Pour: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "_Importer/Exporter"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "Afficher _les notes"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "_Nouvelle note"
+
+#: templates/memo/memo.inc:21 templates/memo/memo.inc:79
+#: templates/view/memo.inc:52
+msgid "_Password"
+msgstr "_Mot de passe"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "Im_primer"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "_Recherche"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Titre"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "dans %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Croatian translations for Mnemo.
+# Copyright (C) 2008 Horde Project
+# This file is distributed under the same license as the horde package.
+# Matej Vela <Matej.Vela@CARNet.hr>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: horde 3\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2009-09-16 13:45+0200\n"
+"PO-Revision-Date: 2008-02-26 16:13+0100\n"
+"Last-Translator: Matej Vela <Matej.Vela@CARNet.hr>\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s znakova"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s datoteka uspješno uvezena"
+
+#: lib/Mnemo.php:457 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s - Bilježnica"
+
+#: memo.php:237
+msgid "Access denied deleting note."
+msgstr "Pristup odbijen pri brisanju bilješke."
+
+#: memo.php:180 memo.php:183
+msgid "Access denied moving the note."
+msgstr "Pristup odbijen pri preimenovanju bilješke."
+
+#: memo.php:135
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Pristup odbijen pri spremanju bilješke u %s."
+
+#: memo.php:133
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Pristup odbijen pri spremanju bilješke: %s"
+
+#: config/prefs.php.dist:69
+msgid "Ascending"
+msgstr "uzlazno"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Odustani"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategorija"
+
+#: notepads/index.php:32 templates/notepad_list.php:29
+msgid "Change Permissions"
+msgstr "Promijeni dozvole"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Prilagodite opcije sortiranja i prikazivanja bilješki."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Izaberite podrazumijevanu Bilježnicu."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Zatvori pretragu"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Kreiraj"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Kreiraj Bilježnicu"
+
+#: templates/notepad_list.php:9
+msgid "Create a new Notepad"
+msgstr "Kreiraj novu Bilježnicu"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Kreirano"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Dešifriraj"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Podrazumijevana Bilježnica"
+
+#: config/prefs.php.dist:60
+msgid "Default sorting criteria:"
+msgstr "Podrazumijevani kriteriji sortiranja:"
+
+#: config/prefs.php.dist:71
+msgid "Default sorting direction:"
+msgstr "Podrazumijevani smjer sortiranja:"
+
+#: lib/Forms/DeleteNotepad.php:45 notepads/index.php:33
+#: templates/notepad_list.php:31 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "Obriši"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Obriši %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Obriši potvrdu"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Ponašanje gumba Obriši"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Obriši ovu bilješku"
+
+#: config/prefs.php.dist:70
+msgid "Descending"
+msgstr "silazno"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Opis"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Nije pronađena bilješka %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Opcije prikaza"
+
+#: config/prefs.php.dist:116
+msgid "Do you want to confirm deleting entries?"
+msgstr "Želite li potvrđivati brisanje zapisa?"
+
+#: notepads/index.php:31 templates/notepad_list.php:27
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Uredi"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Uredi \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Uredi %s"
+
+#: lib/Block/summary.php:79 lib/Block/summary.php:80
+#: templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Uredi bilješku"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Uredi kategorije i boje"
+
+#: memo.php:118 memo.php:149
+#, php-format
+msgid "Edit: %s"
+msgstr "Uredi: %s"
+
+#: lib/Block/summary.php:104 templates/list/memo_summaries.inc:15
+msgid "Empty Note"
+msgstr "Prazna bilješka"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Podrška za šifriranje nije podešena, molimo kontaktirajte administratora."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Izvoz"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Izvoz bilješki"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Općenite opcije"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Uvoz bilješki, korak %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Uvoz/izvoz bilješki"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "U: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Zadnja promjena"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Upravljaj bilježnicama"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Maksimalni broj bilješki"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Tekst dopisa"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Izbornik"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Još opcija..."
+
+#: lib/api.php:524
+msgid "Multiple iCalendar components found; only one vNote is supported."
+msgstr "Nađeno više iCalendar komponenti; podržan je samo jedan vTodo."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Moje bilježnice:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Moje bilješke"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Ime"
+
+#: memo.php:95 memo.php:140 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Nova bilješka"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Dalje"
+
+#: lib/api.php:337 lib/api.php:517
+msgid "No iCalendar data was found."
+msgstr "Nisu pronađeni podaci u iCalendar formatu."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Nije nađena nijedna bilješka"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Nijedna bilješka ne zadovoljava trenutne uvjete."
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr "Nema bilješki za prikaz"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "_Bilješka"
+
+#: lib/Driver/sql.php:198
+msgid "Not found"
+msgstr "Nije nađeno"
+
+#: config/prefs.php.dist:58
+msgid "Note Category"
+msgstr "Kategorija bilješke"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Detalji bilješke"
+
+#: config/prefs.php.dist:57
+msgid "Note Text"
+msgstr "Tekst bilješke"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_Tekst bilješke"
+
+#: memo.php:105 memo.php:145 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Bilješka nije nađena"
+
+#: templates/memo/memo.inc:63
+msgid "Note_pad:"
+msgstr "B_ilježnica"
+
+#: templates/notepad_list.php:17 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:59
+msgid "Notepad"
+msgstr "Bilježnica"
+
+#: templates/notepad_list.php:14
+msgid "Notepad List"
+msgstr "Popis bilježnica"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Bilježnice"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Pregled bilješki"
+
+#: lib/api.php:212 lib/api.php:252 lib/api.php:285 lib/api.php:315
+#: lib/api.php:402 lib/api.php:470 lib/api.php:499
+msgid "Permission Denied"
+msgstr "Pristup odbijen"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Pristup odbijen"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Stvarno obrisati bilježnicu \"%s\"? Ovo se ne može opozvati i svi podaci u "
+"ovoj bilježnici će biti nepovratno obrisani."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Stvarno obrisati ovu bilješku?"
+
+#: lib/Forms/EditNotepad.php:46 templates/panel.inc:68
+#: templates/memo/memo.inc:58
+msgid "Save"
+msgstr "Spremi"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Spremi kao PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:44 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Pretraga"
+
+#: list.php:54 notes/index.php:35
+msgid "Search Results"
+msgstr "Rezultati pretrage"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Traži bilježnice:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Odaberite izvozni format:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Odaberite datoteku za uvoz:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Odaberite format izvorne datoteke:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Zajedničke bilježnice:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Treba li prikazati bilježnicu u posebnom stupcu pregleda?"
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr "Prikazati akcijske gumbe?"
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr "Prikazati ime bilježnice?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Prikaži bilješke iz sljedećih kategorija"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Sortiraj po kategoriji"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Sortiraj po tekstu bilješke"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Sortiraj po bilježnici"
+
+#: memo.php:211
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" uspješno spremljeno."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "U %s datoteci nije bilo bilješki."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Pohrana bilješki trenutno nije dostupna."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Pohrana bilješki trenutno nije dostupna: %s"
+
+#: memo.php:234
+msgid "The note was deleted."
+msgstr "Bilješka je obrisana."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Bilježnica \"%s\" je kreirana."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Bilježnica \"%s\" je obrisana."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Bilježnica \"%s\" je preimenovana u \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Bilježnica \"%s\" je spremljena."
+
+#: memo.php:137
+msgid "The passwords don't match."
+msgstr "Nove lozinke se ne podudaraju."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Došlo je do greške prilikom uvoza podataka: %s"
+
+#: lib/api.php:331 lib/api.php:511
+msgid "There was an error importing the iCalendar data."
+msgstr "Došlo je do greške prilikom uvoza iCalendar podataka."
+
+#: lib/api.php:168
+#, php-format
+msgid "There was an error removing notes for %s. Details have been logged."
+msgstr ""
+"Došlo je do greške prilikom brisanja bilješki za %s. Detalji su zabilježeni "
+"u log."
+
+#: memo.php:232
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Došlo je do greške prilikom brisanja bilješke: %s"
+
+#: memo.php:209
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Došlo je do greške prilikom spremanja bilješke: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Došlo je do greške prilikom pregleda bilježnice: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Nema dopisa za izvoz."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Ovaj datotečni format nije podržan."
+
+#: memo.php:43 view.php:111
+msgid "This note cannot be decrypted:"
+msgstr "Ova bilješka se ne može dešifrirati:"
+
+#: memo.php:34 view.php:103
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Ova bilješka je šifrirana, molimo unesite lozinku."
+
+#: memo.php:30 memo.php:39 view.php:100 view.php:108 lib/api.php:408
+#: lib/Driver/sql.php:461 lib/Driver/kolab.php:766
+msgid "This note has been encrypted."
+msgstr "Ova bilješka je šifrirana."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Ova bilješka se ne može obrisati"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nije uspjelo brisanje \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Nije uspjelo učitavanje definicije %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Nije uspjelo spremanje bilježnice \"%s\": %s"
+
+#: lib/Mnemo.php:273 lib/Mnemo.php:274 lib/Mnemo.php:288 lib/Mnemo.php:289
+#: lib/Block/summary.php:107 templates/list/memo_summaries.inc:17
+#: templates/view/memo.inc:27
+msgid "Unfiled"
+msgstr "Ostalo"
+
+#: lib/api.php:367 lib/api.php:433 lib/api.php:533
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Content-Type nije podržan: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Kojoj bilježnici treba dodavati bilješke?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Nemate ovlasti za mijenjanje ove bilježnice."
+
+#: data.php:42 data.php:129 memo.php:75
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Nemate ovlasti za kreiranje više od %d bilješki."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Nemate ovlasti za brisanje ove bilježnice."
+
+#: lib/api.php:100
+msgid "You are not allowed to remove user data."
+msgstr "Nemate ovlasti za brisanje korisničkih podataka."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Nemate dozvole za pregled bilježnice %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Vaša podrazumijevana bilježnica:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Upravljaj bilježnicama]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Tijelu"
+
+#: templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Kategorija"
+
+#: templates/memo/memo.inc:78
+msgid "_Category:"
+msgstr "_Kategorija:"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Obriši"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Uredi"
+
+#: templates/memo/memo.inc:84
+msgid "_Encrypt?"
+msgstr "Š_ifriraj?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Sadrži: "
+
+#: lib/Mnemo.php:494
+msgid "_Import/Export"
+msgstr "_Uvoz/izvoz"
+
+#: lib/Mnemo.php:481
+msgid "_List Notes"
+msgstr "_Popis bilješki"
+
+#: lib/Mnemo.php:486
+msgid "_New Note"
+msgstr "_Nova bilješka"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+msgid "_Password"
+msgstr "_Lozinka"
+
+#: templates/memo/memo.inc:89
+msgid "_Password:"
+msgstr "_Lozinka:"
+
+#: lib/Mnemo.php:499
+msgid "_Print"
+msgstr "_Ispiši"
+
+#: templates/memo/memo.inc:93
+msgid "_Repeat:"
+msgstr "_Ponovi:"
+
+#: lib/Mnemo.php:490
+msgid "_Search"
+msgstr "_Traži"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Naslovu"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "%s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "ja"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "u %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "biljeske.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Mnemo Hungarian translation file.
+# Copyright 2002-2008 Laszlo L. Tornoci
+# This file is distributed under the same license as the Mnemo Horde package.
+# Latest versions: ftp://xenia.sote.hu/pub/linux/horde/
+#
+# Laszlo L. Tornoci <torlasz@xenia.sote.hu>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo-h3-2.2\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-01-22 17:27+0100\n"
+"PO-Revision-Date: 2008-01-26 16:47+0100\n"
+"Last-Translator: Laszlo L. Tornoci <torlasz@xenia.sote.hu>\n"
+"Language-Team: Hungarian <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s karakter"
+
+#: data.php:199
+#, php-format
+msgid "%s file successfully imported"
+msgstr "A %s fájl importálása sikeresen megtörtént"
+
+#: lib/Mnemo.php:429 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s feljegyzései"
+
+#: memo.php:199
+msgid "Access denied deleting note."
+msgstr "Nincs jogosultsága a feljegyzés törléséhez."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Nincs jogosultsága a feljegyzés áthelyezéséhez."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Nincs jogosultsága a feljegyzés %s-be történõ mentéséhez."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Nincs jogosultsága a feljegyzés elmentéséhez: %s."
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "növekvõ"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Mégse"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategória"
+
+#: templates/notepad_list.php:31 notepads/index.php:32
+msgid "Change Permissions"
+msgstr "A jogosultságok módosítása"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "A sorrendre és megjelenítésre vonatkozó beállítások megváltoztatása."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Válassza ki az Ön alapértelmezés szerinti jegyzettömbjét."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "A keresés bezárása"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Létrehozás"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Jegyzettömb létrehozása"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Új jegyzettömb létrehozása"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Létrehozva"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Megjelenítés"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Az alapértelmezés szerinti jegyzettömb"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "A sorbarendezés alapértelmezés szerinti szempontja:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "A sorbarendezés alapértelmezés szerinti iránya:"
+
+#: templates/notepad_list.php:33 templates/view/memo.inc:16
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Törlés"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "%s törlése"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "A törlés megerõsítése"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "A törlés gomb viselkedése"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "A feljegyzés törlése"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "csökkenõ"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Leírás"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "%s feljegyzés nem található"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Megjelenítési beállítások"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Az adatok törlését megelõzõen óhajt-e egy megerõsítõ kérdést?"
+
+#: templates/notepad_list.php:29 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr "Módosítás"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "\"%s\" módosítása"
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "%s módosítása"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "A feljegyzés módosítása"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "A kategóriák és színeik módosítása"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "\"%s\" módosítása"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "A feljegyzés üres"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr "A titkosítás támogatása nincs beállítva, forduljon a rendszergazdához."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exportálás"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Jegyzettömbök exportálása"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Általános beállítások"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Feljegyzések importálása, %d. lépés"
+
+#: data.php:205
+msgid "Import/Export Notes"
+msgstr "Feljegyzések importálása/exportja"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "ebben: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Utolsó módosítás"
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr "Jegyzettömbjeim rendezése"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "A feljegyzések maximális száma"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "A feljegyzés szövege"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Menülista"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "További beállítások..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Jegyzettömbjeim:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Jegyzettömbjeim"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Név"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Új feljegyzés"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Következõ"
+
+#: lib/api.php:272
+msgid "No iCalendar data was found."
+msgstr "Nem található iCalendar adat."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Nincs ilyen feljegyzés"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Nincs a feltételeknek megfelelõ feljegyzés."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Nincs megjeleníthetõ feljegyzés"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Feljegyzés"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "nem található"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "A feljegyzés kategóriája"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "A feljegyzés részletesen"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "A feljegyzés szövege"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "A feljegyzés szövege"
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr "A feljegyzés nem található."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Jegyzettömb"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Jegyzettömb"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "A jegyzettömbök listája"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Jegyzettömbök"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Összefoglalás a jegyzetekrõl"
+
+#: lib/api.php:147 lib/api.php:187 lib/api.php:220 lib/api.php:250
+#: lib/api.php:337 lib/api.php:396 lib/api.php:425
+msgid "Permission Denied"
+msgstr "Önnek nincs ehhez elegendõ jogosultsága"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Önnek nincs ehhez elegendõ jogosultsága"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Valóban törölni kívánja \"%s\" jegyzettömböt? Ez nem visszafordítható lépés, "
+"amivel ennek a jegyzettömbnek minden adata elvész."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Valóban törölni kívánja ezt a feljegyzést?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Mentés"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "PDF-ként való mentés"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Keresés"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "A keresés eredménye"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Jegyzettömbök keresése:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Válassza ki az exportálás formátumát:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Válassza ki az importálandó fájlt:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Válassza ki, hogy milyen formátumú fájlból kíván importálni:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Megosztott jegyzettömbök:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Jelenjen meg a Jegyzettömb egy külön oszlopban listázáskor?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Legyenek funkcióval ellátott ikonok? "
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Mutassuk a jegyzettömb nevét?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Mutassuk a jegyzettömb beállítási lehetõségeit?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "A következõ kategóriájú feljegyzéseket jelenítsük meg"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Kategória szerinti sorrend"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Elnevezés szerinti sorrend"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Jegyzettömbök szerinti sorrend"
+
+#: memo.php:173
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Sikeresen elmentettük \"%s\"-t."
+
+#: data.php:193
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "A(z) \"%s\" állományban nem volt feljegyzés."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "A Feljegyzések alrendszer jelenleg nem áll rendelkezésre."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "A Feljegyzések alrendszer jelenleg nem áll rendelkezésre: %s"
+
+#: memo.php:196
+msgid "The note was deleted."
+msgstr "Az feljegyzést kitöröltük."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Létrehoztuk a(z) \"%s\" jegyzettömböt."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "A(z) \"%s\" jegyzettömböt kitöröltük."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "A \"%s\" jegyzettömböt átnevezzük \"%s\"-re."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "A(z) \"%s\" jegyzettömböt elmentettük."
+
+#: data.php:196
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Az importálás során hiba történt: %s"
+
+#: lib/api.php:266
+msgid "There was an error importing the iCalendar data."
+msgstr "Az iCalendar adatok importálása során hiba történt."
+
+#: lib/api.php:444
+msgid "There was an error importing the vNote data."
+msgstr "A vNote adatok importálása során hiba történt."
+
+#: memo.php:194
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Hiba történt a feljegyzés törlése során: %s"
+
+#: memo.php:171
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Hiba történt a feljegyzés elmentése során: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Hiba történt a feljegyzés megjelenítésekor: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Nem volt exportálható feljegyzés."
+
+#: data.php:104
+msgid "This file format is not supported."
+msgstr "Ismeretlen fájlformátum."
+
+#: view.php:98 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr "Ez a titkosított feljegyzés nem jeleníthetõ meg:"
+
+#: view.php:90 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Ez egy titkosított feljegyzés, kérem adja meg a jelszót."
+
+#: view.php:87 view.php:95 memo.php:80 memo.php:88 lib/Driver/kolab.php:752
+#: lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr "Ezt egy titkosított feljegyzés."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Ez a jegyzettömb nem törölhetõ"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nem sikerült \"%s\"-t törölni: %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Nem sikerült beolvasni %s definícióját."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Nem sikerült \"%s\" jegyzettömböt elmenteni: %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "Besorolatlan"
+
+#: lib/api.php:302 lib/api.php:359 lib/api.php:452
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Nem támogatott tartalomtípus: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Melyik jegyzettömbbe kívánja a feljegyzéseket tenni?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Ön nem jogosult ennek a jegyzettömbnek a módosítására."
+
+#: data.php:42 data.php:128 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Ön legfeljebb %d feljegyzést hozhat létre."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Ön nem jogosult törölni ezt a jegyzettömböt."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Ön nem jogosult a(z) %s jegyzettömb használatára."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Az Ön alapértelmezés szerinti jegyzettömbje:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Jegyzettömbjeim rendezése]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "Szöveg"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "Kategória"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "Törlés"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "Módosítás"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "Titkosítsuk?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Keresés: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "Import/_Export"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "_Lista"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "Ú_j feljegyzés"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "Jelszó"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "_Nyomtatás"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "Kere_sés"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "Cím"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "%s jegyzettömbben"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "jegyzettomb.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr ""
--- /dev/null
+# Italian translations for op package.
+# Copyright 2003-2009 The Horde Project
+# Copyright 2003 Sergio G. Caredda.
+# Sergio G. Caredda <scaredda@tiscali.it>, 2003.
+# Copyright 2007 nethesis srl.
+# Cristian Manoni, Alessio Fattorini, Davide marini 2007
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-05-17 11:04+0200\n"
+"PO-Revision-Date: 2005-02-23 18:14+0100\n"
+"Last-Translator: nethesis srl <info@nethesis.it>\n"
+"Language-Team: Italian <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s caratteri"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "File %s importato con successo"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s's Blocco Appunti"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Accesso negato: impossibile eliminare l'appunto."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Accesso negato: impossibile spostare l'appunto."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Accesso negato: impossibile salvare l'appunto in %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Accesso negato: impossibile salvare l'appunto in %s."
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Crescente"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Annulla"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Categoria"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Cambia Permessi"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Modifica impostazioni visualizzazione e ordinamento Appunti."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Blocco appunti di default:"
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Chiudi Ricerca"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Crea"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Crea Blocco appunti"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Crea un nuovo blocco appunti"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Creato"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Decodifica"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Blocco appunti di default:"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Criterio di ordinamento di default:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Ordinamento di default:"
+
+#: lib/Forms/DeleteNotepad.php:45 notepads/index.php:33
+#: templates/notepad_list.php:33 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "Elimina"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Elimina %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Conferma eliminazione"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Comportamento del pulsante Elimina"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Elimina questo appunto"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Decrescente"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Descrizione"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Appunto %s non trovato"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Opzioni di Visualizzazione"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Confermare le voci da eliminare?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Modifica"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Modifica \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Modifica %s"
+
+#: lib/Block/summary.php:74 templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Modifica appunto"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Modifica categorie e colori"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Modifica: %s"
+
+#: lib/Block/summary.php:93 templates/list/memo_summaries.inc:15
+msgid "Empty Note"
+msgstr "Appunto vuoto"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Il supporto alla cifratura non è stato configurato, contattare "
+"l'amministratore"
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Esporta"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Esporta Appunti"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Opzioni Generali"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importazione Appunti, Passo %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Importa/Esporta Appunti"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Cerca in :"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Ultima Modifica"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Gestisci i Blocchi"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Numero massimo di appunti"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Testo Appunti"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Elenco Appunti"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Altre Opzioni"
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Il mio Blocco Appunti"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "I miei appunti"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Nome"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Nuovo Appunto"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Successivo"
+
+#: lib/api.php:286
+msgid "No iCalendar data was found."
+msgstr "Nessun dato iCalendar trovato"
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Nessun appunto"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Nessun appunto corrisponde al criterio utilizzato."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Nessun appunto da visualizzare"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "No_te"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Non trovato"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Categoria Appunto"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Dettagli Appunto"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Testo Appunto"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Testo Appunto"
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr "Appunto non trovato."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Blocco Appunti"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Blocco Appunti"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Elenco Blocchi"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Blocchi Appunti"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Sommario Appunti"
+
+#: lib/api.php:161 lib/api.php:201 lib/api.php:234 lib/api.php:264
+#: lib/api.php:351 lib/api.php:410 lib/api.php:439
+msgid "Permission Denied"
+msgstr "Permesso Negato"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Permesso Negato"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Vuoi eliminare il blocco \"%s\"? Questa operazione non può essere annullata "
+"e tutti i dati verranno eliminati definitivamente."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Vuoi veramente eliminare questo appunto?"
+
+#: lib/Forms/EditNotepad.php:46 templates/panel.inc:68
+#: templates/memo/memo.inc:57
+msgid "Save"
+msgstr "Salva"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Salva come PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:44 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Cerca"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Risultati della ricerca"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Cerca Blocchi:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Seleziona il formato per l'esportazione:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Seleziona il file da importare:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Seleziona il formato del file sorgente:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Blocchi Appunti condivisi:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+"Mostra il Nome del Blocco Appunti in una colonna dedicata su \"Elenco Appunti"
+"\""
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Mostra Contatti"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Mostra Nome Blocco Appunti"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Mostra pannello opzioni Blocco Appunti"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Mostra note da queste categorie"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Ordina per Categoria"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Ordina per Testo dell'appunto"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Ordina per Blocco Note"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "'%s' aggiornato con successo"
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Il file %s non contiene appunti"
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "L'appunto seguente non è attualmente disponibile"
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "L'appunto seguente %s non è attualmente disponibile"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "L'appunto è stato eliminato."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Il Blocco Appunti \"%s\" è stato creato."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Il blocco appunti \"%s\" è stato eliminato."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Il Blocco Appunti \"%s\" è stato rinominato in %s."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Il blocco appunti \"%s\" è stato salvato."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Errore nell'importazione dei dati: %s"
+
+#: lib/api.php:280
+msgid "There was an error importing the iCalendar data."
+msgstr "Errore nell'importazione dei dati iCalendar."
+
+#: lib/api.php:458
+msgid "There was an error importing the vNote data."
+msgstr "Errore nell'importazione dei dati vNote."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Errore durante la rimozione dell'appunto: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Errore nel salvataggio dell'appunto: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Errore nell'apertura del blocco appunti: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Non vi sono appunti da esportare"
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Formato non supportato"
+
+#: view.php:111 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr "Impossibile decifrare l'appunto:"
+
+#: view.php:103 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Appunto cifrato, immettere la password."
+
+#: view.php:100 view.php:108 memo.php:80 memo.php:88 lib/Driver/sql.php:448
+#: lib/Driver/kolab.php:766
+msgid "This note has been encrypted."
+msgstr "L'appunto è stato cifrato."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Impossibile eliminare il blocco appunti."
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Impossibile eliminare \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Impossibile caricare la definizione di %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Impossibile salvare il blocco \"%s\": %s"
+
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:96 templates/list/memo_summaries.inc:17
+#: templates/view/memo.inc:27
+msgid "Unfiled"
+msgstr "Non classificato"
+
+#: lib/api.php:316 lib/api.php:373 lib/api.php:466
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Estensione %s non Supportata"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "A quale Blocco Appunti aggiungere gli appunti?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Non puoi modificare questo blocco."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Non ti è permesso creare più di %d appunti."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Non puoi eliminare questo blocco."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Non hai il permesso di visualizzare il blocco appunti %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Blocco appunti di default:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Gestisci i Blocchi]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_all'interno dell'appunto"
+
+#: templates/list/memo_headers.inc:41 templates/memo/memo.inc:70
+msgid "_Category"
+msgstr "Categoria"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Elimina"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Modifica"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Codifica?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Testo da cercare: "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Importa/Esporta"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "Elenco Appunti"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Nuovo Appunto"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Password"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "Stampa"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "_Cerca"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_titolo dell'appunto"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "da %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "da me"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "in %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "appunti.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Japanese translation for Mnemo.
+# Copyright 2004-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.2-RC1\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2007-08-03 12:47+0100\n"
+"PO-Revision-Date: 2007-11-30 20:37+0900\n"
+"Last-Translator: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=SHIFT_JIS\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s \95¶\8e\9a"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "\83t\83@\83C\83\8b %s \82Í\83C\83\93\83|\81[\83g\82³\82ê\82Ü\82µ\82½"
+
+#: notepads.php:102 lib/Mnemo.php:429
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s \82Ì\83\81\83\82\92 "
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "\83\81\83\82\82Ì\8dí\8f\9c\82Í\83A\83N\83Z\83X\8b\91\94Û\82³\82ê\82Ü\82µ\82½\81B"
+
+#: memo.php:152 memo.php:155
+msgid "Access denied moving the note."
+msgstr "\83\81\83\82\82Ì\88Ú\93®\82Í\83A\83N\83Z\83X\8b\91\94Û\82³\82ê\82Ü\82µ\82½\81B"
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "\83\81\83\82\82Ì %s \82Ö\82Ì\95Û\91¶\82Í\83A\83N\83Z\83X\8b\91\94Û\82³\82ê\82Ü\82µ\82½\81B"
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "\83\81\83\82\82Ì\95Û\91¶\82Í\83A\83N\83Z\83X\8b\91\94Û\82³\82ê\82Ü\82µ\82½\81F%s"
+
+#: config/prefs.php.dist:71
+msgid "Ascending"
+msgstr "\8f¸\8f\87"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "\95ª\97Þ"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "\95Ï\8dX"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "\83\81\83\82\82Ì\95À\82Ñ\8f\87\82Æ\95\\8e¦\83I\83v\83V\83\87\83\93\82ð\95Ï\8dX\82·\82é\81B"
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "\83f\83t\83H\83\8b\83g\82Ì\83\81\83\82\92 \82ð\91I\91ð\82µ\82Ä\89º\82³\82¢\81B"
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "\8c\9f\8dõ\82ð\95Â\82¶\82é"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:64
+msgid "Create"
+msgstr "\8dì\90¬"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "\8dì\90¬\93ú\8e\9e"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "\95\9c\8d\86"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "\83f\83t\83H\83\8b\83g\82Ì\83\81\83\82\92 "
+
+#: config/prefs.php.dist:62
+msgid "Default sorting criteria:"
+msgstr "\83f\83t\83H\83\8b\83g\82Ì\95À\82Ñ\8aî\8f\80\81F"
+
+#: config/prefs.php.dist:73
+msgid "Default sorting direction:"
+msgstr "\83f\83t\83H\83\8b\83g\82Ì\95À\82Ñ\95û\8cü\81F"
+
+#: templates/notepads/notepads.inc:65 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "\8dí\8f\9c"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "\8dí\8f\9c\82Ì\8am\94F"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "\8dí\8f\9c\83{\83^\83\93\82Ì\93®\8dì"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "\83\81\83\82\82ð\8dí\8f\9c"
+
+#: config/prefs.php.dist:72
+msgid "Descending"
+msgstr "\8d~\8f\87"
+
+#: templates/notepads/notepads.inc:60
+msgid "Description:"
+msgstr "\90à\96¾\81F"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "\83\81\83\82 %s \82ª\82 \82è\82Ü\82¹\82ñ"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "\95\\8e¦\83I\83v\83V\83\87\83\93"
+
+#: config/prefs.php.dist:118
+msgid "Do you want to confirm deleting entries?"
+msgstr "\8dí\8f\9c\82·\82é\8dÛ\82É\8am\94F\82µ\82Ü\82·\82©\81H"
+
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "\95Ò\8fW"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "\"%s\" \82ð\95Ò\8fW"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "\83\81\83\82\82Ì\95Ò\8fW"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "\95ª\97Þ\82Æ\90F\82Ì\95Ò\8fW"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "\95Ò\8fW\81F%s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "\8bó\82Ì\83\81\83\82"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr "\88Ã\8d\86\89»\82Ì\82½\82ß\82Ì\90Ý\92è\82ª\82³\82ê\82Ä\82¢\82Ü\82¹\82ñ\81B\8aÇ\97\9d\8eÒ\82É\98A\97\8d\82µ\82Ä\89º\82³\82¢\81B"
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "\83G\83N\83X\83|\81[\83g"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "\83\81\83\82\82Ì\83G\83N\83X\83|\81[\83g"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "\88ê\94Ê\83I\83v\83V\83\87\83\93"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "\83\81\83\82\82Ì\83C\83\93\83|\81[\83g\81A\83X\83e\83b\83v %d"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "\83\81\83\82\82Ì\83C\83\93\83|\81[\83g\81^\83G\83N\83X\83|\81[\83g"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "In: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "\8dÅ\8fI\95Ï\8dX\93ú"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "\83\81\83\82\82Ì\8dÅ\91å\90\94"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "\83\81\83\82\82Ì\93à\97e"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "\83\81\83j\83\85\81[\88ê\97\97"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "\91¼\82Ì\83I\83v\83V\83\87\83\93"
+
+#: templates/panel.inc:40
+msgid "My Notepads:"
+msgstr "\8e\84\82Ì\83\81\83\82\92 \81F"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "\8e\84\82Ì\83\81\83\82\92 "
+
+#: templates/notepads/notepads.inc:53
+msgid "Name:"
+msgstr "\96¼\91O\81F"
+
+#: memo.php:57 lib/Block/tree_menu.php:24
+msgid "New Note"
+msgstr "\90V\8bK\83\81\83\82"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "\8e\9f"
+
+#: lib/api.php:258
+msgid "No iCalendar data was found."
+msgstr "iCalendar \82Ì\83f\81[\83^\82ª\8c©\95t\82©\82è\82Ü\82¹\82ñ\81B"
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "\88ê\92v\82·\82é\83\81\83\82\82Í\82 \82è\82Ü\82¹\82ñ"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "\8c»\8dÝ\82Ì\8aî\8f\80\82É\88ê\92v\82·\82é\83\81\83\82\82Í\82 \82è\82Ü\82¹\82ñ\81B"
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "\95\\8e¦\82·\82é\83\81\83\82\82Í\82 \82è\82Ü\82¹\82ñ\81B"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "_T\83\81\83\82"
+
+#: lib/Driver/sql.php:175
+msgid "Not found"
+msgstr "\8c©\95t\82©\82è\82Ü\82¹\82ñ"
+
+#: config/prefs.php.dist:60
+msgid "Note Category"
+msgstr "\83\81\83\82\82Ì\95ª\97Þ"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "\83\81\83\82\82Ì\8fÚ\8d×"
+
+#: notepads.php:113
+msgid "Note Lists"
+msgstr "\83\81\83\82\88ê\97\97"
+
+#: config/prefs.php.dist:59
+msgid "Note Text"
+msgstr "\83\81\83\82\82Ì\93à\97e"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_T\83\81\83\82\82Ì\93à\97e"
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr "\83\81\83\82\82ª\8c©\95t\82©\82è\82Ü\82¹\82ñ\81B"
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "_P\83\81\83\82\92 "
+
+#: templates/list/memo_headers.inc:33 config/prefs.php.dist:61
+msgid "Notepad"
+msgstr "\83\81\83\82\92 "
+
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:42
+msgid "Notepads"
+msgstr "\83\81\83\82\92 "
+
+#: notepads.php:32
+msgid "Notepads must have a name."
+msgstr "\83\81\83\82\92 \82É\82Í\96¼\91O\82ª\95K\97v\82Å\82·\81B"
+
+#: templates/notepads/notepads.inc:45
+msgid "Notepads:"
+msgstr "\83\81\83\82\92 \81F"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "\83\81\83\82\8aT\97v"
+
+#: lib/api.php:235 lib/api.php:323 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "\83A\83N\83Z\83X\8b\91\94Û"
+
+#: templates/notepads/notepads.inc:56
+msgid "Permissions"
+msgstr "\83A\83N\83Z\83X\8c "
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "\82±\82Ì\83\81\83\82\82ð\96{\93\96\82É\8dí\8f\9c\82µ\82Ü\82·\82©\81H"
+
+#: templates/panel.inc:59 templates/memo/memo.inc:57
+msgid "Save"
+msgstr "\95Û\91¶"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "PDF \82Æ\82µ\82Ä\95Û\91¶"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:45
+msgid "Search"
+msgstr "\8c\9f\8dõ"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "\8c\9f\8dõ\8c\8b\89Ê"
+
+#: templates/notepads/notepads.inc:47
+msgid "Select a notepad"
+msgstr "\83\81\83\82\92 \82Ì\91I\91ð"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "\83G\83N\83X\83|\81[\83g\82Ì\8c`\8e®\82ð\91I\91ð\81F"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "\83C\83\93\83|\81[\83g\82·\82é\83t\83@\83C\83\8b\82ð\91I\91ð\81F"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "\83\\81[\83X\83t\83@\83C\83\8b\82Ì\8c`\8e®\82ð\91I\91ð\81F"
+
+#: templates/panel.inc:50
+msgid "Shared Notepads:"
+msgstr "\8b¤\97L\83\81\83\82\92 \81F"
+
+#: config/prefs.php.dist:40
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "\88ê\97\97\95\\8e¦\82Å\83\81\83\82\92 \82Ì\96¼\91O\82à\95\\8e¦\82µ\82Ü\82·\82©\81H"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "\93®\8dì\83{\83^\83\93\82ð\95\\8e¦\81H"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "\83\81\83\82\92 \82Ì\96¼\91O\82ð\95\\8e¦\81H"
+
+#: config/prefs.php.dist:50
+msgid "Show notepad options panel?"
+msgstr "\83\81\83\82\92 \82Ì\83I\83v\83V\83\87\83\93\82ð\95\\8e¦\81H"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "\82±\82Ì\95ª\97Þ\82Ì\83\81\83\82\82ð\95\\8e¦"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "\95ª\97Þ\82Å\95À\82Ñ\91Ö\82¦"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "\93à\97e\82Å\95À\82Ñ\91Ö\82¦"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "\83\81\83\82\82Å\95À\82Ñ\91Ö\82¦"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" \82É\95Û\91¶\82³\82ê\82Ü\82µ\82½\81B"
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "\83t\83@\83C\83\8b %s \82É\83\81\83\82\82Í\88ê\82Â\82à\8aÜ\82Ü\82ê\82Ä\82¢\82Ü\82¹\82ñ\81B"
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "\83\81\83\82\82Ì\83o\83b\83N\83G\83\93\83h\82Í\8c»\8dÝ\8eg\97p\82Å\82«\82Ü\82¹\82ñ\81B"
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "\83\81\83\82\82Ì\83o\83b\83N\83G\83\93\83h\82Í\8c»\8dÝ\8eg\97p\82Å\82«\82Ü\82¹\82ñ\81F%s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "\83\81\83\82\82Í\8dí\8f\9c\82³\82ê\82Ü\82µ\82½\81B"
+
+#: notepads.php:45 notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "\83\81\83\82 \"%s\" \82Í\8dì\90¬\82Å\82«\82Ü\82¹\82ñ\82Å\82µ\82½\81F %s"
+
+#: notepads.php:47
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "\83\81\83\82 \"%s\" \82Í\8dì\90¬\82³\82ê\82Ü\82µ\82½\81B"
+
+#: notepads.php:88
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "\83\81\83\82 \"%s\" \82Í\8dí\8f\9c\82³\82ê\82Ü\82µ\82½\81B"
+
+#: notepads.php:58
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "\83\81\83\82 \"%s\" \82Í\95Û\91¶\82³\82ê\82Ü\82µ\82½\81B"
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "\83f\81[\83^\82Ì\83C\83\93\83|\81[\83g\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81F%s"
+
+#: lib/api.php:252
+msgid "There was an error importing the iCalendar data."
+msgstr "iCalendar \82Ì\83C\83\93\83|\81[\83g\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81B"
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "vNote \82Ì\83C\83\93\83|\81[\83g\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81B"
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "\83\81\83\82\82Ì\8dí\8f\9c\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81F%s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "\83\81\83\82\82Ì\95Û\91¶\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81F%s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "\83\81\83\82\82Ì\95\\8e¦\92\86\82É\83G\83\89\81[\82ª\94\90¶\82µ\82Ü\82µ\82½\81F%s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "\83G\83N\83X\83|\81[\83g\82·\82é\83\81\83\82\82ª\82 \82è\82Ü\82¹\82ñ\81B"
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "\82±\82Ì\8c`\8e®\82Í\83T\83|\81[\83g\82³\82ê\82Ä\82¢\82Ü\82¹\82ñ\81B"
+
+#: view.php:98 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr "\83\81\83\82\82Í\95¡\8d\87\82Å\82«\82Ü\82¹\82ñ\82Å\82µ\82½\81F"
+
+#: view.php:90 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr "\83\81\83\82\82Í\88Ã\8d\86\89»\82³\82ê\82Ä\82¢\82Ü\82·\81B\83p\83X\83\8f\81[\83h\82ð\93ü\97Í\82µ\82Ä\89º\82³\82¢\81B"
+
+#: view.php:87 view.php:95 memo.php:80 memo.php:88 lib/Driver/kolab.php:752
+#: lib/Driver/sql.php:438
+msgid "This note has been encrypted."
+msgstr "\83\81\83\82\82Í\88Ã\8d\86\89»\82³\82ê\82Ü\82µ\82½\81B"
+
+#: notepads.php:83
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "\8dí\8f\9c\82Å\82«\82Ü\82¹\82ñ \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "\92è\8b` %s \82ª\83\8d\81[\83h\82Å\82«\82Ü\82¹\82ñ\81B"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "\96¢\90®\97\9d"
+
+#: lib/api.php:288 lib/api.php:345 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "\83T\83|\81[\83g\82³\82ê\82Ä\82¢\82È\82¢ Content-Type \82Å\82·\81F%s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "\82Ç\82Ì\83\81\83\82\92 \82É\92Ç\89Á\82µ\82Ü\82·\82©\81H"
+
+#: data.php:42 data.php:130 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "\82 \82È\82½\82Í %d \88È\8fã\82Ì\83\81\83\82\82ð\8dì\90¬\82·\82é\82±\82Æ\82ª\82Å\82«\82Ü\82¹\82ñ\81B"
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "\82 \82È\82½\82É\82Í\83\81\83\82\92 %s \82ð\95\\8e¦\82·\82é\83A\83N\83Z\83X\8c \82ª\82 \82è\82Ü\82¹\82ñ\81B"
+
+#: notepads.php:68
+msgid "You must select a notepad to be deleted."
+msgstr "\8dí\8f\9c\82·\82é\83\81\83\82\92 \82ð\91I\91ð\82µ\82Ä\89º\82³\82¢\81B"
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "\82 \82È\82½\82Ì\83f\83t\83H\83\8b\83g\82Ì\83\81\83\82\92 \81F"
+
+#: templates/panel.inc:45
+msgid "[Manage My Notepads]"
+msgstr "[\8e\84\82Ì\83\81\83\82\92 \82Ì\8aÇ\97\9d]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_B\96{\95¶"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_C\95ª\97Þ"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_D\8dí\8f\9c"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_E\95Ò\8fW"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_\88Ã\8d\86\81H"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_For: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "_I\83C\83\93/\83A\83E\83g"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "_L\83\81\83\82\88ê\97\97"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "_N\90V\8bK\83\81\83\82"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_P\83p\83X\83\8f\81[\83h"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "_P\88ó\8dü"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "_S\8c\9f\8dõ"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_T\91è\96¼"
+
+#: lib/Block/tree_menu.php:34
+#, php-format
+msgid "in %s"
+msgstr ""
+
+#: data.php:91 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Lithuanian translations for Mnemo package.
+# Copyright 2007-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Darius Matuliauskas <darius@lnk.lt>, 2002.
+# Vilius Sumskas <vilius@lnk.lt>, 2003, 2004, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.2-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2007-11-23 16:17+0200\n"
+"PO-Revision-Date: 2007-11-23 16:18+0200\n"
+"Last-Translator: Vilius Sumskas <vilius@lnk.lt>\n"
+"Language-Team: Lithuanian <vilius@lnk.lt>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-13\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
+"100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s simboliai(iø)"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s failas sëkmingai ákeltas"
+
+#: notepads.php:102 lib/Mnemo.php:429
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s uþraðø knygelë"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Neturite teisiø iðtrinti uþraðo."
+
+#: memo.php:152 memo.php:155
+msgid "Access denied moving the note."
+msgstr "Neturite teisiø perkelti uþraðo."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Neturite teisiø iðsaugoti uþraðà á %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Neturite teisiø iðsaugoti uþraðà: %s."
+
+#: config/prefs.php.dist:71
+msgid "Ascending"
+msgstr "Didëjimo tvarka"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategorija"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Keisti"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Uþraðø rûðiavimo bei rodymo nustatymø keitimas."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Jûsø pagrindinës uþraðø knygelës pasirinkimas."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Iðvalyti paieðkà"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:64
+msgid "Create"
+msgstr "Sukurti"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Sukurta"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Atkoduoti"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Pagrindinë uþraðø knygelë"
+
+#: config/prefs.php.dist:62
+msgid "Default sorting criteria:"
+msgstr "Rûðiuoti pagal:"
+
+#: config/prefs.php.dist:73
+msgid "Default sorting direction:"
+msgstr "Rûðiuoti:"
+
+#: templates/notepads/notepads.inc:65 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "Iðtrinti"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Trynimo patvirtinimas"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Trynimo mygtuko elgesys"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Iðtrinti ðá uþraðà"
+
+#: config/prefs.php.dist:72
+msgid "Descending"
+msgstr "Maþëjimo tvarka"
+
+#: templates/notepads/notepads.inc:60
+msgid "Description:"
+msgstr "Apraðymas:"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Nepavyko rasti uþraðo %s"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Vaizdavimo nustatymai"
+
+#: config/prefs.php.dist:118
+msgid "Do you want to confirm deleting entries?"
+msgstr "Ar norite, kad prieð kiekvienà áraðø trynimà praðytø patviritimo?"
+
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Redaguoti"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Redaguoti \"%s\""
+
+#: lib/Block/summary.php:74 templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Redaguoti uþraðà"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Redaguoti kategorijas ir spalvas"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Redaguoti: %s"
+
+#: lib/Block/summary.php:93 templates/list/memo_summaries.inc:15
+msgid "Empty Note"
+msgstr "Tuðèias uþraðas"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Kodavimas yra nesukonfigûruotas. Susisiekite su savo administratoriumi."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Iðkelti"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Iðkelti uþraðus"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "Pagrindiniai nustatymai"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Uþraðø ákëlimas, %d-as þingsnis"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "Ákelti/Iðkelti uþraðus"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Kur: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Paskutiná kartà redaguota"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "Maksimalus uþraðø skaièius"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Uþraðo tekstas"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Meniu sàraðas"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Daugiau nustatymø..."
+
+#: templates/panel.inc:40
+msgid "My Notepads:"
+msgstr "Mano uþraðø knygelës:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Mano uþraðai"
+
+#: templates/notepads/notepads.inc:53
+msgid "Name:"
+msgstr "Pavadinimas:"
+
+#: memo.php:57 lib/Block/tree_menu.php:24
+msgid "New Note"
+msgstr "Naujas uþraðas"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Sekantis"
+
+#: lib/api.php:258
+msgid "No iCalendar data was found."
+msgstr "iCalendar duomenø nëra."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Atitinkanèiø uþraðø nëra"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Jokie uþraðai neatitinka paieðkos kriterijaus."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Uþraðø nëra"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Uþr_aðas"
+
+#: lib/Driver/sql.php:175
+msgid "Not found"
+msgstr "Nerasta"
+
+#: config/prefs.php.dist:60
+msgid "Note Category"
+msgstr "Uþraðo kategorija"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "Uþraðo apraðymas"
+
+#: notepads.php:113
+msgid "Note Lists"
+msgstr "Uþraðø sàraðai"
+
+#: config/prefs.php.dist:59
+msgid "Note Text"
+msgstr "Uþraðo tekstas"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Uþraðo _tekstas"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Tokio uþraðo nëra."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Uþraðø kn_ygelë"
+
+#: templates/list/memo_headers.inc:33 config/prefs.php.dist:61
+msgid "Notepad"
+msgstr "Uþraðø knygelë"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:42
+msgid "Notepads"
+msgstr "Uþraðø knygelës"
+
+#: notepads.php:32
+msgid "Notepads must have a name."
+msgstr "Uþraðø knygelei reikia pavadinimo."
+
+#: templates/notepads/notepads.inc:45
+msgid "Notepads:"
+msgstr "Uþraðø knygelës:"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Uþraðø santrumpa"
+
+#: lib/api.php:235 lib/api.php:323 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "Neuþtenka teisiø"
+
+#: templates/notepads/notepads.inc:56
+msgid "Permissions"
+msgstr "Teisës"
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Tikrai iðtrinti ðá uþraðà?"
+
+#: templates/panel.inc:59 templates/memo/memo.inc:57
+msgid "Save"
+msgstr "Iðsaugoti"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Iðsaugoti kaip PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:45 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Ieðkoti"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Paieðkos rezultatai"
+
+#: templates/notepads/notepads.inc:47
+msgid "Select a notepad"
+msgstr "Pasirinkite uþraðø knygelæ"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Pasirinkite iðkëlimo formatà:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Pasirinkite ákeliamà failà:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Pasirinkite ákëliamo failo formatà:"
+
+#: templates/panel.inc:50
+msgid "Shared Notepads:"
+msgstr "Bendros uþraðø knygelës:"
+
+#: config/prefs.php.dist:40
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Ar rodyti uþraðø knygelës stulpelá uþraðø sàraðe?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Rodyti mygtukus?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Rodyti uþraðø knygelës pavadinimà?"
+
+#: config/prefs.php.dist:50
+msgid "Show notepad options panel?"
+msgstr "Rodyti uþraðø knygelës nustatymø pultà?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Rodyti uþraðus ið ðiø kategorijø"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Rûðiuoti pagal kategorijà"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Rûðiuoti pagal uþraðo tekstà"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Rûðiuoti pagal uþraðø knygelæ"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" sëkmingai iðsaugotas."
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Faile %s nëra jokiø uþraðø."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Uþraðø posistemë ðiuo metu nepasiekiama."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Uþraðø posistemë ðiuo metu nepasiekiama: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Uþraðas iðtrintas."
+
+#: notepads.php:45 notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Nepavyko sukurti uþraðø knygelës \"%s\": %s"
+
+#: notepads.php:47
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Uþraðø knygelë \"%s\" sukurta."
+
+#: notepads.php:88
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Uþraðø knygelë \"%s\" iðtrinta."
+
+#: notepads.php:58
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Uþraðø knygelë \"%s\" iðsaugota."
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Klaida ákeliant duomenis: %s"
+
+#: lib/api.php:252
+msgid "There was an error importing the iCalendar data."
+msgstr "Klaida ákeliant iCalendar duomenis."
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "Klaida ákeliant vNote duomenis."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Klaida iðtrinant uþraðà: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Klaida iðsaugant uþraðà: %s."
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Klaida perþiûrint ðià uþraðø knygelæ: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Uþraðø iðkëlimui nëra."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Failo formatas nepalaikomas."
+
+#: memo.php:91 view.php:98
+msgid "This note cannot be decrypted:"
+msgstr "Nepavyko atkoduoti ðio uþraðo:"
+
+#: memo.php:83 view.php:90
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Ðis uþraðas yra uþkoduotas. Áraðykite slaptaþodá."
+
+#: memo.php:80 memo.php:88 view.php:87 view.php:95 lib/Driver/sql.php:438
+#: lib/Driver/kolab.php:752
+msgid "This note has been encrypted."
+msgstr "Ðis uþraðas uþkoduotas."
+
+#: notepads.php:83
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Negaliu iðtrinti \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Nepavyko uþkrauti %s apraðymo."
+
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96 templates/view/memo.inc:27
+#: templates/list/memo_summaries.inc:17
+msgid "Unfiled"
+msgstr "Nenurodyta"
+
+#: lib/api.php:288 lib/api.php:345 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Neþinoma Content-Type antraðtë: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Prie kurios uþraðø knygelës pridëti darbus?"
+
+#: memo.php:37 data.php:42 data.php:130
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Jûs neturite teisiø kurti daugiau kaip %d uþraðø."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Neturite teisiø perþiûrëti uþraðø knygelës %s."
+
+#: notepads.php:68
+msgid "You must select a notepad to be deleted."
+msgstr "Nurodykite uþraðø knygelæ, kurià norite iðtrinti."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Jûsø pagrindinë uþraðø knygelë:"
+
+#: templates/panel.inc:45
+msgid "[Manage My Notepads]"
+msgstr "[Valdyti mano uþraðø knygeles]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "Turinyje"
+
+#: templates/list/memo_headers.inc:41 templates/memo/memo.inc:70
+msgid "_Category"
+msgstr "_Kategorija"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Iðtrinti"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Redaguoti"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "Uþkoduoti?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Ko: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "Ákelti/Iðkelti"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "_Uþraðø sàraðas"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "_Naujas uþraðas"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "Slaptaþodis"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "_Spausdinti"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "Ieðk_oti"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "Pavadinime"
+
+#: lib/Block/tree_menu.php:34
+#, php-format
+msgid "in %s"
+msgstr "%s"
+
+#: data.php:91 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "uzrasai.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Latvian translations for Mnemo package.
+# Copyright 2004-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Automatically generated, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 1.1.2\n"
+"POT-Creation-Date: 2004-11-17 12:36+0100\n"
+"PO-Revision-Date: 2004-11-19 15:50+0200\n"
+"Last-Translator: Janis Eisaks <jancs@dv.lv>\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CP1257\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2);\n"
+
+#: templates/list/header.inc:9
+msgid "%d notes"
+msgstr "%d piezîmes"
+
+#: data.php:158
+#, fuzzy
+msgid "%s file successfully imported"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"fails %s veiksmîgi ielâdçts\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"%s datne sekmîgi ielâdçta"
+
+#: notepads.php:111 lib/base.php:95
+msgid "%s's Notepad"
+msgstr ""
+
+#: templates/list/header.inc:9
+msgid "1 note"
+msgstr "1 piezîme"
+
+#: memo.php:137
+#, fuzzy
+msgid "Access denied deleting note."
+msgstr "Kïûme dzçðot piezîmes."
+
+#: memo.php:94 memo.php:97
+msgid "Access denied moving the note."
+msgstr ""
+
+#: memo.php:69
+msgid "Access denied saving note to %s."
+msgstr ""
+
+#: memo.php:67
+msgid "Access denied saving note: %s"
+msgstr ""
+
+#: templates/prefs/showsummaryselect.inc:103
+#, fuzzy
+msgid "Add category"
+msgstr "Kategorija"
+
+#: memo.php:37
+msgid "Adding A New Note"
+msgstr "Pievienojam jaunu piezîmi"
+
+#: config/prefs.php.dist:45
+msgid "Ascending"
+msgstr "Augoði"
+
+#: templates/prefs/showsummaryselect.inc:99
+#, fuzzy
+msgid "Available Categories:"
+msgstr "Pieejamie lauki:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:65
+msgid "Back to Notepad"
+msgstr "Atpakaï uz sarakstu"
+
+#: templates/notepads/notepads.inc:99
+#, fuzzy
+msgid "Back to Notepad Options"
+msgstr "Atpakaï uz sarakstu"
+
+#: data.php:28 templates/data/import.inc:17
+#, fuzzy
+msgid "CSV"
+msgstr "CVS"
+
+#: data.php:40 templates/view/memo.inc:15
+msgid "Category"
+msgstr "Kategorija"
+
+#: templates/notepads/notepads.inc:22 templates/notepads/notepads.inc:96
+msgid "Change"
+msgstr "Mainît"
+
+#: templates/list/memo_headers.inc:6 templates/list/memo_headers.inc:10
+#, fuzzy
+msgid "Change sort direction"
+msgstr "Ðíiroðanas kârtîba"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Mainît piezîmju ðíiroðanas un ekrâna iestatîjumus."
+
+#: templates/prefs/showsummaryselect.inc:93
+#, fuzzy
+msgid "Choose the memo categories to list in the summary view."
+msgstr "Râdît beigu datumus kopskatâ?"
+
+#: templates/search/search.inc:32
+#, fuzzy
+msgid "Clear Form"
+msgstr "Notîrît"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:96
+#: templates/notepads/notepads.inc:98
+msgid "Create"
+msgstr "Izveidot"
+
+#: templates/view/memo.inc:35
+#, fuzzy
+msgid "Created"
+msgstr "Izveidot"
+
+#: config/prefs.php.dist:37
+msgid "Default sorting criteria:"
+msgstr "Noklusçtais ðíiroðanas kritçrijs:"
+
+#: config/prefs.php.dist:47
+msgid "Default sorting direction:"
+msgstr "Noklusçtâ ðíiroðanas kârtîba:"
+
+#: templates/notepads/notepads.inc:97 templates/view/memo.inc:25
+#: templates/view/memo.inc:62 templates/memo/memo.inc:56
+msgid "Delete"
+msgstr "Dzçst"
+
+#: config/prefs.php.dist:46
+msgid "Descending"
+msgstr "Dilstoði"
+
+#: templates/notepads/notepads.inc:83
+#, fuzzy
+msgid "Description:"
+msgstr "Apraksts"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Ekrâna iestatîjumi"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:58
+#, fuzzy
+msgid "Edit"
+msgstr ""
+"#-#-#-#-# lv_LV.po (IMP 3.1) #-#-#-#-#\n"
+"Rediìçt\n"
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Rediìçt\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Labot"
+
+#: templates/list/memo_summaries.inc:4 templates/list/memo_summaries.inc:5
+#: templates/list/memo_headers.inc:4 lib/Block/summary.php:82
+#, fuzzy
+msgid "Edit Note"
+msgstr "Piezîmju saraksts"
+
+#: config/prefs.php.dist:80
+#, fuzzy
+msgid "Edit your notepads."
+msgstr "Rediìçt identitâtes"
+
+#: templates/list/memo_summaries.inc:9
+msgid "Empty Note"
+msgstr "Tukða piezîme"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Eksportçt"
+
+#: templates/data/export.inc:8
+#, fuzzy
+msgid "Export Notes"
+msgstr "Tukða piezîme"
+
+#: templates/search/search.inc:21
+#, fuzzy
+msgid "F_ull Text"
+msgstr "Pilns teksts"
+
+#: templates/data/import.inc:8
+msgid "Import Notes, Step %d"
+msgstr ""
+
+#: data.php:164
+#, fuzzy
+msgid "Import/Export Notes"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Importçt/Eksportçt\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Ievilkt/Eksportçt"
+
+#: templates/view/memo.inc:42
+#, fuzzy
+msgid "Last Modified"
+msgstr "Pçdçjais mçnesis"
+
+#: config/prefs.php.dist:21
+msgid "Manage multiple notepads."
+msgstr ""
+
+#: data.php:39
+#, fuzzy
+msgid "Memo Text"
+msgstr "Piezîmes teksts"
+
+#: memo.php:53
+msgid "Modifying %s"
+msgstr "Labojam %s"
+
+#: list.php:31
+#, fuzzy
+msgid "My Notes"
+msgstr "Piezîmes"
+
+#: lib/Block/summary.php:22
+msgid "New Note"
+msgstr "Jauna piezîme"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Nâkamais"
+
+#: templates/menu.inc:7
+#, fuzzy
+msgid "No notepads are available to guests."
+msgstr "Iestatîjumi nav pieejami"
+
+#: templates/list/header.inc:9
+msgid "No notes"
+msgstr "Piezîmju nav"
+
+#: templates/list/empty.inc:3
+msgid "No notes match the current criteria."
+msgstr ""
+
+#: lib/Block/summary.php:108
+msgid "No notes to display"
+msgstr ""
+
+#: templates/list/memo_headers.inc:7
+#, fuzzy
+msgid "No_te"
+msgstr "Piezîmes"
+
+#: config/prefs.php.dist:36
+msgid "Note Category"
+msgstr "Piezîmes kategorija"
+
+#: view.php:60 templates/view/memo.inc:9
+msgid "Note Details"
+msgstr "Piezîmes saturs"
+
+#: notepads.php:122
+#, fuzzy
+msgid "Note Lists"
+msgstr "Piezîmes"
+
+#: config/prefs.php.dist:35
+msgid "Note Text"
+msgstr "Piezîmes teksts"
+
+#: templates/memo/memo.inc:14
+#, fuzzy
+msgid "Note _Text"
+msgstr "Piezîmes teksts"
+
+#: view.php:38 memo.php:45
+#, fuzzy
+msgid "Note not found."
+msgstr "Nav strodams paziòojumu klausîtâjs %s"
+
+#: templates/memo/memo.inc:21
+#, fuzzy
+msgid "Note_pad"
+msgstr "Piezîmes"
+
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr ""
+
+#: templates/notepads/notepads.inc:61 config/prefs.php.dist:20
+#, fuzzy
+msgid "Notepads"
+msgstr "Piezîmes"
+
+#: lib/Block/summary.php:3
+#, fuzzy
+msgid "Notes Summary"
+msgstr "Îsa anotâcija:"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:19
+msgid "Other Options"
+msgstr "Citas opcijas"
+
+#: lib/api.php:119 lib/api.php:189 lib/api.php:259 lib/api.php:288
+msgid "Permission Denied"
+msgstr ""
+
+#: templates/notepads/notepads.inc:87
+#, fuzzy
+msgid "Permissions"
+msgstr "Personîgais"
+
+#: templates/list/header.inc:4 templates/list/header.inc:5
+msgid "Refresh List"
+msgstr "Atsvaidzinât sarakstu"
+
+#: templates/prefs/showsummaryselect.inc:105
+#, fuzzy
+msgid "Remove category"
+msgstr "Piezîmes kategorija"
+
+#: templates/notepads/notepads.inc:98
+msgid "Reset"
+msgstr "Dzçst visus"
+
+#: templates/memo/memo.inc:48
+msgid "Save"
+msgstr "Saglabât"
+
+#: search.php:13 templates/search/search.inc:4 templates/search/search.inc:31
+msgid "Search"
+msgstr "Meklçt"
+
+#: list.php:53
+msgid "Search Results"
+msgstr "Meklçðanas rezultâti"
+
+#: templates/search/search.inc:17
+msgid "Search Scope"
+msgstr "Meklçðanas apjoms"
+
+#: templates/search/search.inc:9
+#, fuzzy
+msgid "Search _Text"
+msgstr "Meklçt tekstu"
+
+#: templates/notepads/notepads.inc:67
+#, fuzzy
+msgid "Select a notepad"
+msgstr "Neizvçlçties neko"
+
+#: templates/data/export.inc:15
+#, fuzzy
+msgid "Select the export format:"
+msgstr "Izvçlieties datuma formâtu:"
+
+#: templates/data/import.inc:37
+#, fuzzy
+msgid "Select the file to import:"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Izvçlieties failu, ko importçt:\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Izvçlieties datni ko ielasît:"
+
+#: templates/data/import.inc:15
+#, fuzzy
+msgid "Select the format of the source file:"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Izvçlieties kâdâ formâtâ eksportçt:\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Izvçlieties formâtu kâdâ eksportçt:"
+
+#: templates/prefs/showsummaryselect.inc:109
+#, fuzzy
+msgid "Selected Categories:"
+msgstr "Izvçlieties kategoriju"
+
+#: templates/menu.inc:16
+msgid "Show"
+msgstr ""
+
+#: templates/menu.inc:22
+#, fuzzy
+msgid "Show Notepads:"
+msgstr "Atpakaï uz sarakstu"
+
+#: lib/Block/summary.php:38
+msgid "Show action buttons?"
+msgstr ""
+
+#: lib/Block/summary.php:41
+msgid "Show notepad name?"
+msgstr ""
+
+#: lib/Block/summary.php:44
+msgid "Show notes from these categories"
+msgstr ""
+
+#: templates/list/memo_headers.inc:11
+msgid "Sort by Category"
+msgstr "Ðíirot pçc kategorijâm"
+
+#: templates/list/memo_headers.inc:7
+#, fuzzy
+msgid "Sort by Note Text"
+msgstr "Piezîmes teksts"
+
+#: memo.php:111
+msgid "Successfully saved '%s'."
+msgstr ""
+
+#: memo.php:134
+#, fuzzy
+msgid "The note was deleted."
+msgstr "Piezîmes netika izdzçstas."
+
+#: notepads.php:62
+#, fuzzy
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Parakstu neizdzvâs aizvietot."
+
+#: notepads.php:64
+#, fuzzy
+msgid "The notepad \"%s\" has been created."
+msgstr "Identitâte \"%s\" veiksmîgi izdzçsta."
+
+#: notepads.php:94
+#, fuzzy
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Identitâte \"%s\" veiksmîgi izdzçsta."
+
+#: notepads.php:72
+#, fuzzy
+msgid "The notepad \"%s\" has been saved."
+msgstr "Identitâte \"%s\" saglabâta."
+
+#: notepads.php:49
+msgid "The notepad name is empty."
+msgstr ""
+
+#: data.php:155
+#, fuzzy
+msgid "There was an error importing the data: %s"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Kïûda importçjot datus.\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Kïûda ielasot datus"
+
+#: lib/api.php:143 lib/api.php:307
+#, fuzzy
+msgid "There was an error importing the vNote data."
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Kïûda importçjot datus.\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Kïûda ielasot datus"
+
+#: memo.php:132
+#, fuzzy
+msgid "There was an error removing the note: %s"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Kïûda importçjot datus.\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Kïûda ielasot datus"
+
+#: memo.php:109
+#, fuzzy
+msgid "There was an error saving the note: %s"
+msgstr "Radâs kïûda saglabâjot melnrakstu."
+
+#: view.php:24
+#, fuzzy
+msgid "There was an error viewing this notepad: %s"
+msgstr "Radâs kïûda apskatot pieprasîto vçstuli."
+
+#: data.php:65
+#, fuzzy
+msgid "There were no memos to export."
+msgstr "Nav notikumu ko eksportçt"
+
+#: data.php:91
+msgid "This file format is not supported."
+msgstr ""
+
+#: notepads.php:90
+#, fuzzy
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nevar neodzçst %s."
+
+#: templates/memo/memo.inc:59
+msgid "Undo Changes"
+msgstr "Atcelt izmaiòas"
+
+#: templates/view/memo.inc:16 templates/list/memo_summaries.inc:11
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+msgid "Unfiled"
+msgstr "Neklasificçts"
+
+#: lib/api.php:152 lib/api.php:223 lib/api.php:315
+msgid "Unsupported Content-Type."
+msgstr ""
+
+#: templates/list/memo_summaries.inc:9
+msgid "View Note Details"
+msgstr "Skatît piezîmes saturu"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr ""
+
+#: view.php:28
+msgid "You do not have permission to view the notepad %s."
+msgstr ""
+
+#: notepads.php:97
+#, fuzzy
+msgid "You must select a notepad to be deleted."
+msgstr "Jâizvçlas identitâte, ko izdzçst."
+
+#: templates/prefs/notepadselect.inc:10
+#, fuzzy
+msgid "Your default notepad:"
+msgstr "Jûsu parastâ identitâte:"
+
+#: templates/notepads/notepads.inc:65
+#, fuzzy
+msgid "Your notepads:"
+msgstr "Jûsu identitâtes:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:65
+#, fuzzy
+msgid "_Back to Notepad"
+msgstr "Atpakaï uz sarakstu"
+
+#: templates/memo/memo.inc:39 templates/list/memo_headers.inc:11
+#, fuzzy
+msgid "_Category"
+msgstr "Kategorija"
+
+#: templates/view/memo.inc:25 templates/view/memo.inc:62
+#, fuzzy
+msgid "_Delete"
+msgstr "Dzçst"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:58
+#, fuzzy
+msgid "_Edit"
+msgstr ""
+"#-#-#-#-# lv_LV.po (IMP 3.1) #-#-#-#-#\n"
+"Rediìçt\n"
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Rediìçt\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Labot"
+
+#: templates/search/search.inc:20
+#, fuzzy
+msgid "_First Line"
+msgstr "Pirmâ lapa"
+
+#: lib/Mnemo.php:195
+#, fuzzy
+msgid "_Import/Export"
+msgstr ""
+"#-#-#-#-# lv_LV.po (Turba 1.1) #-#-#-#-#\n"
+"Importçt/Eksportçt\n"
+"#-#-#-#-# lv_LV.po (1.0) #-#-#-#-#\n"
+"Ievilkt/Eksportçt"
+
+#: lib/Mnemo.php:185
+#, fuzzy
+msgid "_List Notes"
+msgstr "Piezîmju saraksts"
+
+#: lib/Mnemo.php:187
+#, fuzzy
+msgid "_New Note"
+msgstr "Jauna piezîme"
+
+#: lib/Mnemo.php:200
+#, fuzzy
+msgid "_Print"
+msgstr "Drukât"
+
+#: lib/Mnemo.php:190
+#, fuzzy
+msgid "_Search"
+msgstr "Meklçt"
+
+#: data.php:77 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr ""
+
+#: data.php:29 templates/data/import.inc:18
+#, fuzzy
+msgid "vNote"
+msgstr "Piezîmes"
--- /dev/null
+# SOME DESCRIPTIVE TITLE.
+# Copyright YEAR Horde Project
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-08-01 10:44+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr ""
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr ""
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr ""
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr ""
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr ""
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr ""
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr ""
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr ""
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr ""
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr ""
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr ""
+
+#: templates/notepad_list.php:29 notepads/index.php:32
+msgid "Change Permissions"
+msgstr ""
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr ""
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr ""
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr ""
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr ""
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr ""
+
+#: templates/notepad_list.php:9
+msgid "Create a new Notepad"
+msgstr ""
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr ""
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr ""
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr ""
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr ""
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr ""
+
+#: templates/notepad_list.php:31 templates/view/memo.inc:16
+#: notepads/index.php:33 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr ""
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr ""
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr ""
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr ""
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr ""
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr ""
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr ""
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr ""
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr ""
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr ""
+
+#: templates/notepad_list.php:27 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr ""
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr ""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr ""
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:79
+#: lib/Block/summary.php:80
+msgid "Edit Note"
+msgstr ""
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr ""
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr ""
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:104
+msgid "Empty Note"
+msgstr ""
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr ""
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr ""
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr ""
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr ""
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr ""
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr ""
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr ""
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr ""
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr ""
+
+#: data.php:53
+msgid "Memo Text"
+msgstr ""
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr ""
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr ""
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr ""
+
+#: list.php:31
+msgid "My Notes"
+msgstr ""
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr ""
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr ""
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr ""
+
+#: lib/api.php:332
+msgid "No iCalendar data was found."
+msgstr ""
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr ""
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr ""
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr ""
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr ""
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr ""
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr ""
+
+#: view.php:121
+msgid "Note Details"
+msgstr ""
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr ""
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr ""
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr ""
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr ""
+
+#: templates/notepad_list.php:17 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr ""
+
+#: templates/notepad_list.php:14
+msgid "Notepad List"
+msgstr ""
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr ""
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr ""
+
+#: lib/api.php:207 lib/api.php:247 lib/api.php:280 lib/api.php:310
+#: lib/api.php:397 lib/api.php:465 lib/api.php:494
+msgid "Permission Denied"
+msgstr ""
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr ""
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr ""
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr ""
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr ""
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr ""
+
+#: list.php:54
+msgid "Search Results"
+msgstr ""
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr ""
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr ""
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr ""
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr ""
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr ""
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr ""
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr ""
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr ""
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr ""
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr ""
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr ""
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr ""
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr ""
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr ""
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr ""
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr ""
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr ""
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr ""
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr ""
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr ""
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr ""
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr ""
+
+#: lib/api.php:326
+msgid "There was an error importing the iCalendar data."
+msgstr ""
+
+#: lib/api.php:513
+msgid "There was an error importing the vNote data."
+msgstr ""
+
+#: lib/api.php:163
+#, php-format
+msgid "There was an error removing notes for %s. Details have been logged."
+msgstr ""
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr ""
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr ""
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr ""
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr ""
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr ""
+
+#: view.php:111 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr ""
+
+#: view.php:103 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr ""
+
+#: view.php:100 view.php:108 memo.php:80 memo.php:88 lib/api.php:403
+#: lib/Driver/kolab.php:766 lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr ""
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr ""
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr ""
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr ""
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr ""
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:107
+msgid "Unfiled"
+msgstr ""
+
+#: lib/api.php:362 lib/api.php:428 lib/api.php:521
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr ""
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr ""
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr ""
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr ""
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr ""
+
+#: lib/api.php:100
+msgid "You are not allowed to remove user data."
+msgstr ""
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr ""
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr ""
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr ""
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr ""
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr ""
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr ""
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr ""
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr ""
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr ""
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr ""
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr ""
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr ""
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr ""
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr ""
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr ""
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr ""
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr ""
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr ""
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr ""
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr ""
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr ""
--- /dev/null
+# Norwegian Mnemo Translation.
+# Copyright 2002-2009 The Horde Project.
+# This file is distributed under the same license as the Mnemo package.
+# Torstein S. Hansen <huleboer@techbee.no>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"POT-Creation-Date: 2002-06-05 11:43+0200\n"
+"PO-Revision-Date: 2002-06-05 11:45+0100\n"
+"Last-Translator: Torstein S. Hansen <huleboer@techbee.no>\n"
+"Language-Team: Norwegian (Bokmal) <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#, c-format
+msgid "%d memos"
+msgstr "%d memos"
+
+msgid "1 memo"
+msgstr "1 notat"
+
+msgid "Adding A New Memo"
+msgstr "Legg til eit nytt notat"
+
+msgid "Ascending"
+msgstr "Stigande"
+
+msgid "Back to Memo List"
+msgstr "Tilbake til notatliste"
+
+msgid "Category"
+msgstr "Kategori"
+
+msgid "Change your memo sorting and display options."
+msgstr "Endre alternativ for sortering og vising av notat"
+
+msgid "Checkbox"
+msgstr "Avkryssingsboks"
+
+msgid "Choose Action:"
+msgstr "Vel handling:"
+
+msgid "Clear Form"
+msgstr "Nullstill skjema"
+
+msgid "Current Memos"
+msgstr "Gjeldande notat"
+
+msgid "Default sorting criteria:"
+msgstr "Standard sorteringskriterium:"
+
+msgid "Default sorting direction:"
+msgstr "Standard sorteringsrekkefølgje:"
+
+msgid "Delete Memo"
+msgstr "Slett notat"
+
+msgid "Delete Memos"
+msgstr "Slett notat"
+
+#, c-format
+msgid "Deleted %d memos."
+msgstr "Sletta %d notat."
+
+msgid "Deleted 1 memo."
+msgstr "Sletta 1 notat."
+
+msgid "Descending"
+msgstr "Synkande"
+
+msgid "Description"
+msgstr "Skildring"
+
+msgid "Display Options"
+msgstr "Visingsalternativ"
+
+msgid "Full Text"
+msgstr "Fulltekst"
+
+msgid "Help"
+msgstr "Hjelp"
+
+msgid "Language"
+msgstr "Språk"
+
+msgid "List Memos"
+msgstr "Vis notat"
+
+msgid "Memo Category"
+msgstr "Notatkategori"
+
+msgid "Memo Description"
+msgstr "Notatskildring"
+
+msgid "Memo Details"
+msgstr "Notatdetaljar"
+
+msgid "Memo Text"
+msgstr "Notattekst"
+
+msgid "Mnemo is not properly configured"
+msgstr "Mnemo er ikkje ordentleg konfigurert"
+
+msgid "Modify Memo"
+msgstr "Endre notat"
+
+#, c-format
+msgid "Modifying %s"
+msgstr "Endrar %s"
+
+msgid "New Memo"
+msgstr "Nytt notat"
+
+msgid "No configuration information specified for SQL Memos."
+msgstr "Ingen konfigurasjonsinformasjon spesifisert for SQL-notat."
+
+msgid "No memos were deleted."
+msgstr "Ingen notat vart sletta."
+
+msgid "No memos"
+msgstr "Ingen notat"
+
+msgid "None specified"
+msgstr "Ingen spesifisert"
+
+msgid "Options"
+msgstr "Alternativ"
+
+msgid "Other Options"
+msgstr "Andre alternativ"
+
+msgid "Problem?"
+msgstr "Problem?"
+
+msgid "Refresh List"
+msgstr "Frisk opp liste"
+
+msgid "Required 'database' not specified in memos configuration."
+msgstr "Nødvendig 'database' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'hostspec' not specified in memos configuration."
+msgstr "Nødvendig 'hostspec' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'password' not specified in memos configuration."
+msgstr "Nødvendig 'password' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'phptype' not specified in memos configuration."
+msgstr "Nødvendig 'phptype' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'table' not specified in memos configuration."
+msgstr "Nødvendig 'table' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'username' not specified in memos configuration."
+msgstr "Nødvendig 'username' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Save Memo"
+msgstr "Lagre notat"
+
+msgid "Search Results"
+msgstr "Søkeresultat"
+
+msgid "Search Scope"
+msgstr "Søkeområde"
+
+msgid "Search Text"
+msgstr "Søkestreng"
+
+msgid "Search"
+msgstr "Søk"
+
+msgid "Select your preferred language:"
+msgstr "Vel ønska språk:"
+
+msgid "Set the your preferred display language."
+msgstr "Vel ønska språk."
+
+msgid "Some of Mnemo's configuration files are missing:"
+msgstr "Nokre av Mnemo sine konfigurasjonsfiler manglar:"
+
+msgid "Sort Direction"
+msgstr "Sorteringsrekkefølgje"
+
+msgid "Sort by Category"
+msgstr "Sorter etter kategori"
+
+msgid "Sort by Description"
+msgstr "Sorter etter skildring"
+
+msgid "The requested memo does not exist."
+msgstr "Det førespurte notatet eksisterer ikkje."
+
+msgid "There was a problem deleting memos."
+msgstr "Problem ved sletting av notat."
+
+msgid "This file contains preferences for Mnemo."
+msgstr "Denne fila inneheld innstillingar for Mnemo."
+
+msgid ""
+"This file controls the stylesheet that is used to set colors and fonts in "
+"addition to or overriding Horde defaults."
+msgstr ""
+"Denne fila kontrollerer stilarket som blir brukt til å definere fargar og "
+"skrifttypar, legg til eller overstyrer standardverdiar i Horde."
+
+msgid ""
+"This is the main Mnemo configuration file. It contains options for all Mnemo "
+"scripts."
+msgstr ""
+"Dette er hovedkonfigurasjonsfila for Mnemo. Den inneheld alternativ for alle "
+"Mnemo-skripta."
+
+msgid "Undo Changes"
+msgstr "Angre endringar"
+
+msgid "Unfiled"
+msgstr "Uarkivert"
+
+msgid "Unknown memo"
+msgstr "Ukjent notat"
+
+msgid "User Options"
+msgstr "Brukarval"
+
+msgid "View Memo Details"
+msgstr "Vis notatdetaljar"
+
+msgid "You have no memos."
+msgstr "Du har ingen notat."
+
+msgid "You must select at least one memo first."
+msgstr "Du må først velje minst eitt notat."
+
+msgid "Your Information"
+msgstr "Din informasjon"
--- /dev/null
+# Mnemo Dutch translation.
+# Copyright 2002 Jan Kuipers.
+# Jan Kuipers <jrkuipers@lauwerscollege.nl>, 2002-2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mneno H3 (2.2-cvs)\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2007-11-21 19:43+0100\n"
+"PO-Revision-Date: 2007-11-22 00:15+0100\n"
+"Last-Translator: Jan Kuipers <jrkuipers@lauwerscollege.nl>\n"
+"Language-Team: Dutch <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s tekens"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s bestand met succes geimporteerd"
+
+#: notepads.php:102 lib/Mnemo.php:429
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s's notitieboek"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Toegang geweigerd bij verwijderen van notitie."
+
+#: memo.php:152 memo.php:155
+msgid "Access denied moving the note."
+msgstr "Toegang geweigerd bij verplaatsen van de notitie."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Toegang geweigerd bij opslaan van notitie in %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Toegang geweigerd bij opslaan van notitie: %s"
+
+#: config/prefs.php.dist:71
+msgid "Ascending"
+msgstr "Toenemend"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Categorie"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Wijzigen"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Wijzig uw notitie sorteer- en weergaveopties."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Kies standaard notitieboek."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Zoeken afsluiten"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:64
+msgid "Create"
+msgstr "Maken"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Gemaakt"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Decoderen"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Standaard notitieboek"
+
+#: config/prefs.php.dist:62
+msgid "Default sorting criteria:"
+msgstr "Standaard sorteercriteria:"
+
+#: config/prefs.php.dist:73
+msgid "Default sorting direction:"
+msgstr "Standaard sorteervolgorde:"
+
+#: templates/view/memo.inc:16 templates/notepads/notepads.inc:65
+msgid "Delete"
+msgstr "Verwijderen"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Verwijderbevestiging"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Verwijderknopgedrag"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Verwijder deze notitie"
+
+#: config/prefs.php.dist:72
+msgid "Descending"
+msgstr "Afnemend"
+
+#: templates/notepads/notepads.inc:60
+msgid "Description:"
+msgstr "Beschrijving:"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Notitie %s niet gevonden"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Weergaveopties"
+
+#: config/prefs.php.dist:118
+msgid "Do you want to confirm deleting entries?"
+msgstr "Wilt u het verwijderen van invoer bevestigen?"
+
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Bewerken"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "\"%s\" bewerken"
+
+#: lib/Block/summary.php:74 templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Notitie bewerken"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Categorieën en kleuren bewerken"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Bewerken: %s"
+
+#: lib/Block/summary.php:93 templates/list/memo_summaries.inc:15
+msgid "Empty Note"
+msgstr "Lege notitie"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Codering wordt in de huidige configuratie niet ondersteund. Neem contact op "
+"met de beheerder, a.u.b."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exporteren"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Notities exporteren"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "Algemene opties"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Notities importeren, stap %d"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "Notities importeren/exporteren"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "In: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Laatst gewijzigd"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "Maximum aantal notities"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Notitietekst"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Menulijst"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Meer opties..."
+
+#: templates/panel.inc:40
+msgid "My Notepads:"
+msgstr "Mijn notitieboeken:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Mijn notities"
+
+#: templates/notepads/notepads.inc:53
+msgid "Name:"
+msgstr "Naam:"
+
+#: memo.php:57 lib/Block/tree_menu.php:24
+msgid "New Note"
+msgstr "Nieuwe notitie"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Volgende"
+
+#: lib/api.php:258
+msgid "No iCalendar data was found."
+msgstr "Geen iCalendardata gevonden."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Geen notities komen overeen"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Geen notities die overeen komen met de huidige criteria."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Geen notities weer te geven"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "No_titie"
+
+#: lib/Driver/sql.php:175
+msgid "Not found"
+msgstr "Niet gevonden"
+
+#: config/prefs.php.dist:60
+msgid "Note Category"
+msgstr "Notitiecategorie"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "Notitiedetails"
+
+#: notepads.php:113
+msgid "Note Lists"
+msgstr "Notitielijsten"
+
+#: config/prefs.php.dist:59
+msgid "Note Text"
+msgstr "Notitietekst"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Notitiet_ekst"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Notitie niet gevonden."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Notitie_boek"
+
+#: templates/list/memo_headers.inc:33 config/prefs.php.dist:61
+msgid "Notepad"
+msgstr "Notitieboek"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:42
+msgid "Notepads"
+msgstr "Notitieboeken"
+
+#: notepads.php:32
+msgid "Notepads must have a name."
+msgstr "Notitieboeken moeten een naam hebben."
+
+#: templates/notepads/notepads.inc:45
+msgid "Notepads:"
+msgstr "Notitieboeken:"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Notitiesamenvatting"
+
+#: lib/api.php:235 lib/api.php:323 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "Toegang geweigerd"
+
+#: templates/notepads/notepads.inc:56
+msgid "Permissions"
+msgstr "Rechten"
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Echt deze notitie verwijderen?"
+
+#: templates/panel.inc:59 templates/memo/memo.inc:57
+msgid "Save"
+msgstr "Opslaan"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Opslaan als PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:45 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Zoeken"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Zoekresultaten"
+
+#: templates/notepads/notepads.inc:47
+msgid "Select a notepad"
+msgstr "Selecteer een notitieboek"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Selecteer het exportformaat:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Selecteer het importbestand:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Selecteer het formaat van het bronbestand:"
+
+#: templates/panel.inc:50
+msgid "Shared Notepads:"
+msgstr "Gedeelde notitieboeken:"
+
+#: config/prefs.php.dist:40
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+"Dient het notitieboek in een eigen kolom in de lijstweergave weergegeven te "
+"worden?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Bewerkingsknoppen weergeven?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Notitieboeknamen weergeven?"
+
+#: config/prefs.php.dist:50
+msgid "Show notepad options panel?"
+msgstr "Notitieboekoptiespaneel weergeven?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Notities van deze categorieen weergeven"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Sorteren op categorie"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Sorteren op notitietekst"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Sorteren op notitieboek"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" met succes opgeslagen."
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Het %s bestand bevatte geen notities."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Het notitie backend is momenteel niet beschikbaar."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Het notitie backend is momenteel niet beschikbaar: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "De notitie is verwijderd."
+
+#: notepads.php:45 notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Het notitieboek \"%s\" kon niet worden aangemaakt: %s"
+
+#: notepads.php:47
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Het notitieboek \"%s\" is aangemaakt."
+
+#: notepads.php:88
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Het notitieboek \"%s\" is verwijderd."
+
+#: notepads.php:58
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Het notitieboek \"%s\" is opgeslagen."
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Een fout bij het importeren van de data: %s"
+
+#: lib/api.php:252
+msgid "There was an error importing the iCalendar data."
+msgstr "Een fout bij het importeren van de iCalendardata."
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "Een fout bij het importeren van de vNote data."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Een probleem bij het verwijderen van de notitie: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Een probleem bij het opslaan van de notitie: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Een probleem bij het bekijken van dit notitieboek: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Er waren geen notities om te exporteren."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Dit bestandsformaat wordt niet ondersteund."
+
+#: memo.php:91 view.php:98
+msgid "This note cannot be decrypted:"
+msgstr "Deze notitie kan niet worden gedecodeerd:"
+
+#: memo.php:83 view.php:90
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Deze notitie is gecodeerd, geef hieronder het wachtwoord, a.u.b."
+
+#: memo.php:80 memo.php:88 view.php:87 view.php:95 lib/Driver/kolab.php:752
+#: lib/Driver/sql.php:438
+msgid "This note has been encrypted."
+msgstr "Deze notitie is gecodeerd."
+
+#: notepads.php:83
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Niet in staat om \"%s\": %s te verwijderen"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Niet in staat om de definitie van %s te laden."
+
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96 templates/list/memo_summaries.inc:17
+#: templates/view/memo.inc:27
+msgid "Unfiled"
+msgstr "Onbenoemd"
+
+#: lib/api.php:288 lib/api.php:345 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Niet ondersteund Content-Type: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Aan welk notitieboek dienen de notities toegevoegd te worden?"
+
+#: memo.php:37 data.php:42 data.php:130
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Het is u niet toegestaan om meer dan %d notities te maken."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "U heeft geen recht om het notitieboek %s te bekijken."
+
+#: notepads.php:68
+msgid "You must select a notepad to be deleted."
+msgstr "U dient een notitieboek te selecteren om te verwijderen."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Uw standaard notitieboek:"
+
+#: templates/panel.inc:45
+msgid "[Manage My Notepads]"
+msgstr "[Beheer Mijn notitieboeken]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Body"
+
+#: templates/list/memo_headers.inc:41 templates/memo/memo.inc:70
+msgid "_Category"
+msgstr "_Categorie"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "Ver_wijderen"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Bewerken"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Coderen?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Voor: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "_Import/Export"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "Notities weer_geven"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "_Nieuwe notitie"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Wachtwoord"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "A_fdrukken"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "_Zoeken"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Titel"
+
+#: lib/Block/tree_menu.php:34
+#, php-format
+msgid "in %s"
+msgstr "in %s"
+
+#: data.php:91 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Mnemo Norwegian Nynorsk translation.
+# Copyright 2002 Per-Stian Vatne
+# This file is distributed under the same license as the Mnemo package.
+# Per-Stian Vatne <psv@orsta.org>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"POT-Creation-Date: 2002-06-08 22:19+0200\n"
+"PO-Revision-Date: 2002-06-08 22:42+0100\n"
+"Last-Translator: Per-Stian Vatne <psv@orsta.org>\n"
+"Language-Team: Norwegian Nynorsk <nynorsk@orsta.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#, c-format
+msgid "%d memos"
+msgstr "%d memos"
+
+msgid "1 memo"
+msgstr "1 notat"
+
+msgid "Adding A New Memo"
+msgstr "Legg til eit nytt notat"
+
+msgid "Ascending"
+msgstr "Stigande"
+
+msgid "Back to Memo List"
+msgstr "Tilbake til notatliste"
+
+msgid "Category"
+msgstr "Kategori"
+
+msgid "Change your memo sorting and display options."
+msgstr "Endre alternativ for sortering og vising av notat"
+
+msgid "Checkbox"
+msgstr "Avkryssingsboks"
+
+msgid "Choose Action:"
+msgstr "Vel handling:"
+
+msgid "Clear Form"
+msgstr "Nullstill skjema"
+
+msgid "Current Memos"
+msgstr "Gjeldande notat"
+
+msgid "Default sorting criteria:"
+msgstr "Standard sorteringskriterium:"
+
+msgid "Default sorting direction:"
+msgstr "Standard sorteringsrekkefølgje:"
+
+msgid "Delete Memo"
+msgstr "Slett notat"
+
+msgid "Delete Memos"
+msgstr "Slett notat"
+
+#, c-format
+msgid "Deleted %d memos."
+msgstr "Sletta %d notat."
+
+msgid "Deleted 1 memo."
+msgstr "Sletta 1 notat."
+
+msgid "Descending"
+msgstr "Synkande"
+
+msgid "Description"
+msgstr "Skildring"
+
+msgid "Display Options"
+msgstr "Visingsalternativ"
+
+msgid "Full Text"
+msgstr "Fulltekst"
+
+msgid "Help"
+msgstr "Hjelp"
+
+msgid "Language"
+msgstr "Språk"
+
+msgid "List Memos"
+msgstr "Vis notat"
+
+msgid "Memo Category"
+msgstr "Notatkategori"
+
+msgid "Memo Description"
+msgstr "Notatskildring"
+
+msgid "Memo Details"
+msgstr "Notatdetaljar"
+
+msgid "Memo Text"
+msgstr "Notattekst"
+
+msgid "Mnemo is not properly configured"
+msgstr "Mnemo er ikkje ordentleg konfigurert"
+
+msgid "Modify Memo"
+msgstr "Endre notat"
+
+#, c-format
+msgid "Modifying %s"
+msgstr "Endrar %s"
+
+msgid "New Memo"
+msgstr "Nytt notat"
+
+msgid "No configuration information specified for SQL Memos."
+msgstr "Ingen konfigurasjonsinformasjon spesifisert for SQL-notat."
+
+msgid "No memos were deleted."
+msgstr "Ingen notat vart sletta."
+
+msgid "No memos"
+msgstr "Ingen notat"
+
+msgid "None specified"
+msgstr "Ingen spesifisert"
+
+msgid "Options"
+msgstr "Alternativ"
+
+msgid "Other Options"
+msgstr "Andre alternativ"
+
+msgid "Problem?"
+msgstr "Problem?"
+
+msgid "Refresh List"
+msgstr "Frisk opp liste"
+
+msgid "Required 'database' not specified in memos configuration."
+msgstr "Nødvendig 'database' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'hostspec' not specified in memos configuration."
+msgstr "Nødvendig 'hostspec' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'password' not specified in memos configuration."
+msgstr "Nødvendig 'password' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'phptype' not specified in memos configuration."
+msgstr "Nødvendig 'phptype' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'table' not specified in memos configuration."
+msgstr "Nødvendig 'table' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Required 'username' not specified in memos configuration."
+msgstr "Nødvendig 'username' ikkje spesifisert i konfigurasjon for notat."
+
+msgid "Save Memo"
+msgstr "Lagre notat"
+
+msgid "Search Results"
+msgstr "Søkeresultat"
+
+msgid "Search Scope"
+msgstr "Søkeområde"
+
+msgid "Search Text"
+msgstr "Søkestreng"
+
+msgid "Search"
+msgstr "Søk"
+
+msgid "Select your preferred language:"
+msgstr "Vel ønska språk:"
+
+msgid "Set the your preferred display language."
+msgstr "Vel ønska språk."
+
+msgid "Some of Mnemo's configuration files are missing:"
+msgstr "Nokre av Mnemo sine konfigurasjonsfiler manglar:"
+
+msgid "Sort Direction"
+msgstr "Sorteringsrekkefølgje"
+
+msgid "Sort by Category"
+msgstr "Sorter etter kategori"
+
+msgid "Sort by Description"
+msgstr "Sorter etter skildring"
+
+msgid "The requested memo does not exist."
+msgstr "Det førespurte notatet eksisterer ikkje."
+
+msgid "There was a problem deleting memos."
+msgstr "Problem ved sletting av notat."
+
+msgid "This file contains preferences for Mnemo."
+msgstr "Denne fila inneheld innstillingar for Mnemo."
+
+msgid "This file controls the stylesheet that is used to set colors and fonts in addition to or overriding Horde defaults."
+msgstr "Denne fila kontrollerer stilarket som blir brukt til å definere fargar og skrifttypar, legg til eller overstyrer standardverdiar i Horde."
+
+msgid "This is the main Mnemo configuration file. It contains options for all Mnemo scripts."
+msgstr "Dette er hovedkonfigurasjonsfila for Mnemo. Den inneheld alternativ for alle Mnemo-skripta."
+
+msgid "Undo Changes"
+msgstr "Angre endringar"
+
+msgid "Unfiled"
+msgstr "Uarkivert"
+
+msgid "Unknown memo"
+msgstr "Ukjent notat"
+
+msgid "User Options"
+msgstr "Brukarval"
+
+msgid "View Memo Details"
+msgstr "Vis notatdetaljar"
+
+msgid "You have no memos."
+msgstr "Du har ingen notat."
+
+msgid "You must select at least one memo first."
+msgstr "Du må først velje minst eitt notat."
+
+msgid "Your Information"
+msgstr "Din informasjon"
+
--- /dev/null
+# Polish translations for Mnemo package
+# Polskie tlumaczenia dla pakietu Mnemo.
+# Copyright 2005-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Mateusz Kaminski <matipl@pld-linux.org>, 2005.
+# Piotr Tarnowski <drfugazi@drfugazi.eu.org>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo H3 (2.2-cvs)\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2007-06-14 14:47+0200\n"
+"PO-Revision-Date: 2007-06-20 19:43+0200\n"
+"Last-Translator: Piotr Tarnowski <drfugazi@drfugazi.eu.org>\n"
+"Language-Team: Polish <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: templates/memo/memo.inc:48
+#, php-format
+msgid "%s characters"
+msgstr "%s znaków"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "plik %s zosta³ zaimportowany"
+
+#: notepads.php:103 lib/Mnemo.php:352
+#, php-format
+msgid "%s's Notepad"
+msgstr "Notatnik - %s"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Brak uprawnieñ aby usun±æ notatkê."
+
+#: memo.php:152 memo.php:155
+msgid "Access denied moving the note."
+msgstr "Brak uprawnieñ aby przenie¶æ notatkê."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Brak uprawnieñ aby zapisaæ notatkê do %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Brak uprawnieñ aby zapisaæ notatkê: %s"
+
+#: config/prefs.php.dist:61
+msgid "Ascending"
+msgstr "Rosn±co"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategoria"
+
+#: templates/notepads/notepads.inc:21
+msgid "Change"
+msgstr "Zmieñ"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Zmieñ opcje sortowania i wy¶wietlania notatek."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Wybierz swój domy¶lny notatnik."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Zamknij wyszukiwanie"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:59
+msgid "Create"
+msgstr "Utwórz"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Utworzono"
+
+#: templates/memo/memo.inc:44 templates/view/memo.inc:54
+msgid "Decrypt"
+msgstr "Odszyfruj"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Domy¶lny notatnik"
+
+#: config/prefs.php.dist:52
+msgid "Default sorting criteria:"
+msgstr "Domy¶lne kryterium sortowania:"
+
+#: config/prefs.php.dist:63
+msgid "Default sorting direction:"
+msgstr "Domy¶lny kierunek sortowania:"
+
+#: templates/view/memo.inc:16 templates/notepads/notepads.inc:60
+msgid "Delete"
+msgstr "Usuñ"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Potwierdzenie usuwania"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Zachowanie przycisku usuwania"
+
+#: templates/memo/memo.inc:32
+msgid "Delete this note"
+msgstr "Usuñ tê notatkê"
+
+#: config/prefs.php.dist:62
+msgid "Descending"
+msgstr "Malej±co"
+
+#: templates/notepads/notepads.inc:55
+msgid "Description:"
+msgstr "Opis:"
+
+#: lib/Driver/kolab.php:543
+#, php-format
+msgid "Did not find note %s"
+msgstr "Nie znaleziono notatki %s"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Opcje wy¶wietlania"
+
+#: config/prefs.php.dist:108
+msgid "Do you want to confirm deleting entries?"
+msgstr "Czy chcesz potwierdzaæ usuwanie wpisów?"
+
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Edytuj"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Edytuj \"%s\""
+
+#: lib/Block/summary.php:74 templates/list/memo_headers.inc:30
+msgid "Edit Note"
+msgstr "Edytuj notatkê"
+
+#: templates/list/memo_headers.inc:40
+msgid "Edit categories and colors"
+msgstr "Edytuj kategorie i kolory"
+
+#: memo.php:103
+#, php-format
+msgid "Edit: %s"
+msgstr "Edytuj: %s"
+
+#: templates/list/memo_summaries.inc:12
+msgid "Empty Note"
+msgstr "Pusta notatka"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Wsparcie dla szyfrowania nie zosta³o skonfigurowane, skontaktuj siê z "
+"administratorem"
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Eksport"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Eksport notatek"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "G³ówne opcje"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Import notatek, krok %d"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "Import/Eksport notatek"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "W: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Ostatnio zmodyfikowano"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "Maksymalna ilo¶æ notatek"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Tekst memo"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Lista menu"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Wiêcej opcji..."
+
+#: templates/panel.inc:40
+msgid "My Notepads:"
+msgstr "Moje notatniki:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Moje notatki"
+
+#: templates/notepads/notepads.inc:50
+msgid "Name:"
+msgstr "Nazwa:"
+
+#: memo.php:55 lib/Block/tree_menu.php:21
+msgid "New Note"
+msgstr "Nowa notatka"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Dalej"
+
+#: lib/api.php:259
+msgid "No iCalendar data was found."
+msgstr "Nie znaleziono danych w formacie iCalendar."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Nie dopasowano notatek"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Nie ma notatek spe³niaj±cych bie¿±ce kryteria."
+
+#: lib/Block/summary.php:100
+msgid "No notes to display"
+msgstr "Brak notatek do wy¶wietlenia"
+
+#: templates/list/memo_headers.inc:32
+msgid "No_te"
+msgstr "No_tatka"
+
+#: lib/Driver/sql.php:175
+msgid "Not found"
+msgstr "Nie znaleziono"
+
+#: config/prefs.php.dist:51
+msgid "Note Category"
+msgstr "Kategoria wiadomo¶ci"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "Szczegó³y notatki"
+
+#: notepads.php:114
+msgid "Note Lists"
+msgstr "Listy notatek"
+
+#: config/prefs.php.dist:50
+msgid "Note Text"
+msgstr "Tre¶æ notatki"
+
+#: templates/memo/memo.inc:48
+msgid "Note _Text"
+msgstr "_Tre¶æ notatki"
+
+#: view.php:56 memo.php:66 note/pdf.php:57
+msgid "Note not found."
+msgstr "Nie znaleziono notatki."
+
+#: templates/memo/memo.inc:54
+msgid "Note_pad"
+msgstr "Notatnik"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:39
+msgid "Notepads"
+msgstr "Notatniki"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "Notatniki musz± posiadaæ nazwê."
+
+#: templates/notepads/notepads.inc:42
+msgid "Notepads:"
+msgstr "Notatniki:"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Podsumowanie notatek"
+
+#: lib/api.php:236 lib/api.php:324 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "Dostêp zabroniony"
+
+#: templates/notepads/notepads.inc:52
+msgid "Permissions"
+msgstr "Uprawnienia"
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Na prawdê usun±æ tê notatkê?"
+
+#: templates/panel.inc:59 templates/memo/memo.inc:52
+msgid "Save"
+msgstr "Zapisz"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Zapisz jako PDF"
+
+#: search.php:17 lib/Block/tree_menu.php:30 templates/list/header.inc:4
+#: templates/search/search.inc:4 templates/search/search.inc:27
+msgid "Search"
+msgstr "Szukaj"
+
+#: list.php:53
+#, php-format
+msgid "Search Results (%s)"
+msgstr "Wyniki wyszukiwania (%s)"
+
+#: templates/notepads/notepads.inc:44
+msgid "Select a notepad"
+msgstr "Wybierz notatnik"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Wybierz format eksportu:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Wybierz plik do importu:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Wybierz format pliku ¼ród³owego:"
+
+#: templates/panel.inc:50
+msgid "Shared Notepads:"
+msgstr "Wspó³dzielone notatniki:"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Wy¶wietlaæ przyciski akcji?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Wy¶wietlaæ nazwê notatnika?"
+
+#: config/prefs.php.dist:41
+msgid "Show notepad options panel?"
+msgstr "Wy¶wietlaæ panel opcji notatnika?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Wy¶wietlaj notatki z tych kategori"
+
+#: templates/list/memo_headers.inc:36
+msgid "Sort by Category"
+msgstr "Sortuj po kategorii"
+
+#: templates/list/memo_headers.inc:32
+msgid "Sort by Note Text"
+msgstr "Sortuj po tre¶ci notatek"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Pomy¶lnie zapisano \"%s\"."
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Plik %s nie zawiera³ ¿adnych notatek."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Backend notatek nie jest obecnie dostêpny."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Backend notatek nie jest obecnie dostêpny: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Notatka zosta³a usuniêta"
+
+#: notepads.php:46 notepads.php:57
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Notatnik \"%s\" nie zosta³ utworzony: %s"
+
+#: notepads.php:48
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Notatnik \"%s\" zosta³ utworzony."
+
+#: notepads.php:89
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Notatnik \"%s\" zosta³ usuniêty."
+
+#: notepads.php:59
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Notatnik \"%s\" zosta³ zapisany."
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Wyst±pi³ b³±d podczas importu danych: %s"
+
+#: lib/api.php:253
+msgid "There was an error importing the iCalendar data."
+msgstr "Wyst±pi³ b³±d podczas importu danych w formacie iCalendar."
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "Wyst±pi³ b³±d podczas importu danych w formacie vNote."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Wyst±pi³ b³±d podczas usuwania notatki: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Wyst±pi³ b³±d podczas zapisywania notatki: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Wyst±pi³ b³±d podczas wy¶wietlania tego notatnika: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Nie by³o ¿adnych notatek do wyeksportowania."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Ten format pliku nie jest wspierany."
+
+#: view.php:98 memo.php:90
+msgid "This note cannot be decrypted:"
+msgstr "Nie mo¿na odszyfrowaæ tej notatki:"
+
+#: view.php:90 memo.php:82
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Ta notatka zosta³a zaszyfrowana, wprowad¼ has³o poni¿ej."
+
+#: view.php:87 view.php:95 memo.php:79 memo.php:87 lib/Driver/kolab.php:739
+#: lib/Driver/sql.php:438
+msgid "This note has been encrypted."
+msgstr "Ta notatka zosta³a zaszyfrowana."
+
+#: notepads.php:84
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nie mo¿na usun±æ \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Nie mo¿na za³adowaæ definicji %s."
+
+#: lib/Mnemo.php:222 lib/Mnemo.php:223 lib/Mnemo.php:237 lib/Mnemo.php:238
+#: lib/Block/summary.php:95 templates/list/memo_summaries.inc:14
+#: templates/view/memo.inc:27
+msgid "Unfiled"
+msgstr "Niewype³niona"
+
+#: lib/api.php:289 lib/api.php:346 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Niewspierany rodzaj zawarto¶ci: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Do którego notatnika powinny byæ dodane notatki?"
+
+#: data.php:42 data.php:130 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Nie masz zezwolenia aby utworzyæ wiêcej ni¿ %d notatek."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Nie masz uprawnieñ aby ogl±daæ notatnik %s."
+
+#: notepads.php:69
+msgid "You must select a notepad to be deleted."
+msgstr "Musisz wybraæ notatnik do usuniêcia."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Twój domy¶lny notatnik:"
+
+#: templates/panel.inc:45
+msgid "[Manage My Notepads]"
+msgstr "[Zarz±daj moimi notatnikami]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "Tre¶ci"
+
+#: templates/memo/memo.inc:65 templates/list/memo_headers.inc:36
+msgid "_Category"
+msgstr "Kategoria"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "Usuñ"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Edytuj"
+
+#: templates/memo/memo.inc:69
+msgid "_Encrypt?"
+msgstr "Zaszyfrowaæ?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Wyra¿enie: "
+
+#: lib/Mnemo.php:389
+msgid "_Import/Export"
+msgstr "_Import/Eksport"
+
+#: lib/Mnemo.php:376
+msgid "_List Notes"
+msgstr "_Lista notatek"
+
+#: lib/Mnemo.php:381
+msgid "_New Note"
+msgstr "_Nowa notatka"
+
+#: templates/memo/memo.inc:42 templates/memo/memo.inc:74
+#: templates/view/memo.inc:52
+msgid "_Password"
+msgstr "Has³o"
+
+#: lib/Mnemo.php:394
+msgid "_Print"
+msgstr "Drukuj"
+
+#: lib/Mnemo.php:385
+msgid "_Search"
+msgstr "_Szukaj"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Tytule"
+
+#: data.php:91 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notatki.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# translation of pt_BR.po to Português brasileiro
+# This file is distributed under the same license as the Mnemo package.
+# Copyright YEAR Horde Project.
+#
+# Fabio Gomes <flgomes@fazenda.sp.gov.br>, 2005.
+# Luis Felipe Marzagao <duli@fedoraproject.org>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: pt_BR\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-07-06 23:35-0300\n"
+"PO-Revision-Date: 2008-07-06 23:36-0300\n"
+"Last-Translator: Luis Felipe Marzagao <duli@fedoraproject.org>\n"
+"Language-Team: Português brasileiro <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s caracteres"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Arquivo %s importado com sucesso"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Anotações de %s"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Acesso negado ao excluir anotação."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Acesso negado ao mover a anotação."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Acesso negado ao gravar a anotação em %s."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Acesso negado ao gravar a anotação: %s"
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Ascendente"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Categoria"
+
+#: templates/notepad_list.php:29 notepads/index.php:32
+msgid "Change Permissions"
+msgstr "Alterar Permissões"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Altera a ordenação de suas anotações e opções de visualização."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Escolha seu Bloco de Anotações padrão."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Fechar Pesquisa"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Criar"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Criar Bloco de Anotações"
+
+#: templates/notepad_list.php:9
+msgid "Create a new Notepad"
+msgstr "Criar um novo Bloco de Anotações"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Criado"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Descriptografar"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Bloco de Anotações Padrão"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Critério padrão de ordenação:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Direção de ordenação padrão:"
+
+#: templates/notepad_list.php:31 templates/view/memo.inc:16
+#: lib/Forms/DeleteNotepad.php:45 notepads/index.php:33
+msgid "Delete"
+msgstr "Excluir"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Excluir %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Confirmação de Exclusão"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Comportamento do botão de exclusão"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Excluir esta anotação"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Descendente"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Descrição"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Não foi encontrada a anotação %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Opções de Exibição"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Você deseja confirmar a exclusão de registros?"
+
+#: templates/notepad_list.php:27 templates/view/memo.inc:13
+#: notepads/index.php:31
+msgid "Edit"
+msgstr "Editar"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Editar \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Editar %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:79
+#: lib/Block/summary.php:80
+msgid "Edit Note"
+msgstr "Editar Anotação"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Editar categorias e cores"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Editar: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:104
+msgid "Empty Note"
+msgstr "Anotação em Branco"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Suporte para criptografia não foi configurado, por favor contate seu "
+"administrador."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Exportar"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Exportar Anotações"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Opções Gerais"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importar Anotações, Passo %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Importar/Exportar Anotações"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Em: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Última Modificação"
+
+#: templates/notepad_list.php:2 notepads/index.php:37
+msgid "Manage Notepads"
+msgstr "Gerenciar Blocos de Anotações"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Número Máximo de Anotações"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Texto do Memorando"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Lista de Menu"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Mais Opções..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Meus Blocos de Anotações:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Minhas Anotações"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Nome"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Nova Anotação"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Próxima"
+
+#: lib/api.php:332
+msgid "No iCalendar data was found."
+msgstr "Nenhum dado iCalendar foi encontrado."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Nenhuma anotação coincide"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Nenhuma anotação corresponde ao critério atual."
+
+#: lib/Block/summary.php:112
+msgid "No notes to display"
+msgstr "Nenhuma anotação para exibir"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Ano_tação"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Não encontrado"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Categoria da Anotação"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Detalhes da Nota"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Texto da Anotação"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_Texto da Anotação"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Anotação não encontrada."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Bloco de _Notas"
+
+#: templates/notepad_list.php:17 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Bloco de Anotações"
+
+#: templates/notepad_list.php:14
+msgid "Notepad List"
+msgstr "Lista de Bloco de Anotações"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Blocos de Anotações"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Resumo das Anotações"
+
+#: lib/api.php:207 lib/api.php:247 lib/api.php:280 lib/api.php:310
+#: lib/api.php:397 lib/api.php:465 lib/api.php:494
+msgid "Permission Denied"
+msgstr "Permissão Negada"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Permissão negada"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Realmente apagar o bloco de anotações \"%s\"? Isto não pode ser desfeito e "
+"todos os dados neste bloco de anotações será permanentemente removido."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Realmente excluir esta anotação?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Gravar"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Gravar como PDF"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Pesquisar"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Resultados da Pesquisa"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Pesquisar por Blocos de Anotações:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Selecione o formato para exportar:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Selecione o arquivo para importar:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Selecione o formato do arquivo de origem:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Blocos de Anotações Compartilhados:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr ""
+"O Bloco de Anotações deve ser exibido na respectiva coluna na exibição de "
+"Lista?"
+
+#: lib/Block/summary.php:35
+msgid "Show action buttons?"
+msgstr "Exibir botões de ação?"
+
+#: lib/Block/summary.php:39
+msgid "Show notepad name?"
+msgstr "Exibir o nome do bloco de anotações?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Exibir o painel de opções de bloco de anotações?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Exibir anotações destas categorias"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Ordenar por Categoria"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Ordenar pelo texto da anotação"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Ordenar por Bloco de Anotações"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" foi gravado com sucesso."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "O arquivo %s não continha nenhuma anotação."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "A estrutura de Anotações não está disponível."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "A estrutura de Anotações não está disponível: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "A anotação foi excluída."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "O bloco de anotações \"%s\" foi criado."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "O bloco de anotações \"%s\" foi excluído."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "O bloco de anotações \"%s\" foi renomeado para \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "O bloco de anotações \"%s\" foi gravado."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Houve um erro ao importar os dados: %s"
+
+#: lib/api.php:326
+msgid "There was an error importing the iCalendar data."
+msgstr "Houve um erro ao importar os dados do iCalendar."
+
+#: lib/api.php:513
+msgid "There was an error importing the vNote data."
+msgstr "Houve um erro ao importar os dados vNote."
+
+#: lib/api.php:163
+#, php-format
+msgid "There was an error removing notes for %s. Details have been logged."
+msgstr ""
+"Houve um erro ao remover anotações para %s. Detalhes foram registrados no "
+"log."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Houve um erro ao remover a anotação: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Houve um erro ao gravar a anotação: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Houve um erro ao exibir este bloco de anotações: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Não haviam memorandos para exportar."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Este formato de arquivo não é suportado."
+
+#: memo.php:91 view.php:111
+msgid "This note cannot be decrypted:"
+msgstr "Esta anotação não pode ser descriptografada:"
+
+#: memo.php:83 view.php:103
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Esta anotação foi criptografada, por favor forneça a senha abaixo."
+
+#: memo.php:80 memo.php:88 view.php:100 view.php:108 lib/api.php:403
+#: lib/Driver/kolab.php:766 lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr "Esta anotação foi criptografada."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Não foi possível apagar este bloco de anotações"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Impossível excluir \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Impossível carregar a definição de %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Impossível gravar bloco de anotações \"%s\": %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:107
+msgid "Unfiled"
+msgstr "Sem categoria"
+
+#: lib/api.php:362 lib/api.php:428 lib/api.php:521
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Tipo de Conteúdo não suportado: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Em qual Bloco de Anotações as anotações deverão ser adicionadas?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Você não ter permissão para alterar este Bloco de Anotações."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Você não pode criar mais do que %d anotações."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Voc? não tem permissão para apagar este bloco de anotações."
+
+#: lib/api.php:100
+msgid "You are not allowed to remove user data."
+msgstr "Você não pode remover dados do usuário."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Você não tem permissão para ver este bloco de anotações %s."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Seu bloco de anotações padrão:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Gerenciar Blocos de Anotações]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Corpo"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Categoria"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "E_xcluir"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Editar"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "_Criptografar?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Para: "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Importar/Exportar"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "_Listar Anotações"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Nova Anotação"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Senha"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "_Imprimir"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "Pes_quisar"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Título"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "por %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "por mim"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "em %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "anotacoes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# MNEMO Portugal Portuguese translation.
+# Manuel Menezes de Sequeira <Manuel.Sequeira>, 2005.
+# Based on a previous
+# MNEMO Portugal Portuguese translation.
+# Nuno Loureiro <nuno@eth.pt>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 1.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2006-12-26 23:59+0000\n"
+"PO-Revision-Date: 2006-12-28 07:07-0000\n"
+"Last-Translator: Manuel Menezes de Sequeira <Manuel.Sequeira@iscte.pt>\n"
+"Language-Team: Portuguese <dev@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/list/header.inc:3
+#, php-format
+msgid "%d notes"
+msgstr "%d notas"
+
+#: templates/memo/memo.inc:26
+#, php-format
+msgid "%s characters"
+msgstr "%s caracteres"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Ficheiro %s importado com sucesso"
+
+#: notepads.php:99 lib/base.php:106
+#, php-format
+msgid "%s's Notepad"
+msgstr "Livros de Notas de %s"
+
+#: templates/list/header.inc:3
+msgid "1 note"
+msgstr "1 nota"
+
+#: memo.php:162
+msgid "Access denied deleting note."
+msgstr "Acesso negado ao remover a nota."
+
+#: memo.php:112 memo.php:115
+msgid "Access denied moving the note."
+msgstr "Acesso negado ao mover a nota."
+
+#: memo.php:84
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Acesso negado ao guardar a nota em %s."
+
+#: memo.php:82
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Acesso negado ao guardar a nota: %s"
+
+#: memo.php:52
+msgid "Adding A New Note"
+msgstr "Adicionando Uma Nova Nota"
+
+#: config/prefs.php.dist:51
+msgid "Ascending"
+msgstr "Crescente"
+
+#: templates/view/memo.inc:18
+msgid "Back to Notepad"
+msgstr "Voltar ao Livro de Notas"
+
+#: templates/notepads/notepads.inc:97
+msgid "Back to Notepad Options"
+msgstr "Voltar às Opções de Livros de Notas"
+
+#: data.php:32 templates/data/import.inc:17
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Categoria"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Alterar"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Alterar as opções de ordenação e visualização das notas."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Escolha o seu Livro de Notas por omissão."
+
+#: templates/search/search.inc:32
+msgid "Clear Form"
+msgstr "Limpar Formulário"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:94
+#: templates/notepads/notepads.inc:96
+msgid "Create"
+msgstr "Criar"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Criada"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Livro de Notas por Omissão"
+
+#: config/prefs.php.dist:42
+msgid "Default sorting criteria:"
+msgstr "Critério de ordenação por omissão:"
+
+#: config/prefs.php.dist:53
+msgid "Default sorting direction:"
+msgstr "Sentido da ordenação por omissão:"
+
+#: templates/notepads/notepads.inc:95 templates/view/memo.inc:15
+msgid "Delete"
+msgstr "Remover"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Confirmação de Remoção"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Comportamento do botão de remoção."
+
+#: templates/memo/memo.inc:67
+msgid "Delete this note"
+msgstr "Remover esta nota"
+
+#: config/prefs.php.dist:52
+msgid "Descending"
+msgstr "Decrescente"
+
+#: templates/notepads/notepads.inc:85
+msgid "Description:"
+msgstr "Descrição:"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Opções de Visualização"
+
+#: config/prefs.php.dist:98
+msgid "Do you want to confirm deleting entries?"
+msgstr "Deseja confirmar a remoção de entradas?"
+
+#: templates/view/memo.inc:11
+msgid "Edit"
+msgstr "Editar"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Editar \"%s\""
+
+#: templates/list/memo_headers.inc:42 lib/Block/summary.php:77
+msgid "Edit Note"
+msgstr "Editar Nota"
+
+#: templates/list/memo_headers.inc:52
+msgid "Edit categories and colors"
+msgstr "Editar categorias e cores"
+
+#: templates/list/memo_summaries.inc:12
+msgid "Empty Note"
+msgstr "Nota Vazia"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Exportar"
+
+#: templates/data/export.inc:8
+msgid "Export Notes"
+msgstr "Exportar Notas"
+
+#: templates/search/search.inc:21
+msgid "F_ull Text"
+msgstr "Te_xto Completo"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "Opções Gerais"
+
+#: templates/data/import.inc:8
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importar Notas, Passo %d"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "Importar/Exportar Notas"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Última Modificação"
+
+#: lib/api.php:73
+msgid "Maximum Number of Notes"
+msgstr "Número Máximo de Notas"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Texto do Memo"
+
+#: memo.php:68
+#, php-format
+msgid "Modifying %s"
+msgstr "A modificar %s"
+
+#: list.php:35
+msgid "My Notes"
+msgstr "As Minhas Notas"
+
+#: lib/Block/summary.php:22
+msgid "New Note"
+msgstr "Nova Nota"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Próxima"
+
+#: lib/api.php:227
+msgid "No iCalendar data was found."
+msgstr "Dados iCalendar não foram encontrados."
+
+#: templates/menu.inc:7
+msgid "No notepads are available to guests."
+msgstr "Não há livros de notas disponíveis para visitas."
+
+#: templates/list/header.inc:3
+msgid "No notes"
+msgstr "Sem notas"
+
+#: templates/list/empty.inc:3
+msgid "No notes match the current criteria."
+msgstr "Nenhuma nota de acordo com o critério corrente."
+
+#: lib/Block/summary.php:103
+msgid "No notes to display"
+msgstr "Sem notas para mostrar"
+
+#: templates/list/memo_headers.inc:44
+msgid "No_te"
+msgstr "No_ta"
+
+#: lib/Driver/sql.php:140
+msgid "Not found"
+msgstr "Não encontrado"
+
+#: config/prefs.php.dist:41
+msgid "Note Category"
+msgstr "Categoria da Nota"
+
+#: view.php:82 templates/view/memo.inc:21
+msgid "Note Details"
+msgstr "Detalhes da Nota"
+
+#: notepads.php:110
+msgid "Note Lists"
+msgstr "Listas de Notas"
+
+#: templates/view/memo.inc:45 config/prefs.php.dist:40
+msgid "Note Text"
+msgstr "Texto da Nota"
+
+#: templates/memo/memo.inc:26
+msgid "Note _Text"
+msgstr "_Texto da Nota"
+
+#: view.php:57 memo.php:60
+msgid "Note not found."
+msgstr "Nota não encontrada."
+
+#: templates/memo/memo.inc:34
+msgid "Note_pad"
+msgstr "Li_vro de Notas"
+
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr "Nome do Livro de Notas:"
+
+#: templates/notepads/notepads.inc:61
+msgid "Notepads"
+msgstr "Livros de Notas"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "Livros de notas têm de ter um nome."
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Sumário das Notas"
+
+#: lib/api.php:204 lib/api.php:292 lib/api.php:349 lib/api.php:378
+msgid "Permission Denied"
+msgstr "Permissão Negada"
+
+#: templates/notepads/notepads.inc:82
+msgid "Permissions"
+msgstr "Permissões"
+
+#: templates/view/memo.inc:15
+msgid "Really delete this note?"
+msgstr "Remover mesmo esta nota?"
+
+#: templates/list/header.inc:5 templates/list/header.inc:6
+msgid "Refresh List"
+msgstr "Actualizar Lista"
+
+#: templates/notepads/notepads.inc:96
+msgid "Reset"
+msgstr "Limpar"
+
+#: templates/memo/memo.inc:56
+msgid "Save"
+msgstr "Gravar"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:31
+msgid "Search"
+msgstr "Procurar"
+
+#: list.php:57
+msgid "Search Results"
+msgstr "Resultados da Procurar"
+
+#: templates/search/search.inc:17
+msgid "Search Scope"
+msgstr "Escopo de Procura"
+
+#: templates/search/search.inc:9
+msgid "Search _Text"
+msgstr "Procurar _Texto"
+
+#: templates/notepads/notepads.inc:67
+msgid "Select a notepad"
+msgstr "Seleccione um livro de notas"
+
+#: templates/menu.inc:16
+msgid "Select notepads to display:"
+msgstr "Seleccionar livros de notas a mostrar:"
+
+#: templates/data/export.inc:15
+msgid "Select the export format:"
+msgstr "Seleccione o formato de exportação:"
+
+#: templates/data/import.inc:37
+msgid "Select the file to import:"
+msgstr "Seleccione o ficheiro a importar:"
+
+#: templates/data/import.inc:15
+msgid "Select the format of the source file:"
+msgstr "Seleccione o formato do ficheiro fonte:"
+
+#: lib/Block/summary.php:37
+msgid "Show action buttons?"
+msgstr "Mostrar botões de acção?"
+
+#: lib/Block/summary.php:40
+msgid "Show notepad name?"
+msgstr "Mostrar nome do livro de notas?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Mostrar notas destas categorias"
+
+#: templates/list/memo_headers.inc:48
+msgid "Sort by Category"
+msgstr "Ordenar por Categoria"
+
+#: templates/list/memo_headers.inc:44
+msgid "Sort by Note Text"
+msgstr "Ordenar por Texto da Nota"
+
+#: memo.php:135
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" guardada com sucesso."
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "O ficheiro %s não contém quaisquer notas."
+
+# c-format
+#: memo.php:159
+msgid "The note was deleted."
+msgstr "A nota foi removida."
+
+#: notepads.php:46
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "O livro de notas \"%s\" não pode ser criado: %s"
+
+# c-format
+#: notepads.php:48
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "O livro de notas \"%s\" foi criado."
+
+# c-format
+#: notepads.php:85
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "O livro de notas \"%s\" foi removido."
+
+#: notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "O livro de notas \"%s\" foi guardado."
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Ocorreu um erro na importação dos dados: %s"
+
+#: lib/api.php:221
+msgid "There was an error importing the iCalendar data."
+msgstr "Ocorreu um erro na importação dos dados iCalendar."
+
+#: lib/api.php:397
+msgid "There was an error importing the vNote data."
+msgstr "Ocorreu um erro na importação dos dados vNote."
+
+#: memo.php:157
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Ocorreu um erro ao remover a nota: %s"
+
+#: memo.php:133
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Ocorreu um erro ao gravar a nota: %s"
+
+#: view.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Ocorreu um erro ao mostrar este livro de notas: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Não houve notas a exportar."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Este formato de ficheiro não é suportado."
+
+#: notepads.php:80
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Não consigo remover \"%s\": %s"
+
+#: templates/memo/memo.inc:58
+msgid "Undo changes"
+msgstr "Desfazer alterações"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:14
+#: lib/Mnemo.php:206 lib/Mnemo.php:207 lib/Mnemo.php:221 lib/Mnemo.php:222
+#: lib/Block/summary.php:98
+msgid "Unfiled"
+msgstr "Sem categoria"
+
+#: lib/api.php:257 lib/api.php:314 lib/api.php:405
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Tipo de conteúdo (Contente-Type) não suportado: %s"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr "A que Livro de Notas se deve adicionar as notas?"
+
+#: data.php:42 data.php:130 memo.php:35
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Não tem autorização para criar mais do que %d notas."
+
+#: view.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Não tem permissão para ver o livro de notas %s."
+
+#: notepads.php:65
+msgid "You must select a notepad to be deleted."
+msgstr "Tem de seleccionar o livro de notas a remover."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "O seu livro de notas por omissão:"
+
+#: templates/notepads/notepads.inc:65
+msgid "Your notepads:"
+msgstr "Os seus Livros de Notas:"
+
+#: templates/view/memo.inc:18
+msgid "_Back to Notepad"
+msgstr "_Voltar ao Livro de Notas"
+
+#: templates/memo/memo.inc:51 templates/list/memo_headers.inc:48
+msgid "_Category"
+msgstr "_Categoria"
+
+#: templates/view/memo.inc:15
+msgid "_Delete"
+msgstr "_Remover"
+
+#: templates/view/memo.inc:11
+msgid "_Edit"
+msgstr "_Editar"
+
+#: templates/search/search.inc:20
+msgid "_First Line"
+msgstr "Pri_meira Linha"
+
+#: lib/Mnemo.php:281
+msgid "_Import/Export"
+msgstr "_Importar/Exportar"
+
+#: lib/Mnemo.php:264
+msgid "_List Notes"
+msgstr "_Listar Notas"
+
+#: lib/Mnemo.php:276
+msgid "_My Notepads"
+msgstr "Os _Meus Livros de Notas"
+
+#: lib/Mnemo.php:269
+msgid "_New Note"
+msgstr "_Nova Nota"
+
+#: lib/Mnemo.php:286
+msgid "_Print"
+msgstr "Im_primir"
+
+#: lib/Mnemo.php:272
+msgid "_Search"
+msgstr "_Procurar"
+
+#: data.php:91 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr "notas.csv"
+
+#: data.php:33 templates/data/import.inc:18
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Mnemo Romanian Translation
+# Copyright 2003-2009 The Horde Project
+# Eugen Hoanca <eugenh@urban-grafx.ro>, 2003.
+# Marius Dragulescu <mariusd@urban-grafx.ro>, 2003.
+#
+
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 1.1\n"
+"POT-Creation-Date: 2003-02-28 02:28+0200\n"
+"PO-Revision-Date: 2003-02-28 02:29+0200\n"
+"Last-Translator: Eugen Hoanca <eugenh@urban-grafx.ro>\n"
+"Language-Team: Romanian <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/list/header.inc:17
+#, php-format
+msgid "%d notes"
+msgstr "%d note"
+
+#: templates/list/header.inc:17
+msgid "1 note"
+msgstr "1 nota"
+
+#: config/prefs.php.dist:22
+msgid "Add, remove, and edit categories."
+msgstr "Adaugare, stergere si editare categorii."
+
+#: memo.php:39
+msgid "Adding A New Note"
+msgstr "Adaugare de nota noua"
+
+#: templates/prefs/category_management.inc:41
+#, php-format
+msgid "Any notes in a category that is deleted will become %s."
+msgstr "Orice nota din categoria stearsa va deveni %s"
+
+#: config/prefs.php.dist:49
+msgid "Ascending"
+msgstr "Crescator"
+
+#: templates/view/navbar.inc:9 templates/view/headers.inc:17
+msgid "Back to Notepad"
+msgstr "Inapoi in Notepad"
+
+#: templates/list/memo_headers.inc:14 templates/memo/memo.inc:9
+#: templates/view/headers.inc:10
+msgid "Category"
+msgstr "Categorie"
+
+#: config/prefs.php.dist:21 config/prefs.php.dist:82
+msgid "Category Management"
+msgstr "Administrare categorii"
+
+#: config/prefs.php.dist:16
+msgid "Change your note sorting and display options."
+msgstr "Schimbare sortate de note shi optiuni afisaj"
+
+#: templates/list/memo_headers.inc:7
+msgid "Checkbox"
+msgstr "Casuta selectie"
+
+#: templates/list/actions.inc:6
+msgid "Choose Action:"
+msgstr "Selecteaza actiune:"
+
+#: config/prefs.php.dist:66
+msgid "Choose Color"
+msgstr "Selecteaza culoare:"
+
+#: templates/search/end.inc:6
+msgid "Clear Form"
+msgstr "Sterge Formular"
+
+#: util/colorpicker.php:14 templates/prefs/category_management.inc:63
+#: templates/prefs/category_management.inc:64
+msgid "Color Picker"
+msgstr "Alegere culoare"
+
+#: templates/prefs/category_management.inc:47
+msgid "Create New Category"
+msgstr "Creaza categorie noua"
+
+#: list.php:37
+msgid "Current Notes"
+msgstr "Note curente"
+
+#: config/prefs.php.dist:41
+msgid "Default sorting criteria:"
+msgstr "Criteriu de sortare implicit:"
+
+#: config/prefs.php.dist:51
+msgid "Default sorting direction:"
+msgstr "Directie de sortare implicita:"
+
+#: templates/prefs/category_management.inc:61
+msgid "Delete"
+msgstr "Sterge"
+
+#: templates/view/navbar.inc:6 templates/view/headers.inc:16
+msgid "Delete Note"
+msgstr "Sterge nota"
+
+#: templates/list/actions.inc:7
+msgid "Delete Notes"
+msgstr "Sterge notele"
+
+#: list.php:54
+#, php-format
+msgid "Deleted %d notes."
+msgstr "%d note sterse"
+
+#: list.php:52
+msgid "Deleted 1 note."
+msgstr "O nota stearsa"
+
+#: config/prefs.php.dist:50
+msgid "Descending"
+msgstr "Descrescator"
+
+#: templates/list/memo_headers.inc:10 templates/search/search.inc:15
+msgid "Description"
+msgstr "Descriere"
+
+#: config/prefs.php.dist:15
+msgid "Display Options"
+msgstr "Optiuni afisare"
+
+#: templates/search/search.inc:16
+msgid "Full Text"
+msgstr "Numai text"
+
+#: templates/menu/menu.inc:32
+msgid "Help"
+msgstr "Ajutor"
+
+#: config/prefs.php.dist:9
+msgid "Language"
+msgstr "Limba"
+
+#: templates/menu/menu.inc:10
+msgid "List Notes"
+msgstr "Listeaza note"
+
+#: templates/index/notconfigured.inc:4
+msgid "Mnemo is not properly configured"
+msgstr "Mnemo nu este configurat corect"
+
+#: templates/view/navbar.inc:5 templates/view/headers.inc:15
+msgid "Modify Note"
+msgstr "Modifica nota"
+
+#: memo.php:49
+#, php-format
+msgid "Modifying %s"
+msgstr "Modificare %s"
+
+#: lib/Mnemo.php:69
+msgid "New Category"
+msgstr "Categorie noua"
+
+#: lib/api.php:73 templates/menu/menu.inc:11
+msgid "New Note"
+msgstr "Nota noua"
+
+#: lib/Driver/sql.php:61
+msgid "No configuration information specified for SQL Memos."
+msgstr "Configurari nespecificate pentru Memo-uri SQL"
+
+#: templates/list/header.inc:17
+msgid "No notes"
+msgstr "Nici o nota"
+
+#: list.php:56
+msgid "No notes were deleted."
+msgstr "Nici o nota n-a fost stearsa"
+
+#: templates/view/description.inc:6
+msgid "None specified"
+msgstr "Nimic specificat"
+
+#: config/prefs.php.dist:40
+msgid "Note Category"
+msgstr "Categorie de note"
+
+#: config/prefs.php.dist:39
+msgid "Note Description"
+msgstr "Descrierea notei"
+
+#: view.php:31 templates/view/headers.inc:4
+msgid "Note Details"
+msgstr "Detalii nota"
+
+#: templates/memo/memo.inc:3
+msgid "Note Text"
+msgstr "Text nota"
+
+#: templates/menu/menu.inc:14
+msgid "Options"
+msgstr "Optiuni"
+
+#: config/prefs.php.dist:14 config/prefs.php.dist:20
+msgid "Other Options"
+msgstr "Alte optiuni"
+
+#: templates/memo/begin.inc:5 templates/prefs/category_management.inc:24
+msgid "Please enter a name for the new category:"
+msgstr "Introdu nume pentru categorie noua:"
+
+#: templates/prefs/category_management.inc:12
+msgid "Please enter a new name for this category:"
+msgstr "Introdu nume nou pentru aceasta categorie:"
+
+#: templates/menu/menu.inc:19
+msgid "Print"
+msgstr "Tipareste"
+
+#: templates/menu/menu.inc:24
+msgid "Problem?"
+msgstr "Problema?"
+
+#: templates/list/header.inc:12 templates/list/header.inc:13
+msgid "Refresh List"
+msgstr "Improspateaza lista"
+
+#: templates/prefs/category_management.inc:62
+msgid "Rename"
+msgstr "Redenumeste"
+
+#: lib/Driver/sql.php:76
+msgid "Required 'database' not specified in memos configuration."
+msgstr "'database' e necesara dar nespecificata in configurarea memo-urilor."
+
+#: lib/Driver/sql.php:67
+msgid "Required 'hostspec' not specified in memos configuration."
+msgstr "'hostspec' nespecificata in configurare."
+
+#: lib/Driver/sql.php:73
+msgid "Required 'password' not specified in memos configuration."
+msgstr "'password' nespecificata in configurare."
+
+#: lib/Driver/sql.php:64
+msgid "Required 'phptype' not specified in memos configuration."
+msgstr "'phptype' nespecificat in configurare."
+
+#: lib/Driver/sql.php:79
+msgid "Required 'table' not specified in memos configuration."
+msgstr "'table' nespecificata in configurare."
+
+#: lib/Driver/sql.php:70
+msgid "Required 'username' not specified in memos configuration."
+msgstr "'username' nespecificat in configurare."
+
+#: templates/memo/end.inc:5
+msgid "Save Note"
+msgstr "Salveaza nota"
+
+#: templates/menu/menu.inc:12 templates/search/end.inc:5
+#: templates/search/begin.inc:4
+msgid "Search"
+msgstr "Cautare"
+
+#: list.php:84
+msgid "Search Results"
+msgstr "Rezultate cautare"
+
+#: templates/search/search.inc:12
+msgid "Search Scope"
+msgstr "Scop cautare"
+
+#: templates/search/search.inc:4
+msgid "Search Text"
+msgstr "Text cautare"
+
+#: lib/Mnemo.php:65
+msgid "Select Category"
+msgstr "Selecteaza categorie"
+
+#: config/prefs.php.dist:31
+msgid "Select your preferred language:"
+msgstr "Selecteaza limba preferata:"
+
+#: config/prefs.php.dist:10
+msgid "Set the your preferred display language."
+msgstr "Setare limba preferata"
+
+#: config/prefs.php.dist:74
+msgid "Show highlight colors in the summary view?"
+msgstr "Punere in valoare a sumarului?"
+
+#: templates/index/notconfigured.inc:13
+msgid "Some of Mnemo's configuration files are missing:"
+msgstr "Anumite fisiere de configurare Mnemo lipsesc:"
+
+#: templates/list/memo_headers.inc:9 templates/list/memo_headers.inc:13
+msgid "Sort Direction"
+msgstr "Directie sortare"
+
+#: templates/list/memo_headers.inc:14
+msgid "Sort by Category"
+msgstr "Sortare dupa categorie"
+
+#: templates/list/memo_headers.inc:10
+msgid "Sort by Description"
+msgstr "Sortare dupa descriere"
+
+#: util/colorpicker.php:29
+msgid "The Options window has closed. Exiting."
+msgstr "Fereastra de optiuni a fost inchisa. Iesire."
+
+#: templates/view/no-memo.inc:3
+msgid "The requested note does not exist."
+msgstr "Nota ceruta nu exista."
+
+#: list.php:60
+msgid "There was a problem deleting notes."
+msgstr "A aparut o problema la stergerea notelor."
+
+#: templates/prefs/category_management.inc:71
+msgid "These changes can not be undone!"
+msgstr "Aceste schimbari nu pot fi recuperate!"
+
+#: templates/index/notconfigured.inc:25
+msgid "This file contains preferences for Mnemo."
+msgstr "Acest fisier contine preferintele pentru Mnemo."
+
+#: templates/index/notconfigured.inc:32
+msgid ""
+"This file controls the stylesheet that is used to set colors and fonts in "
+"addition to or overriding Horde defaults."
+msgstr ""
+"Acest fisier determina schema de culori si fonturi ce vor inlocui setarile "
+"implicite furnizate de Horde."
+
+#: templates/index/notconfigured.inc:18
+msgid ""
+"This is the main Mnemo configuration file. It contains options for all Mnemo "
+"scripts."
+msgstr ""
+"Acesta este fisierul principal de configurare al Mnemo. Contine optiuni "
+"pentru toate scripturile Mnemo."
+
+#: util/colorpicker.php:35
+msgid "This window must be called from an Options window"
+msgstr "Aceasta fereastra trebuie deschisa din fereastra de optiuni"
+
+#: memo.php:65
+#, php-format
+msgid "Unable to create the category: %s"
+msgstr "Creare a categoriei %s esuata"
+
+#: templates/memo/end.inc:6
+msgid "Undo Changes"
+msgstr "Refa schimbarile"
+
+#: lib/Mnemo.php:97 templates/prefs/category_management.inc:41
+msgid "Unfiled"
+msgstr "Necompletat"
+
+#: memo.php:51
+msgid "Unknown note"
+msgstr "Nota necunoscuta"
+
+#: prefs.php:81
+msgid "User Options"
+msgstr "Optiuni utilizator"
+
+#: templates/list/memo_summaries.inc:6
+msgid "View Note Details"
+msgstr "Vizualizare detalii nota"
+
+#: templates/memo/begin.inc:5
+msgid "You are creating a new category."
+msgstr "Creare de categorie noua."
+
+#: templates/list/empty.inc:1
+msgid "You have no notes."
+msgstr "Nu aveti note."
+
+#: templates/memo/begin.inc:9
+msgid "You must enter a new category name."
+msgstr "Introduceti un nume de categorie noua."
+
+#: templates/memo/begin.inc:13
+msgid "You must select a category."
+msgstr "Selectati o categorie."
+
+#: templates/list/javascript.inc:15
+msgid "You must select at least one note first."
+msgstr "Selectati cel putin o nota."
+
+#: config/prefs.php.dist:8
+msgid "Your Information"
+msgstr "Detalii personale"
--- /dev/null
+# Russian translations for Mnemo package
+# Copyright
+# Alexey Zakharov <baber@mosga.net>, 2008
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo H3 2.2\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-02-03 00:20+0200\n"
+"PO-Revision-Date: 2008-02-03 00:50+0200\n"
+"Last-Translator: Alexey Zakharov <baber@mosga.net>\n"
+"Language-Team: Russian <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CP1251\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# fuzzy, php-format
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s áóêâ"
+
+#: data.php:199
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Ôàéë %s óñïåøíî èìïîðòèðîâàí"
+
+# fuzzy, php-format
+#: notepads.php:99 lib/Mnemo.php:429 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Ìîÿ êíèæêà (%s)"
+
+# fuzzy
+#: memo.php:199
+msgid "Access denied deleting note."
+msgstr "Ó âàñ íåäîñòàòî÷íî ïðàâ ÷òîáû óäàëèòü ýòó çàìåòêó"
+
+# fuzzy
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Ó âàñ íåäîñòàòî÷íî ïðàâ ÷òîáû ïåðåìåñòèòü ýòó çàìåòêó"
+
+# fuzzy, php-format
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Ó âàñ íåò ïðàâ ïèñàòü çàìåòêè â %s"
+
+# fuzzy, php-format
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Íåäîñòàòî÷íî ïðàâ äëÿ ñîõðàíåíèÿ çàìåòêè: %s"
+
+# fuzzy
+#: templates/prefs/showsummaryselect.inc:103
+msgid "Add category"
+msgstr "Íîâàÿ êàòåãîðèÿ"
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Ïî âîçðàñòàíèþ"
+
+#: templates/prefs/showsummaryselect.inc:99
+#, fuzzy
+msgid "Available Categories:"
+msgstr "Äîñòóïíûå ïîëÿ:"
+
+#: templates/notepads/notepads.inc:97
+msgid "Back to Notepad Options"
+msgstr "Âåðíóòñÿ ê îïöèÿì"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV-ôàéë"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Îòìåíà"
+
+# fuzzy
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Êàòåãîðèÿ"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Èçìåíèòü"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+#, fuzzy
+msgid "Change Permissions"
+msgstr "Íàñòðîéêè ïîëüçîâàòåëÿ"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Èçìåíèòü îïöèè îòîáðàæåíèÿ è ïîèñêà â çàïèñíîé êíèæêå"
+
+#: templates/prefs/showsummaryselect.inc:93
+#, fuzzy
+msgid "Choose the memo categories to list in the summary view."
+msgstr "Âûáåðèòå ïîðÿäîê îòîáðàæåíèÿ ñòîëáöîâ â ñïèñêå àäðåñîâ."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Âûáðàòü âàøó çàïèñíóþ êíèæêó ïî óìîë÷àíèþ"
+
+#: templates/list/header.inc:8
+#, fuzzy
+msgid "Close Search"
+msgstr "Î÷èñòèòü"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:94
+#: templates/notepads/notepads.inc:96 lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Ñîçäàòü"
+
+# fuzzy
+# fuzzy
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Ñîçäàòü êíèæêó"
+
+# fuzzy
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Ñîçäàòü íîâóþ êíèæêó"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Ñîçäàíà"
+
+# fuzzy
+# fuzzy
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Êíèæêà ïî óìîë÷àíèþ"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Ñîðòèðîâêà ïî óìîë÷àíèþ:"
+
+# fuzzy
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Ïîðÿäîê ñîðòèðîâêè"
+
+#: notepads/index.php:33 templates/notepad_list.php:33
+#: templates/notepads/notepads.inc:95 templates/view/memo.inc:16
+#: lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Óäàëèòü"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Óäàëèòü %s"
+
+# fuzzy
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Óäàëåíèå"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Ïîäòâåðæäåíèå îïåðàöèè óäàëåíèÿ"
+
+# fuzzy
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Óäàëèòü çàìåòêó"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Ïî óáûâàíèþ"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Îïèñàíèå"
+
+# fuzzy
+# fuzzy
+#: templates/notepads/notepads.inc:85
+msgid "Description:"
+msgstr "Îïèñàíèå"
+
+#: lib/Driver/kolab.php:556
+#, fuzzy, php-format
+msgid "Did not find note %s"
+msgstr "Íåò ãðóïï"
+
+# fuzzy
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Îòîáðàæåíèå"
+
+# fuzzy
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Çàïðàøèâàòü ïîäòâåðæäåíèå ïðè óäàëåíèè çàïèñåé?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Ðåäàêòèðîâàíèå"
+
+#: templates/list/memo_summaries.inc:5
+#, fuzzy, php-format
+msgid "Edit \"%s\""
+msgstr "Ðåäàêòèðîâàíèå '%s'"
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Ðåäàêòèðîâàíèå %s"
+
+# fuzzy
+# fuzzy
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "Ðåäàêòèðîâàòü"
+
+#: templates/list/memo_headers.inc:45
+#, fuzzy
+msgid "Edit categories and colors"
+msgstr "Êàòåãîðèè è ìåòêè"
+
+#: memo.php:104
+#, fuzzy, php-format
+msgid "Edit: %s"
+msgstr "Ðåäàêòèðîâàíèå %s"
+
+# fuzzy
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "Ïóñòàÿ çàìåòêà"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Ýêñïîðò"
+
+# fuzzy
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Ýêñïîðò çàìåòîê"
+
+# fuzzy
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Îáùèå íàñòðîéêè"
+
+# fuzzy, php-format
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Èìïîðò çàìåòîê, Øàã %d"
+
+# fuzzy
+# fuzzy
+#: data.php:205
+msgid "Import/Export Notes"
+msgstr "Èìïîðò/Ýêñïîðò"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Ãäå: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Èñïðàâëåíà"
+
+# fuzzy
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Óïðàâëåíèå êíèæêàìè"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr ""
+
+#: templates/list/header.inc:9
+#, fuzzy
+msgid "More Options..."
+msgstr "Íàñòðîéêè ïîëüçîâàòåëÿ"
+
+# fuzzy
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Ìîè Êíèæêè"
+
+# fuzzy
+#: list.php:31
+msgid "My Notes"
+msgstr "Ìîè çàìåòêè"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Íàçâàíèå"
+
+# fuzzy
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Íîâàÿ çàìåòêà"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Äàëåå"
+
+#: lib/api.php:272
+#, fuzzy
+msgid "No iCalendar data was found."
+msgstr "Ïðèêðåïëåííûå"
+
+#: templates/list/memo_footers.inc:4
+#, fuzzy
+msgid "No notes match"
+msgstr "ÍÅ ñîâïàäàåò"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Ïîäõîäÿùèõ çàìåòîê íå íàéäåíî"
+
+# fuzzy
+#: lib/Block/summary.php:101
+#, fuzzy
+msgid "No notes to display"
+msgstr "Îòîáðàçèòü êíèæêè:"
+
+# fuzzy
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Çàìåòêè"
+
+#: lib/Driver/sql.php:195
+#, fuzzy
+msgid "Not found"
+msgstr "Îòìåíèòü èçìåíåíèÿ"
+
+# fuzzy
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Êàòåãîðèÿ"
+
+# fuzzy
+#: view.php:108
+msgid "Note Details"
+msgstr "Çàìåòêà"
+
+# fuzzy
+#: notepads.php:110
+#, fuzzy
+msgid "Note Lists"
+msgstr "Íîâàÿ ãðóïïà"
+
+# fuzzy
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Òåêñò"
+
+# fuzzy
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Òåêñò"
+
+# fuzzy
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Êíèæêà"
+
+# fuzzy
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Êíèæêà"
+
+# fuzzy
+#: templates/notepad_list.php:12
+#, fuzzy
+msgid "Notepad List"
+msgstr "Íîâàÿ ãðóïïà"
+
+# fuzzy
+# fuzzy
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr "Íàçâàíèå çàïèñíîé êíèæêè:"
+
+# fuzzy
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:61
+msgid "Notepads"
+msgstr "Çàïèñíûå êíèæêè"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "Âû íå çàäàëè íàçâàíèå çàïèñíîé êíèæêè"
+
+# fuzzy
+# fuzzy
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Ñîñòîÿíèå"
+
+# fuzzy
+#: lib/api.php:147 lib/api.php:187 lib/api.php:220 lib/api.php:250
+#: lib/api.php:337 lib/api.php:396 lib/api.php:425
+#, fuzzy
+msgid "Permission Denied"
+msgstr "Èçìåíèòü ïðàâà äîñòóïà"
+
+# fuzzy
+#: templates/notepads/notepads.inc:82
+msgid "Permissions"
+msgstr "Èçìåíèòü ïðàâà äîñòóïà"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+
+# fuzzy
+# fuzzy
+#: templates/view/memo.inc:16
+#, fuzzy
+msgid "Really delete this note?"
+msgstr "Óäàëèòü çòó çàäà÷ó"
+
+#: templates/prefs/showsummaryselect.inc:105
+#, fuzzy
+msgid "Remove category"
+msgstr "Óäàëèòü ïàðó"
+
+#: templates/notepads/notepads.inc:96
+msgid "Reset"
+msgstr "Ñáðîñèòü"
+
+# fuzzy
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Çàïèñàòü"
+
+#: templates/view/memo.inc:11
+#, fuzzy
+msgid "Save as PDF"
+msgstr "Ñîõðàíèòü êàê"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Ïîèñê"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Ðåçóëüòàòû ïîèñêà"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Èñêàòü â çàìåòêàõ: "
+
+# fuzzy
+#: templates/notepads/notepads.inc:67
+msgid "Select a notepad"
+msgstr "Âûáåðèòå çàïèñíóþ êíèæêó"
+
+# fuzzy
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Âûáåðèòå ôîðìàò äëÿ ýêñïîðòà:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Èìïîðòèðóåìûé ôàéë:"
+
+# fuzzy
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Âûáåðèòå ôîðìàò èìïîðòèðóåìîãî ôàéëà:"
+
+#: templates/prefs/showsummaryselect.inc:109
+#, fuzzy
+msgid "Selected Categories:"
+msgstr "Âûáðàííûå ñòîëáöû:"
+
+# fuzzy
+# fuzzy
+#: templates/panel.inc:59
+#, fuzzy
+msgid "Shared Notepads:"
+msgstr "Çàïèñíûå êíèæêè:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Îòîáðàçèòü íàçâàíèå ñïèñêà çàäà÷ îòäåëüíîé êîëîíêîé ïðè âûáîðå çàäà÷è?"
+
+# fuzzy
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Êíîïêè"
+
+# fuzzy
+# fuzzy
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Íàçâàíèå çàïèñíîé êíèæêè"
+
+# fuzzy
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Ïîêàçûâàòü ïàíåëü îïöèé äëÿ çàìåòîê?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Ïîêàçàòü ïî êàòåãîðèè:"
+
+#: templates/list/memo_headers.inc:41
+#, fuzzy
+msgid "Sort by Category"
+msgstr "Ñîðòèðîâàòü ïî òåìå"
+
+#: templates/list/memo_headers.inc:37
+#, fuzzy
+msgid "Sort by Note Text"
+msgstr "Ñîðòèðîâàòü ïî òåìå"
+
+#: templates/list/memo_headers.inc:33
+#, fuzzy
+msgid "Sort by Notepad"
+msgstr "Ñîðòèðîâàòü ïî òåìå"
+
+# fuzzy, php-format
+# fuzzy, php-format
+#: memo.php:173
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Çàìåòêà '%s' óñïåøíî ñîõðàíåíà"
+
+#: data.php:193
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr ""
+
+#: lib/Driver.php:53
+#, fuzzy
+msgid "The Notes backend is not currently available."
+msgstr "Íåò äîñòóïíûõ íàñòðîåê."
+
+#: lib/Driver.php:227
+#, fuzzy, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Íåò äîñòóïíûõ íàñòðîåê."
+
+# fuzzy
+#: memo.php:196
+msgid "The note was deleted."
+msgstr "Çàìåòêà áûëà óäàëåíà."
+
+# fuzzy, php-format
+#: notepads.php:46
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Çàïèñíàÿ êíèæêà '%s' íå ìîæåò áûòü ñîçäàíà: %s"
+
+# fuzzy, php-format
+#: notepads.php:48 notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Çàïèñíàÿ êíèæêà '%s' áûëà óñïåøíî ñîçäàíà"
+
+# fuzzy, php-format
+#: notepads.php:85 notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Çàïèñíàÿ êíèæêà '%s' áûëà óäàëåíà."
+
+# fuzzy, php-format
+# fuzzy, php-format
+#: notepads/edit.php:42
+#, fuzzy, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Ñïèñîê çàäà÷ '%s' áûë óñïåøíî ñîçäàí"
+
+# fuzzy, php-format
+#: notepads.php:56 notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Çàïèñíàÿ êíèæêà '%s' áûëà ñîõðàíåíà."
+
+#: view.php:90 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr ""
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Íåâîçìîæíî çàãðóçèòü îïðåäåëåíèå %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, fuzzy, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Îøèáêà ïðè äîñòóïå ê óêàçàííîé àäðåñíîé êíèãå."
+
+# fuzzy
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "Îòñóòñòâóåò"
+
+#: lib/api.php:302 lib/api.php:359 lib/api.php:452
+#, fuzzy, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Íåêîððåêòíîå èìÿ."
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr ""
+
+#: notepads/edit.php:28
+#, fuzzy
+msgid "You are not allowed to change this notepad."
+msgstr "Âû ñîçäàåòå ïàïêó âåðõíåãî óðîâíÿ."
+
+#: data.php:42 data.php:128 memo.php:37
+#, fuzzy, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Âû ñîçäàåòå ïàïêó âåðõíåãî óðîâíÿ."
+
+#: notepads/delete.php:35
+#, fuzzy
+msgid "You are not allowed to delete this notepad."
+msgstr "Âû ñîçäàåòå ïàïêó âåðõíåãî óðîâíÿ."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr ""
+
+#: notepads.php:65
+#, fuzzy
+msgid "You must select a notepad to be deleted."
+msgstr "Âû äîëæíû âûáðàòü ïðîôèëü äëÿ óäàëåíèÿ."
+
+# fuzzy
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Âàøà çàïèñíàÿ êíèæêà ïî óìîë÷àíèþ:"
+
+# fuzzy
+#: templates/notepads/notepads.inc:65
+msgid "Your notepads:"
+msgstr "Âàøà çàïèñíàÿ êíèæêà:"
+
+# fuzzy
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Óïðàâëåíèå çàìåòêàìè]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "Òåêñò"
+
+# fuzzy
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "Êàòåãîðèÿ"
+
+# fuzzy
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "Óäàëèòü"
+
+# fuzzy
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "Ðåäàêòèðîâàòü"
+
+# fuzzy
+#: templates/memo/memo.inc:74
+#, fuzzy
+msgid "_Encrypt?"
+msgstr "Çàøèôðîâàíî"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "×òî èùåì: "
+
+# fuzzy
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "Èìïîðò/Ýêñïîðò"
+
+# fuzzy
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "Âûáðàòü"
+
+# fuzzy
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "Äîáàâèòü"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+#, fuzzy
+msgid "_Password"
+msgstr "Ïàðîëü"
+
+# fuzzy
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "Ïå÷àòü"
+
+# fuzzy
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "Ïîèñê"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "Íàçâàíèå"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "â %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr ""
+
+#: data.php:33 templates/data/import.inc:12
+#, fuzzy
+msgid "vNote"
+msgstr "Çàìåòêè"
--- /dev/null
+# Mnemo Slovak translation
+# Copyright 2002, 2004 Ivan Noris
+# Ivan Noris <vix@vazka.sk>, 2002, 2004
+# Martin Matu¹ka <martin@matuska.org>, 2008
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-05-12 11:43+0200\n"
+"PO-Revision-Date: 2008-03-19 12:00+0100\n"
+"Last-Translator: Martin Matuska <martin@matuska.org>\n"
+"Language-Team: Slovak <vix@vazka.sk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s znakov"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "súbor %s úspe¹ne importovaný"
+
+#: notepads.php:102 lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "Poznámky pou¾ívateµa %s"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "Pri vymazávaní poznámky bol zamietnutý prístup."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Pri presúvaní poznámky bol zamietnutý prístup."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Pri ukladaní poznámky do %s bol zamietnutý prístup."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Pri ukladaní poznámky bol zamietnutý prístup: %s"
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Vzostupne"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV (hodnoty oddelené èiarkou)"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Zru¹i»"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategória"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Zmeni»"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Zmeni» práva"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Nastavenie triedenia a zobrazovania poznámok."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Vybra» prednastavený poznámkový blok:"
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Zavrie» hµadanie"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:64
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Vytvori»"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Vytvori» poznámkový blok"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Vytvori» nový poznámkový blok"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Vytvorené"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "De¹ifrova»"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Prednastavený poznámkový blok"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Prednastavený spôsob triedenia:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Prednastavený smer triedenia:"
+
+#: notepads/index.php:33 templates/notepad_list.php:33
+#: templates/notepads/notepads.inc:65 templates/view/memo.inc:16
+#: lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Vymaza»"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "Vymaza» %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Potvrdenie vymazania"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Správanie sa tlaèidla vymaza»"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Vymaza» túto poznámku"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Zostupne"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "Popis"
+
+#: templates/notepads/notepads.inc:60
+msgid "Description:"
+msgstr "Popis:"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "Nenájdená poznámka %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Nastavenie zobrazenia"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Chcete potvrdi» vymazanie záznamov?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Upravi»"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Upravi» \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "Upravi» %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "Upravi» poznámku"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Upravi» kategórie a farby"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Upravi»: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "Prázdna poznámka"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Podpora ¹ifrovania nie je nastavená, prosím kontaktujte Va¹eho "
+"administrátora."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Export"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Exportova» poznámky"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "V¹eobecné nastavenia"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Import poznámok, krok %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "Import/Export poznámok"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "V: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Posledná aktualizácia"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Spravova» poznámkové bloky"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "Maximálny poèet poznámok"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Text poznámky"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Zoznam menu"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Dal¹ie mo¾nosti..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Moje poznámkové bloky:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Moje poznámky"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "Meno"
+
+#: templates/notepads/notepads.inc:53
+msgid "Name:"
+msgstr "Meno:"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Nová poznámka"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Ïalej"
+
+#: lib/api.php:286
+msgid "No iCalendar data was found."
+msgstr "Neboli nájdené ¾iadne údaje iCalendar."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "®iadne poznámky nevyhovujú"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "®iadne poznámky nevyhovujú aktuálnym kritériám."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "®iadne poznámky na zobrazenie"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "Po_známka"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Nenájdené."
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Kategória poznámky"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "Detaily poznámky"
+
+#: notepads.php:113
+msgid "Note Lists"
+msgstr "Zoznamy poznámkových blokov"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Text poznámky"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "_Text poznámky"
+
+#: view.php:56 memo.php:67 note/pdf.php:57
+msgid "Note not found."
+msgstr "Poznámka nebola nájdená."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "_Poznámkový blok"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Poznámkový blok"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Zoznam poznámkových blokov"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+#: templates/notepads/notepads.inc:42
+msgid "Notepads"
+msgstr "Poznámkové bloky"
+
+#: notepads.php:32
+msgid "Notepads must have a name."
+msgstr "Poznámkové bloky musia ma» názov."
+
+#: templates/notepads/notepads.inc:45
+msgid "Notepads:"
+msgstr "Poznámkové bloky:"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Súhrn poznámok"
+
+#: lib/api.php:161 lib/api.php:201 lib/api.php:234 lib/api.php:264
+#: lib/api.php:351 lib/api.php:410 lib/api.php:439
+msgid "Permission Denied"
+msgstr "Prístup zamietnutý"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Prístup zamietnutý"
+
+#: templates/notepads/notepads.inc:56
+msgid "Permissions"
+msgstr "Práva"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"Naozaj zmaza» poznámkový blok \"%s\"? Táto operácia nemô¾e by» navrátená a "
+"v¹etky údaje v tomto poznámkovom bloku budú permanentne odstránené."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Naozaj zmaza» túto poznámku?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Ulo¾i»"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Ulo¾i» ako PDF"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Hµada»"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Výsledky hµadania"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Hµada» poznámkové bloky:"
+
+#: templates/notepads/notepads.inc:47
+msgid "Select a notepad"
+msgstr "Vyberte poznámkový blok"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Vyberte formát exportu:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Vyberte súbor na import:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Vyberte formát zdrojového súboru:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Zdieµané poznámkové bloky:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Má by» poznámkový blok zobrazený vo vlastnom ståpci v prehµade?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Zobrazi» tlaèidlá akcií?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Zobrazi» meno poznámkového bloku?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Zobrazi» panel s nastaveniami poznámkového bloku?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Zobrazi» poznámky z týchto kategórií"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Triedi» podµa kategórie"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Triedi» podµa textu poznámky"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Triedi» podµa poznámkového bloku"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Úspe¹ne ulo¾ené: \"%s\"."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "Súbor %s neobsahoval ¾iadne poznámky."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Backend pre poznámky nie je k dispozícii."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Backend pre poznámky nie je k dispozícii: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "Poznámka bola vymazaná."
+
+#: notepads.php:45 notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Poznámkový blok \"%s\" sa nepodarilo vytvori»: %s"
+
+#: notepads.php:47 notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Poznámkový blok \"%s\" bol vytvorený."
+
+#: notepads.php:88 notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Poznámkový blok \"%s\" bol vymazaný."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Poznámkový blok \"%s\" bol premenovaný na \"%s\"."
+
+#: notepads.php:58 notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Poznámkový blok \"%s\" bol ulo¾ený."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Nastala chyba pri importe údajov: %s"
+
+#: lib/api.php:280
+msgid "There was an error importing the iCalendar data."
+msgstr "Nastala chyba pri importe údajov iCalendar."
+
+#: lib/api.php:458
+msgid "There was an error importing the vNote data."
+msgstr "Nastala chyba pri importe údajov vNote."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Nastala chyba pri odstraòovaní poznámky: %s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Nastala chyba pri ukladaní poznámky: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Nastala chyba pri prezeraní tohto poznámkového bloku: %s."
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Nie sú ¾iadne poznámky pre export."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Tento formát súboru nie je podporovaný."
+
+#: view.php:111 memo.php:91
+msgid "This note cannot be decrypted:"
+msgstr "Táto poznámka nemô¾e by» de¹ifrovaná:"
+
+#: view.php:103 memo.php:83
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Táto poznámka bola za¹ifrovaná, prosím zadajte heslo ni¾¹ie."
+
+#: view.php:100 view.php:108 memo.php:80 memo.php:88 lib/Driver/sql.php:448
+#: lib/Driver/kolab.php:766
+msgid "This note has been encrypted."
+msgstr "Táto poznámka bola za¹ifrovaná."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Tento poznámkový blok nemô¾e by» vymazaný."
+
+#: notepads.php:83 lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Nepodarilo sa vymaza» \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "Nemo¾né nahra» definíciu %s."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Nepodarilo sa ulo¾i» poznámkový blok \"%s\": %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "Nenastavená"
+
+#: lib/api.php:316 lib/api.php:373 lib/api.php:466
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Nepodporovaný typ obsahu (Content-Type): %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Do ktorého poznámkového bloku sa majú prida» poznámky?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Nemáte právo na zmenu tohto poznámkového bloku."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Nemáte právo vytvori» viac ako %d poznámok."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Nemáte právo na zmazanie tohto poznámkového bloku."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Nemáte právo na zobrazenie poznámkového bloku %s."
+
+#: notepads.php:68
+msgid "You must select a notepad to be deleted."
+msgstr "Musíte oznaèi» poznámkový blok, ktorý má by» vymazaný."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Prednastavený poznámkový blok:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Spravova» poznámkové bloky]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Telo"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "_Kategória"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Vymaza»"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Upravi»"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "Za¹i_frova»?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "_Podµa: "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "_Import/Export"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "_Zoznam poznámok"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "_Nová poznámka"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Heslo"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "_Tlaèi»"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "_Hµada»"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Názov"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "pou¾ívateµom %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "Vami"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "v %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "poznamky.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Slovenian translations for mnemo packaga
+# Slovenski prevod mnemo paketa
+# Copyright 2006-2009 The Horde Project
+# This file is distributed under the same license as the horde package.
+# Automatically generated, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: H3 (2.2-cvs)\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2006-08-16 19:04+0200\n"
+"PO-Revision-Date: 2006-04-30 10:32+0100\n"
+"Last-Translator: duck@obala.net\n"
+"Language-Team: sl_SI <duck@obala.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/list/header.inc:3
+#, php-format
+msgid "%d notes"
+msgstr "%d opomb"
+
+#: templates/memo/memo.inc:35
+#, php-format
+msgid "%s characters"
+msgstr "%s znakov"
+
+#: data.php:198
+#, php-format
+msgid "%s file successfully imported"
+msgstr "%s datoteka je bila uspešno sprejeta."
+
+#: notepads.php:99 lib/base.php:106
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s Beležka"
+
+#: templates/list/header.inc:3
+msgid "1 note"
+msgstr "1 opomba"
+
+#: memo.php:162
+msgid "Access denied deleting note."
+msgstr "Brisanje opombe je bilo zavrnjeno."
+
+#: memo.php:112 memo.php:115
+msgid "Access denied moving the note."
+msgstr "Premikanje opombe je bilo zavrnjeno."
+
+#: memo.php:84
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Shranjevanje opombe na %s je bilo zavrnjeno."
+
+#: memo.php:82
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Shranjevanje opombe na %s ni dovoljeno."
+
+#: config/prefs.php.dist:51
+msgid "Ascending"
+msgstr "Vzpenjoče"
+
+#: templates/view/memo.inc:18
+msgid "Back to Notepad"
+msgstr "Vrni se na Beležko"
+
+#: data.php:32 templates/data/import.inc:17
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Kategorija"
+
+#: templates/notepads/notepads.inc:20
+msgid "Change"
+msgstr "Spremeni"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Spremeni pogoje za iskanje opomb in prikaži možnosti."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Izberite prenastavljeno beležko."
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:77
+#: templates/notepads/notepads.inc:79
+msgid "Create"
+msgstr "Ustvari"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Ustvarjeno"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Prenastavljena beležka:"
+
+#: config/prefs.php.dist:42
+msgid "Default sorting criteria:"
+msgstr "Privzeti iskalni kriteriji:"
+
+#: config/prefs.php.dist:53
+msgid "Default sorting direction:"
+msgstr "Privzete iskalne smernice:"
+
+#: templates/notepads/notepads.inc:78 templates/view/memo.inc:15
+msgid "Delete"
+msgstr "Zbriši"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "Potrditev izbrisa"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "Lastnosti gumba za izbris"
+
+#: templates/memo/memo.inc:32
+msgid "Delete this note"
+msgstr "Izbrušite to pombo"
+
+#: config/prefs.php.dist:52
+msgid "Descending"
+msgstr "Padajoče"
+
+#: templates/notepads/notepads.inc:68
+msgid "Description:"
+msgstr "Opis:"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Možnosti Zaslona"
+
+#: config/prefs.php.dist:98
+msgid "Do you want to confirm deleting entries?"
+msgstr "Resnišno želite izbrisati opombe?"
+
+#: templates/view/memo.inc:11
+msgid "Edit"
+msgstr "Uredi"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Uredi \"%s\""
+
+#: templates/list/memo_headers.inc:42 lib/Block/summary.php:77
+msgid "Edit Note"
+msgstr "Uredi Opombo"
+
+#: templates/list/memo_headers.inc:52
+msgid "Edit categories and colors"
+msgstr "Uredi kategorije in barve"
+
+#: memo.php:68
+#, php-format
+msgid "Edit: %s"
+msgstr "Uredi: %s"
+
+#: templates/list/memo_summaries.inc:12
+msgid "Empty Note"
+msgstr "Očisti Opombo"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Oddaj"
+
+#: templates/data/export.inc:8
+msgid "Export Notes"
+msgstr "Oddaj Opombe"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "Splošne nastavitve"
+
+#: templates/data/import.inc:8
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Sprejemanje Opomb, Korak %d"
+
+#: data.php:204
+msgid "Import/Export Notes"
+msgstr "Sprejmi/Oddaj Opombe"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "V: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Zadnjič Spremenjeno"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "Največje število Opomb"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Besedilo Memo"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Meni Opomb"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Moje Opombe"
+
+#: templates/notepads/notepads.inc:62
+msgid "Name:"
+msgstr "Ime:"
+
+#: memo.php:52 lib/Block/summary.php:22 lib/Block/tree_menu.php:21
+msgid "New Note"
+msgstr "Nova Opomba"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Naslednje"
+
+#: lib/api.php:259
+msgid "No iCalendar data was found."
+msgstr "Ne najdem iCalendar podatkov."
+
+#: templates/menu.inc:7
+msgid "No notepads are available to guests."
+msgstr "Nobena beležka ni namena gostom."
+
+#: templates/list/header.inc:3
+msgid "No notes"
+msgstr "Opomb ni"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Ni zapskov, ki bi ustrezali kriterijem."
+
+#: lib/Block/summary.php:103
+msgid "No notes to display"
+msgstr "Ni opomb za prikaz"
+
+#: templates/list/memo_headers.inc:44
+msgid "No_te"
+msgstr "Opomba"
+
+#: lib/Driver/sql.php:140
+msgid "Not found"
+msgstr "Ne najdem"
+
+#: config/prefs.php.dist:41
+msgid "Note Category"
+msgstr "Kategorija Opombe"
+
+#: view.php:82
+msgid "Note Details"
+msgstr "Podrobnosti Opombe"
+
+#: notepads.php:110
+msgid "Note Lists"
+msgstr "Seznami Opomb"
+
+#: config/prefs.php.dist:40
+msgid "Note Text"
+msgstr "Naslednja Opomba"
+
+#: templates/memo/memo.inc:35
+msgid "Note _Text"
+msgstr "Besedilo opombe"
+
+#: view.php:57 memo.php:60
+msgid "Note not found."
+msgstr "Opombe ne najdem."
+
+#: templates/memo/memo.inc:41
+msgid "Note_pad"
+msgstr "Beležka"
+
+#: templates/notepads/notepads.inc:47
+msgid "Notepads"
+msgstr "Beležke"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "Opombe morajo imeti ime"
+
+#: templates/notepads/notepads.inc:53
+msgid "Notepads:"
+msgstr "Beležke:"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Povzetek Opomb"
+
+#: lib/api.php:236 lib/api.php:324 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "Dovoljenje je bilo Zavrnjeno"
+
+#: templates/notepads/notepads.inc:65
+msgid "Permissions"
+msgstr "Dovoljenja"
+
+#: templates/view/memo.inc:15
+msgid "Really delete this note?"
+msgstr "Resnično želite izbrisati izbrano pombo?"
+
+#: templates/list/header.inc:5 templates/list/header.inc:6
+msgid "Refresh List"
+msgstr "Osveži Seznam"
+
+#: templates/notepads/notepads.inc:79
+msgid "Reset"
+msgstr "Ponovno zaženi"
+
+#: templates/memo/memo.inc:39
+msgid "Save"
+msgstr "Shrani"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: lib/Block/tree_menu.php:30
+msgid "Search"
+msgstr "Išči"
+
+#: list.php:53
+msgid "Search Results"
+msgstr "Išči Zadetke"
+
+#: templates/notepads/notepads.inc:55
+msgid "Select a notepad"
+msgstr "Izberite beležko"
+
+#: templates/menu.inc:15 templates/menu.inc:17
+msgid "Select notepads to display:"
+msgstr "Izberite beležke za prikaz:"
+
+#: templates/data/export.inc:15
+msgid "Select the export format:"
+msgstr "Izberite obliko izvozne datoteke:"
+
+#: templates/data/import.inc:37
+msgid "Select the file to import:"
+msgstr "Izberite datoteko, ki želite sprejeti:"
+
+#: templates/data/import.inc:15
+msgid "Select the format of the source file:"
+msgstr "Izberite obliko uvozne daototeke:"
+
+#: lib/Block/summary.php:37
+msgid "Show action buttons?"
+msgstr "Prikažem ukazne gumbe?"
+
+#: lib/Block/summary.php:40
+msgid "Show notepad name?"
+msgstr "Prikažem beležkino ime?"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "Prikaži zapske za te ketegorije"
+
+#: templates/list/memo_headers.inc:48
+msgid "Sort by Category"
+msgstr "Razvrsti glede na kategorija"
+
+#: templates/list/memo_headers.inc:44
+msgid "Sort by Note Text"
+msgstr "Razvrsti glede na besedilo v opombi"
+
+#: memo.php:135
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "Uspešno shranjena \"%s\"."
+
+#: memo.php:159
+msgid "The note was deleted."
+msgstr "Opomba je bila zbrisana."
+
+#: notepads.php:46
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Beležka \"%s\" ni bila ustvarjena: %s "
+
+#: notepads.php:48
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Beležka \"%s\" je bila ustvarjena."
+
+#: notepads.php:85
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Beležka \"%s\" je bila zbrisana."
+
+#: notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Beležka \"%s\" je bila shranjena."
+
+#: data.php:195
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Pri oddajanju podatkov je prišlo da napake: %s"
+
+#: lib/api.php:253
+msgid "There was an error importing the iCalendar data."
+msgstr "Prišlo je do napake pri uvažanju opombe z iCalendar podatkov."
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "Pri uažanju podatkov vNote je prišlo do napake: %s"
+
+#: memo.php:157
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Pri odstranjevanju opombe je prišlo do napake: %s"
+
+#: memo.php:133
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Pri shranjevanju opombe je prišlo do napake: %s"
+
+#: view.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Pri ogledovanju beležke je prišlo do napake: %s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "Memov za oddajo ni."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "Format datoteke nima podpore."
+
+#: notepads.php:80
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "\"%s\": %s ne morem zbrisati"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:14
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+#: lib/Mnemo.php:206 lib/Mnemo.php:207 lib/Mnemo.php:221 lib/Mnemo.php:222
+#: lib/Block/summary.php:98
+msgid "Unfiled"
+msgstr "Neurejeno"
+
+#: lib/api.php:289 lib/api.php:346 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Nepoznana oblika zapisa: %s"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr "H kateri Beležki naj dodam opombe?"
+
+#: data.php:42 data.php:130 memo.php:35
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Nimate pravice za tvojrenje več kot %d opomb."
+
+#: view.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Niste pooblaščeni za gledanje beležke %s."
+
+#: notepads.php:65
+msgid "You must select a notepad to be deleted."
+msgstr "Izbrati morate beležko, ki jo boste zbrisali."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Vaša privzeta beležka:"
+
+#: templates/view/memo.inc:18
+msgid "_Back to Notepad"
+msgstr "Vrni se na Beležko"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "Vsebina"
+
+#: templates/memo/memo.inc:52 templates/list/memo_headers.inc:48
+msgid "_Category"
+msgstr "Kategorija"
+
+#: templates/view/memo.inc:15
+msgid "_Delete"
+msgstr "Zbriši"
+
+#: templates/view/memo.inc:11
+msgid "_Edit"
+msgstr "Uredi"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Za:"
+
+#: lib/Mnemo.php:281
+msgid "_Import/Export"
+msgstr "Uvoz/Izvoz"
+
+#: lib/Mnemo.php:264
+msgid "_List Notes"
+msgstr "Spisek opomb"
+
+#: lib/Mnemo.php:276
+msgid "_My Notepads"
+msgstr "_Moje beležke"
+
+#: lib/Mnemo.php:269
+msgid "_New Note"
+msgstr "Nova opomba"
+
+#: lib/Mnemo.php:286
+msgid "_Print"
+msgstr "Natisni"
+
+#: lib/Mnemo.php:272
+msgid "_Search"
+msgstr "Išči"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "Naslov"
+
+#: data.php:91 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr "opombe.csv"
+
+#: data.php:33 templates/data/import.inc:18
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Swedish translations for Mnemo package.
+# Copyright 2005-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# Andreas Dahlen <andreas@dahlen.ws>, 2002-2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0.2-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2005-06-14 22:08+0200\n"
+"PO-Revision-Date: 2005-06-16 15:54+0100\n"
+"Last-Translator: Andreas Dahlén <andreas@dahlen.ws>\n"
+"Language-Team: Swedish <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/list/header.inc:9
+#, php-format
+msgid "%d notes"
+msgstr "%d anteckningar"
+
+#: data.php:182
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Filen %s importerades"
+
+#: notepads.php:94 lib/base.php:95
+#, php-format
+msgid "%s's Notepad"
+msgstr "Anteckningar för %s"
+
+#: templates/list/header.inc:9
+msgid "1 note"
+msgstr "1 anteckning"
+
+#: memo.php:158
+msgid "Access denied deleting note."
+msgstr "Behörighet saknas att radera anteckning."
+
+#: memo.php:108 memo.php:111
+msgid "Access denied moving the note."
+msgstr "Behörighet saknas att flytta anteckning."
+
+#: memo.php:80
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Behörighet saknas att spara anteckning till %s."
+
+#: memo.php:78
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Behörighet saknas att spara anteckning: %s"
+
+#: templates/prefs/showsummaryselect.inc:103
+msgid "Add category"
+msgstr "Lägg till kategorier"
+
+#: memo.php:48
+msgid "Adding A New Note"
+msgstr "Lägger till en anteckning"
+
+#: config/prefs.php.dist:44
+msgid "Ascending"
+msgstr "Stigande"
+
+#: templates/prefs/showsummaryselect.inc:99
+msgid "Available Categories:"
+msgstr "Tillgängliga kategorier:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:67
+msgid "Back to Notepad"
+msgstr "Tillbaka till anteckningsblock"
+
+#: templates/notepads/notepads.inc:97
+msgid "Back to Notepad Options"
+msgstr "Tillbaka till inställningar för anteckningsblock"
+
+#: data.php:28 templates/data/import.inc:17
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:50 templates/view/memo.inc:15
+msgid "Category"
+msgstr "Kategori"
+
+#: templates/notepads/notepads.inc:22
+msgid "Change"
+msgstr "Ändra"
+
+#: templates/list/memo_headers.inc:6 templates/list/memo_headers.inc:10
+msgid "Change sort direction"
+msgstr "Ändra sorteringsriktning"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "Ändra sorterings- och visningsinställningar för anteckningar."
+
+#: templates/prefs/showsummaryselect.inc:93
+msgid "Choose the memo categories to list in the summary view."
+msgstr "Välj anteckningskategorier som skall visas i sammanställningsvyn."
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Välj ditt förvalda anteckningsblockk."
+
+#: templates/search/search.inc:32
+msgid "Clear Form"
+msgstr "Rensa formulär"
+
+#: templates/notepads/notepads.inc:17 templates/notepads/notepads.inc:94
+#: templates/notepads/notepads.inc:96
+msgid "Create"
+msgstr "Skapa"
+
+#: templates/view/memo.inc:35
+msgid "Created"
+msgstr "Skapad"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "Förvalt anteckningsblock"
+
+#: config/prefs.php.dist:35
+msgid "Default sorting criteria:"
+msgstr "Förvald sorteringskrietria:"
+
+#: config/prefs.php.dist:46
+msgid "Default sorting direction:"
+msgstr "Förvald sorteringsordning"
+
+#: templates/notepads/notepads.inc:95 templates/view/memo.inc:25
+#: templates/view/memo.inc:64
+msgid "Delete"
+msgstr "Radera"
+
+#: templates/memo/memo.inc:56
+msgid "Delete this note"
+msgstr "Raderade anteckningen."
+
+#: config/prefs.php.dist:45
+msgid "Descending"
+msgstr "Fallande"
+
+#: templates/notepads/notepads.inc:85
+msgid "Description:"
+msgstr "Beskrivning:"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "Visningsinställningar"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:60
+msgid "Edit"
+msgstr "Ändra"
+
+#: lib/Block/summary.php:83 templates/list/memo_headers.inc:4
+#: templates/list/memo_summaries.inc:4 templates/list/memo_summaries.inc:5
+msgid "Edit Note"
+msgstr "Ändra anteckning"
+
+#: templates/list/memo_headers.inc:16
+msgid "Edit categories and colors"
+msgstr "Ändra kategorier och färger"
+
+#: templates/list/memo_summaries.inc:9
+msgid "Empty Note"
+msgstr "Tom anteckning"
+
+#: templates/data/export.inc:19
+msgid "Export"
+msgstr "Exportera"
+
+#: templates/data/export.inc:8
+msgid "Export Notes"
+msgstr "Exportera anteckningar"
+
+#: templates/search/search.inc:21
+msgid "F_ull Text"
+msgstr "F_ull text"
+
+#: templates/data/import.inc:8
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Importera anteckningar, steg %d"
+
+#: data.php:188
+msgid "Import/Export Notes"
+msgstr "Importera/exportera anteckningar"
+
+#: templates/view/memo.inc:43
+msgid "Last Modified"
+msgstr "Senast ändrad"
+
+#: lib/api.php:57
+msgid "Maximum Number of Notes"
+msgstr "Maximalt antal anteckningar"
+
+#: data.php:49
+msgid "Memo Text"
+msgstr "Anteckningstext"
+
+#: memo.php:64
+#, php-format
+msgid "Modifying %s"
+msgstr "Ändrar %s:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Mina anteckningar"
+
+#: lib/Block/summary.php:22
+msgid "New Note"
+msgstr "Ny anteckning"
+
+#: templates/data/import.inc:40
+msgid "Next"
+msgstr "Nästa"
+
+#: templates/menu.inc:7
+msgid "No notepads are available to guests."
+msgstr "Inga anteckningsblock tillgängliga för gäster."
+
+#: templates/list/header.inc:9
+msgid "No notes"
+msgstr "Inga anteckningar"
+
+#: templates/list/empty.inc:3
+msgid "No notes match the current criteria."
+msgstr "Inga anteckningar matchar aktuellt urval."
+
+#: lib/Block/summary.php:109
+msgid "No notes to display"
+msgstr "Inga anteckningar att visa"
+
+#: templates/list/memo_headers.inc:7
+msgid "No_te"
+msgstr "An_teckning"
+
+#: config/prefs.php.dist:34
+msgid "Note Category"
+msgstr "Anteckningskategori"
+
+#: view.php:61 templates/view/memo.inc:9
+msgid "Note Details"
+msgstr "Anteckningsdetaljer"
+
+#: notepads.php:105
+msgid "Note Lists"
+msgstr "Anteckningslistor"
+
+#: config/prefs.php.dist:33
+msgid "Note Text"
+msgstr "Anteckningstext"
+
+#: templates/memo/memo.inc:15
+msgid "Note _Text"
+msgstr "Antecknings_text"
+
+#: memo.php:56 view.php:38
+msgid "Note not found."
+msgstr "Anteckning saknas."
+
+#: templates/memo/memo.inc:23
+msgid "Note_pad"
+msgstr "Antecknings_block"
+
+#: templates/notepads/notepads.inc:79
+msgid "Notepad's name:"
+msgstr "Anteckningsblocksnamn:"
+
+#: templates/notepads/notepads.inc:61
+msgid "Notepads"
+msgstr "Anteckningsblock"
+
+#: notepads.php:28
+msgid "Notepads must have a name."
+msgstr "Anteckningsblock måste ha ett namn."
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Antecknings summering"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20
+msgid "Other Options"
+msgstr "Andra inställningar"
+
+#: lib/api.php:154 lib/api.php:225 lib/api.php:296 lib/api.php:325
+msgid "Permission Denied"
+msgstr "Behörighet nekades"
+
+#: templates/notepads/notepads.inc:82
+msgid "Permissions"
+msgstr "behörigheter"
+
+#: templates/list/header.inc:4 templates/list/header.inc:5
+msgid "Refresh List"
+msgstr "Uppdatera lista"
+
+#: templates/prefs/showsummaryselect.inc:105
+msgid "Remove category"
+msgstr "Radera kategorier"
+
+#: templates/notepads/notepads.inc:96
+msgid "Reset"
+msgstr "Återställ"
+
+#: templates/memo/memo.inc:45
+msgid "Save"
+msgstr "Spara"
+
+#: search.php:13 templates/search/search.inc:4 templates/search/search.inc:31
+msgid "Search"
+msgstr "Sök"
+
+#: list.php:53
+msgid "Search Results"
+msgstr "Sökresultat"
+
+#: templates/search/search.inc:17
+msgid "Search Scope"
+msgstr "Urval för sökning"
+
+#: templates/search/search.inc:9
+msgid "Search _Text"
+msgstr "Sökt _text"
+
+#: templates/notepads/notepads.inc:67
+msgid "Select a notepad"
+msgstr "Välj ett anteckningsblock"
+
+#: templates/menu.inc:16
+msgid "Select notepads to display:"
+msgstr "Ange anteckningsblock att visa:"
+
+#: templates/data/export.inc:15
+msgid "Select the export format:"
+msgstr "Välj exportformat:"
+
+#: templates/data/import.inc:37
+msgid "Select the file to import:"
+msgstr "Välj fil som skall importeras:"
+
+#: templates/data/import.inc:15
+msgid "Select the format of the source file:"
+msgstr "Välj format på importfilen:"
+
+#: templates/prefs/showsummaryselect.inc:109
+msgid "Selected Categories:"
+msgstr "Valda kategorier:"
+
+#: lib/Block/summary.php:38
+msgid "Show action buttons?"
+msgstr "Visa aktivitetsknappar?"
+
+#: lib/Block/summary.php:41
+msgid "Show notepad name?"
+msgstr "Visa anteckningsblockets namn?"
+
+#: lib/Block/summary.php:44
+msgid "Show notes from these categories"
+msgstr "Visa anteckningar med dessa kategorier"
+
+#: templates/list/memo_headers.inc:11
+msgid "Sort by Category"
+msgstr "Sortera på kategori"
+
+#: templates/list/memo_headers.inc:7
+msgid "Sort by Note Text"
+msgstr "Sortera på anteckningstext"
+
+#: memo.php:131
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "'%s' sparades."
+
+#: memo.php:155
+msgid "The note was deleted."
+msgstr "Anteckningen raderades."
+
+#: notepads.php:41
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "Anteckningsblock '%s' kunde inte skapas: %s"
+
+#: notepads.php:43
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Anteckningsblocket '%s' skapades."
+
+#: notepads.php:80
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Anteckningsblocket '%s' raderades."
+
+#: notepads.php:51
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Anteckningsvlocket '%s' sparats."
+
+#: data.php:179
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "Det uppstod fel vid import av data: %s."
+
+#: lib/api.php:178 lib/api.php:344
+msgid "There was an error importing the vNote data."
+msgstr "Fel vid import av data."
+
+#: memo.php:153
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Det uppstod fel vid radering av anteckningen: %s"
+
+#: memo.php:129
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Det uppstod fel vid sparning av anteckningen: %s"
+
+#: view.php:24
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Det uppstod fel vid visning av anteckningen: %s"
+
+#: data.php:75
+msgid "There were no memos to export."
+msgstr "Inga anteckning att exportera."
+
+#: data.php:101
+msgid "This file format is not supported."
+msgstr "Filformatet stöds inte."
+
+#: notepads.php:75
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "Kunde inte radera '%s': %s"
+
+#: templates/memo/memo.inc:47
+msgid "Undo changes"
+msgstr "Ångra ändringar"
+
+#: lib/Block/summary.php:105 templates/list/memo_summaries.inc:11
+#: templates/view/memo.inc:16
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+msgid "Unfiled"
+msgstr "Ej kategoriserad"
+
+#: lib/api.php:187 lib/api.php:260 lib/api.php:352
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Content-Type stöds inte: %s"
+
+#: templates/list/memo_summaries.inc:9
+msgid "View Note Details"
+msgstr "Visa anteckningsdetaljer"
+
+#: templates/data/import.inc:22
+msgid "Which Notepad should the notes be added to?"
+msgstr "Till vilket anteckningsblock skall anteckningar läggas till?"
+
+#: memo.php:31 data.php:38 data.php:121
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Du har inte behörighet att skapa mer än %d anteckningar."
+
+#: view.php:28
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Du har inte behörig att visa anteckningsblock '%s'."
+
+#: notepads.php:60
+msgid "You must select a notepad to be deleted."
+msgstr "Du måste ange ett anteckningsblock som skall raderas."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Ditt förvalda anteckningsblock:"
+
+#: templates/notepads/notepads.inc:65
+msgid "Your notepads:"
+msgstr "Dina anteckningsblock:"
+
+#: templates/view/memo.inc:28 templates/view/memo.inc:67
+msgid "_Back to Notepad"
+msgstr "_Tillbaka till anteckningsblock"
+
+#: templates/memo/memo.inc:40 templates/list/memo_headers.inc:11
+msgid "_Category"
+msgstr "_Kategori"
+
+#: templates/view/memo.inc:25 templates/view/memo.inc:64
+msgid "_Delete"
+msgstr "_Radera"
+
+#: templates/view/memo.inc:21 templates/view/memo.inc:60
+msgid "_Edit"
+msgstr "_Ändra"
+
+#: templates/search/search.inc:20
+msgid "_First Line"
+msgstr "_Första raden"
+
+#: lib/Mnemo.php:265
+msgid "_Import/Export"
+msgstr "_Importera/Exportera"
+
+#: lib/Mnemo.php:248
+msgid "_List Notes"
+msgstr "_Lista anteckningar"
+
+#: lib/Mnemo.php:260
+msgid "_My Notepads"
+msgstr "_Mina anteckningsblock"
+
+#: lib/Mnemo.php:253
+msgid "_New Note"
+msgstr "_Ny anteckning"
+
+#: lib/Mnemo.php:270
+msgid "_Print"
+msgstr "_Skriv ut"
+
+#: lib/Mnemo.php:256
+msgid "_Search"
+msgstr "_Sök"
+
+#: data.php:87 templates/data/export.inc:1
+msgid "notes.csv"
+msgstr "anteckningar.csv"
+
+#: data.php:29 templates/data/import.inc:18
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Turkish translations for Mnemo package
+# Not defteri paketi için Türkçe çeviriler.
+# Copyright 2008-2009 The Horde Project
+# This file is distributed under the same license as the Mnemo package.
+# horde-tr at metu.edu.tr, 2007-2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo H3 (2.2-RC2)\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-04-15 12:57+0300\n"
+"PO-Revision-Date: 2008-04-15 12:57+0300\n"
+"Last-Translator: Altay Þeref Özaygen\n"
+"Language-Team: i18n@lists.horde.org\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-9\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s karakter"
+
+#: data.php:199
+#, php-format
+msgid "%s file successfully imported"
+msgstr "Dosya %s baþarý ile alýndý"
+
+#: lib/Mnemo.php:429 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s kullanýcýsýnýn not defteri"
+
+#: memo.php:199
+msgid "Access denied deleting note."
+msgstr "Notun silinmesine izin verilmedi."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "Notun taþýnmasýna izin verilmedi."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Notun, %s a saklanmasina izin verilmedi."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Notun saklanmasýna izin verilmedi: %s"
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "Artan"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "Ýptal"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Sýnýf"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Ýzinleri Deðiþtir"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Not sýralama ve görüntüleme seçeneklerinizi deðiþtirin."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "Varsayýlan Not Defterinizi seçiniz."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Aramayý Kapat"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "Yarat"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "Not Defteri yarat"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "Yeni bir Not Defteri yarat"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "Yaratýldý"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "Þifreyi aç"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "Varsayýlan Not Defteri"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "Varsayýlan sýralama ölçütü:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "Varsayýlan sýralama yönü:"
+
+#: notepads/index.php:33 templates/notepad_list.php:33
+#: templates/view/memo.inc:16 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "Sil"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "%s Sil"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "Silme Onayý"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "Silme tuþu davranýþý."
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "Bu notu sil"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "Azalan"
+
+#: lib/Forms/EditNotepad.php:44 lib/Forms/CreateNotepad.php:37
+msgid "Description"
+msgstr "Taným"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "%s notu bulunamadý"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Görüntüleme Seçenekleri"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "Silinecekleri onaylamak istiyor musunuz?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "Düzenle"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "Düzenle \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "%s Düzenle"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "Notu Düzenle"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "Sýnýf ve renkleri düzenle"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "Düzenle: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "Notu Boþalt"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr ""
+"Þifreleme desteði yapýlandýrýlmadý. Lütfen sistem yöneticiniz ile temasa "
+"geçiniz."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "Dýþarý Aktar"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "Notlarý Dýþarý Aktar"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "Genel Seçenekler"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "Notlarý Dýþarý Aktarma Adýmý %d"
+
+#: data.php:205
+msgid "Import/Export Notes"
+msgstr "Notlarý Ýçeri/Dýþarý Aktar"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr ": "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "Son Deðiþim"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "Not Defterini Yönet"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "En Fazla Not Sayýsý"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "Hatýrlatma Metni"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "Menü Listesi"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "Daha Fazla Seçenek..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "Not Defterlerim:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "Notlarým"
+
+#: lib/Forms/EditNotepad.php:43 lib/Forms/CreateNotepad.php:36
+msgid "Name"
+msgstr "Ad"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "Yeni Not"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "Sonraki"
+
+#: lib/api.php:272
+msgid "No iCalendar data was found."
+msgstr "Hiç iCalendar verisi bulunamadý."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "Hiç uyan not yok"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "Geçerli ölçüte uyan not yok."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "Görüntülenecek not yok"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "No_t"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "Bulunamadý"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "Not Sýnýfý"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "Not Detayý"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "Not Metni"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "Not _Metni"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "Not bulunamadý."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "Not _Defteri"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "Not Defteri"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "Not Defteri Listesi"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "Not Defterleri"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "Not Özeti"
+
+#: lib/api.php:147 lib/api.php:187 lib/api.php:220 lib/api.php:250
+#: lib/api.php:337 lib/api.php:396 lib/api.php:425
+msgid "Permission Denied"
+msgstr "Ýzin Yok"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "Ýzin yok"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"\"%s\" adlý not defteri gerçekten silinsin mi? Bu geri çevrilemez. Bu not "
+"defterindeki veriler kalýcý olarak silinecek"
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "Bu not gerçekten silinsin mi?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Kaydet"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "PDF olarak sakla"
+
+#: search.php:17 templates/list/header.inc:4 templates/search/search.inc:4
+#: templates/search/search.inc:27 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "Ara"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "Arama Sonuçlarý"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "Not Defteri Ara:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Dýþarý aktarma biçimi:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Ýçeri aktarýlacak dosyayý seç:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Kaynak dosyanýn biçimini seçin:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "Paylaþýlan Not Defterleri:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "Liste görüntüsünde, Not Defteri kendi kolonunda görünsün mü? "
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Eylem tuþlarý gösterilsin mi?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Not defteri adý gösterilsin mi?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Not defteri seçenek paneli gösterilsin mi?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "Bu sýnýflardan notlarý göster"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "Sýnýfa Göre Sýrala"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "Not Metnine Göre Sýrala"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "Not Defterine Göre Sýrala"
+
+#: memo.php:173
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\" baþarý ile saklandý."
+
+#: data.php:193
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "%s dosyasý hiç not içermiyor."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "Not arka aracý þu anda kullanýlabilir deðil."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "Not arka aracý þu anda kullanýlabilir deðil: %s"
+
+#: memo.php:196
+msgid "The note was deleted."
+msgstr "Not silinmiþ."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "Not defteri \"%s\" yaratýldý."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "Not defteri \"%s\" silindi."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "Not defteri \"%s\", \"%s\" olarak yeniden adlandýrýldý."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Not defteri \"%s\" sakladý."
+
+#: data.php:196
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "%s tarihini içeri aktarmada hata oluþtu"
+
+#: lib/api.php:266
+msgid "There was an error importing the iCalendar data."
+msgstr "iCalendar verisini içeri taþýmada hata oluþtu."
+
+#: lib/api.php:444
+msgid "There was an error importing the vNote data."
+msgstr "vNote verisini içeri taþýmada hata oluþtu."
+
+#: memo.php:194
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "Notu silerken hata oluþtu: %s"
+
+#: memo.php:171
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Notu saklarken hata oluþtu: %s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "Bu not defterini görüntülerken hata oluþtu: %s"
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "Dýþarý taþýnacak hatýrlatma bulunamadý."
+
+#: data.php:104
+msgid "This file format is not supported."
+msgstr "Bu dosya biçimi desteklenmiyor."
+
+#: memo.php:91 view.php:98
+msgid "This note cannot be decrypted:"
+msgstr "Bu notun þifresi açýlamaz:"
+
+#: memo.php:83 view.php:90
+msgid "This note has been encrypted, please provide the password below."
+msgstr "Bu not þifrelenmiþtir. Lütfen þifreyi aþaðýya giriniz"
+
+#: memo.php:80 memo.php:88 view.php:87 view.php:95 lib/Driver/sql.php:448
+#: lib/Driver/kolab.php:752
+msgid "This note has been encrypted."
+msgstr "Bu not þifrelenmiþtir."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "Bu not silinemez"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "\"%s\" silinemedi: %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "%s için taným yüklenemedi."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "Not defteri \"%s\" saklanamadý: %s"
+
+#: templates/list/memo_summaries.inc:17 templates/view/memo.inc:27
+#: lib/Mnemo.php:245 lib/Mnemo.php:246 lib/Mnemo.php:260 lib/Mnemo.php:261
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "Doldurulmamýþ"
+
+#: lib/api.php:302 lib/api.php:359 lib/api.php:452
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "Desteklenmeyen Ýçerik Türü: %s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Notlar hangi Not Defterine eklensin?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "Bu not defterini deðiþtirme izniniz yok."
+
+#: memo.php:37 data.php:42 data.php:128
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "%d adetten fazla not yaratma hakkýnýz yok."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "Bu not defterini silme izniniz yok."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "%s not defterini görüntüleme izniniz yok."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "Varsayýlan not defteriniz:"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[Not Defterlerini Yönet]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "_Metin"
+
+#: templates/list/memo_headers.inc:41 templates/memo/memo.inc:70
+msgid "_Category"
+msgstr "Sýný_f"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "_Sil"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "_Düzenle"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "Sif_rele?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "Ara_ma: "
+
+#: lib/Mnemo.php:466
+msgid "_Import/Export"
+msgstr "Ýçeri/Dýþarý _Aktar"
+
+#: lib/Mnemo.php:453
+msgid "_List Notes"
+msgstr "Notlarý _Listele"
+
+#: lib/Mnemo.php:458
+msgid "_New Note"
+msgstr "_Yeni Not"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "_Þifre"
+
+#: lib/Mnemo.php:471
+msgid "_Print"
+msgstr "_Yazdýr"
+
+#: lib/Mnemo.php:462
+msgid "_Search"
+msgstr "_Arama"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "_Baþlýk"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "%s içinde"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "not.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# Mnemo Simplified Chinese Translation
+# Copyright 2002 Peter Wang
+# Peter Wang <whw@oulink.net>, 2002
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.0-cvs\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2005-10-18 15:12+0200\n"
+"PO-Revision-Date: 2007-09-03 17:49+0800\n"
+"Last-Translator: Anna Chen <annachen2008@yahoo.com.cn>\n"
+"Language-Team: Simplified Chinese <whw@oulink.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=GB2312\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: templates/memo/memo.inc:48
+#, php-format
+msgid "%s characters"
+msgstr "%s ×Ö·û"
+
+#: data.php:201
+#, php-format
+msgid "%s file successfully imported"
+msgstr "³É¹¦µ¼Èë %s Îļþ"
+
+#: notepads.php:99 lib/Mnemo.php:348
+#, php-format
+msgid "%s's Notepad"
+msgstr "%s µÄ¼Çʱ¾"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "ɾ³ý±ãǩʧ°Ü¡£"
+
+#: memo.php:152 memo.php:155
+msgid "Access denied moving the note."
+msgstr "ÒÆ¶¯±ãǩʧ°Ü¡£"
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "½«±ãÇ©±£´æµ½ %s ʧ°Ü¡£"
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "±£´æ±ãǩʧ°Ü£º%s"
+
+#: config/prefs.php.dist:61
+msgid "Ascending"
+msgstr "ÉýÐò"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "CSV"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "Àà±ð"
+
+#: templates/notepads/notepads.inc:20
+msgid "Change"
+msgstr "¸ü¸Ä"
+
+#: config/prefs.php.dist:15
+msgid "Change your note sorting and display options."
+msgstr "¸ü¸Ä±ãÇ©µÄÅÅÐòºÍÏÔʾѡÏî¡£"
+
+#: config/prefs.php.dist:22
+msgid "Choose your default Notepad."
+msgstr "Ñ¡ÔñĬÈϼÇʱ¾¡£"
+
+#: templates/notepads/notepads.inc:15 templates/notepads/notepads.inc:58
+msgid "Create"
+msgstr "´´½¨"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "ÒÑ´´½¨"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:44
+msgid "Decrypt"
+msgstr "½âÃÜ"
+
+#: config/prefs.php.dist:21
+msgid "Default Notepad"
+msgstr "ĬÈϼÇʱ¾"
+
+#: config/prefs.php.dist:52
+msgid "Default sorting criteria:"
+msgstr "ĬÈÏÅÅÐò±ê×¼£º"
+
+#: config/prefs.php.dist:63
+msgid "Default sorting direction:"
+msgstr "ĬÈÏÅÅÐò·½Ïò£º"
+
+#: templates/notepads/notepads.inc:59 templates/view/memo.inc:16
+msgid "Delete"
+msgstr "ɾ³ý"
+
+#: config/prefs.php.dist:28
+msgid "Delete Confirmation"
+msgstr "ɾ³ýÈ·ÈÏ"
+
+#: config/prefs.php.dist:29
+msgid "Delete button behaviour"
+msgstr "ɾ³ý°´Å¥²Ù×÷"
+
+#: templates/memo/memo.inc:32
+msgid "Delete this note"
+msgstr "ɾ³ý´Ë±ãÇ©"
+
+#: config/prefs.php.dist:62
+msgid "Descending"
+msgstr "½µÐò"
+
+#: templates/notepads/notepads.inc:54
+msgid "Description:"
+msgstr "ÃèÊö£º"
+
+#: config/prefs.php.dist:14
+msgid "Display Options"
+msgstr "ÏÔʾѡÏî"
+
+#: config/prefs.php.dist:108
+msgid "Do you want to confirm deleting entries?"
+msgstr "ÊÇ·ñÈ·¶¨ÒªÉ¾³ýÕâЩÌõÄ¿£¿"
+
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "±à¼"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "±à¼¡°%s¡±"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:77
+msgid "Edit Note"
+msgstr "±à¼±ãÇ©"
+
+#: templates/list/memo_headers.inc:40
+msgid "Edit categories and colors"
+msgstr "±à¼Àà±ðºÍÉ«²Ê"
+
+#: memo.php:103
+#, php-format
+msgid "Edit: %s"
+msgstr "±à¼£º%s"
+
+#: templates/list/memo_summaries.inc:12
+msgid "Empty Note"
+msgstr "¿Õ±ãÇ©"
+
+#: lib/Driver.php:99
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr "δÅäÖüÓÃÜÖ§³Ö£¬ÇëÁªÏµ¹ÜÀíÔ±¡£"
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "µ¼³ö"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "µ¼³ö±ãÇ©"
+
+#: config/prefs.php.dist:13 config/prefs.php.dist:20 config/prefs.php.dist:27
+msgid "General Options"
+msgstr "³£¹æÑ¡Ïî"
+
+#: templates/panel.inc:31
+msgid "Hide Options"
+msgstr "Òþ²ØÑ¡Ïî"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "µ¼Èë±ãÇ©£¬²½Öè %d"
+
+#: data.php:207
+msgid "Import/Export Notes"
+msgstr "µ¼Èë/µ¼³ö±ãÇ©"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "ÔÚ£º"
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "ÉÏ´ÎÐÞ¸Ä"
+
+#: lib/api.php:77
+msgid "Maximum Number of Notes"
+msgstr "±ãÇ©×î´óÊýÁ¿"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "±¸×¢ÐÅÏ¢"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "²Ëµ¥Áбí"
+
+#: templates/panel.inc:37
+msgid "My Notepads:"
+msgstr "ÎҵļÇʱ¾£º"
+
+#: list.php:31
+#, php-format
+msgid "My Notes (%s)"
+msgstr "ÎҵıãÇ© (%s)"
+
+#: templates/notepads/notepads.inc:49
+msgid "Name:"
+msgstr "Ãû³Æ£º"
+
+#: memo.php:55 lib/Block/summary.php:22 lib/Block/tree_menu.php:21
+msgid "New Note"
+msgstr "н¨±ãÇ©"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "ÏÂÒ»²½"
+
+#: lib/api.php:259
+msgid "No iCalendar data was found."
+msgstr "δÕÒµ½ iCalendar Êý¾Ý¡£"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "ÎÞ±ãÇ©·ûºÏµ±Ç°¹æÔò¡£"
+
+#: lib/Block/summary.php:103
+msgid "No notes to display"
+msgstr "ÎÞ¿ÉÏÔʾµÄ±ãÇ©"
+
+#: templates/list/memo_headers.inc:32
+msgid "No_te"
+msgstr "±ãÇ©_T"
+
+#: lib/Driver/sql.php:144
+msgid "Not found"
+msgstr "δÕÒµ½"
+
+#: config/prefs.php.dist:51
+msgid "Note Category"
+msgstr "±ãÇ©Àà±ð"
+
+#: view.php:108
+msgid "Note Details"
+msgstr "±ãÇ©ÏêϸÄÚÈÝ"
+
+#: notepads.php:110
+msgid "Note Lists"
+msgstr "±ãÇ©Áбí"
+
+#: config/prefs.php.dist:50
+msgid "Note Text"
+msgstr "±ãÇ©ÄÚÈÝ"
+
+#: templates/memo/memo.inc:48
+msgid "Note _Text"
+msgstr "±ãÇ©ÄÚÈÝ_T"
+
+#: view.php:56 memo.php:66 note/pdf.php:57
+msgid "Note not found."
+msgstr "δÕÒµ½±ãÇ©¡£"
+
+#: templates/memo/memo.inc:54
+msgid "Note_pad"
+msgstr "¼Çʱ¾_P"
+
+#: templates/notepads/notepads.inc:38
+msgid "Notepads"
+msgstr "¼Çʱ¾"
+
+#: notepads.php:33
+msgid "Notepads must have a name."
+msgstr "¼Çʱ¾±ØÐëÓÐÃû³Æ¡£"
+
+#: templates/notepads/notepads.inc:41
+msgid "Notepads:"
+msgstr "¼Çʱ¾£º"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "¼Çʱ¾ÕªÒª"
+
+#: lib/api.php:236 lib/api.php:324 lib/api.php:382 lib/api.php:411
+msgid "Permission Denied"
+msgstr "ȨÏÞ²»×ã"
+
+#: templates/notepads/notepads.inc:51
+msgid "Permissions"
+msgstr "ȨÏÞ"
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "È·¶¨É¾³ý´Ë±ãÇ©£¿"
+
+#: templates/panel.inc:55 templates/memo/memo.inc:52
+msgid "Save"
+msgstr "±£´æ"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Áí´æÎª PDF"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: lib/Block/tree_menu.php:30
+msgid "Search"
+msgstr "ËÑË÷"
+
+#: list.php:53
+#, php-format
+msgid "Search Results (%s)"
+msgstr "ËÑË÷½á¹û (%s)"
+
+#: templates/notepads/notepads.inc:43
+msgid "Select a notepad"
+msgstr "Ñ¡Ôñ¼Çʱ¾"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "Ñ¡Ôñµ¼³ö¸ñʽ£º"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "Ñ¡Ôñ´ýµ¼³öµÄÎļþ£º"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "Ñ¡ÔñÔ´Îļþ¸ñʽ£º"
+
+#: templates/panel.inc:46
+msgid "Shared Notepads:"
+msgstr "¹²ÏíµÄ¼Çʱ¾£º"
+
+#: templates/panel.inc:30
+msgid "Show Options"
+msgstr "ÏÔʾѡÏî"
+
+#: lib/Block/summary.php:37
+msgid "Show action buttons?"
+msgstr "ÏÔʾ²Ù×÷°´Å¥£¿"
+
+#: lib/Block/summary.php:40
+msgid "Show notepad name?"
+msgstr "ÏÔʾ¼Çʱ¾Ãû³Æ£¿"
+
+#: config/prefs.php.dist:41
+msgid "Show notepad options panel?"
+msgstr "ÏÔʾ¼Çʱ¾Ñ¡ÏîÃæ°å£¿"
+
+#: lib/Block/summary.php:43
+msgid "Show notes from these categories"
+msgstr "ÏÔʾÕâЩÀà±ðµÄ±ãÇ©"
+
+#: templates/list/memo_headers.inc:36
+msgid "Sort by Category"
+msgstr "°´Àà±ðÅÅÐò"
+
+#: templates/list/memo_headers.inc:32
+msgid "Sort by Note Text"
+msgstr "°´±ãÇ©ÄÚÈÝÅÅÐò"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "³É¹¦±£´æ¡°%s¡±¡£"
+
+#: data.php:195
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "%s Îļþ²»°üº¬ÈκαãÇ©¡£"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "ÒÑɾ³ý±ãÇ©¡£"
+
+#: notepads.php:46
+#, php-format
+msgid "The notepad \"%s\" couldn't be created: %s"
+msgstr "ÎÞ·¨´´½¨¼Çʱ¾¡°%s¡±£º%s"
+
+#: notepads.php:48
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "ÒÑ´´½¨¼Çʱ¾¡°%s¡±¡£"
+
+#: notepads.php:85
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "ÒÑɾ³ý¼Çʱ¾¡°%s¡±¡£"
+
+#: notepads.php:56
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "Òѱ£´æ¼Çʱ¾¡°%s¡±¡£"
+
+#: data.php:198
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "µ¼³öÊý¾Ýʱ³ö´í£º%s"
+
+#: lib/api.php:253
+msgid "There was an error importing the iCalendar data."
+msgstr "µ¼³ö iCalendar Êý¾Ýʱ³ö´í¡£"
+
+#: lib/api.php:430
+msgid "There was an error importing the vNote data."
+msgstr "µ¼³ö vNote Êý¾Ýʱ³ö´í¡£"
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "ɾ³ý±ãǩʱ³ö´í£º%s"
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "±£´æ±ãǩʱ³ö´í£º%s"
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "²é¿´´Ë¼Çʱ¾Ê±³ö´í£º%s"
+
+#: data.php:79
+msgid "There were no memos to export."
+msgstr "ÎÞ´ýµ¼³öµÄ±¸×¢¡£"
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "²»Ö§³Ö´ËÎļþ¸ñʽ¡£"
+
+#: view.php:98 memo.php:90
+msgid "This note cannot be decrypted:"
+msgstr "ÎÞ·¨½âÃܴ˼Çʱ¾£º"
+
+#: view.php:90 memo.php:82
+msgid "This note has been encrypted, please provide the password below."
+msgstr "´Ë±ãÇ©ÒѼÓÃÜ£¬ÇëÔÚÏÂÃæÌṩÃÜÂë¡£"
+
+#: view.php:87 view.php:95 memo.php:79 memo.php:87 lib/Driver/sql.php:469
+msgid "This note has been encrypted."
+msgstr "´Ë¼Çʱ¾ÒѼÓÃÜ¡£"
+
+#: notepads.php:80
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "ÎÞ·¨É¾³ý¡°%s¡±£º%s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:14
+#: scripts/upgrades/2004-05-19_convert_categories_to_strings.php:49
+#: lib/Mnemo.php:218 lib/Mnemo.php:219 lib/Mnemo.php:233 lib/Mnemo.php:234
+#: lib/Block/summary.php:98
+msgid "Unfiled"
+msgstr "δ·ÖÀà"
+
+#: lib/api.php:289 lib/api.php:346 lib/api.php:438
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "²»Ö§³ÖµÄÄÚÈÝÀàÐÍ£º%s"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "Ñ¡ÔñÒªÌí¼Ó±ãÇ©µÄ¼Çʱ¾"
+
+#: data.php:42 data.php:130 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "Äú´´½¨µÄ¼Çʱ¾²»¿ÉÒÔ¶àÓÚ %d ¸ö¡£"
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "Äú²»¾ßÓв鿴¼Çʱ¾ %s µÄȨÏÞ¡£"
+
+#: notepads.php:65
+msgid "You must select a notepad to be deleted."
+msgstr "Äú±ØÐëÑ¡ÔñÖÁÉÙÒ»¸ö´ýɾ³ýµÄ¼Çʱ¾¡£"
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "ÄúµÄĬÈϼÇʱ¾£º"
+
+#: templates/panel.inc:42
+msgid "[Manage My Notepads]"
+msgstr "[¹ÜÀíÎҵļÇʱ¾]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "ÕýÎÄ_B"
+
+#: templates/memo/memo.inc:65 templates/list/memo_headers.inc:36
+msgid "_Category"
+msgstr "Àà±ð_C"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "ɾ³ý_D"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "±à¼_E"
+
+#: templates/memo/memo.inc:69
+msgid "_Encrypt?"
+msgstr "ÊÇ·ñ¼ÓÃÜ_E"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "½öÏÞ_F£º"
+
+#: lib/Mnemo.php:385
+msgid "_Import/Export"
+msgstr "µ¼Èë_I/µ¼³ö"
+
+#: lib/Mnemo.php:372
+msgid "_List Notes"
+msgstr "Áгö±ãÇ©_L"
+
+#: lib/Mnemo.php:377
+msgid "_New Note"
+msgstr "н¨±ã¼ã_N"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:42
+#: templates/memo/memo.inc:74
+msgid "_Password"
+msgstr "ÃÜÂë_P"
+
+#: lib/Mnemo.php:390
+msgid "_Print"
+msgstr "´òÓ¡_P"
+
+#: lib/Mnemo.php:380
+msgid "_Search"
+msgstr "ËÑË÷_S"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "±êÌâ_T"
+
+#: data.php:91 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "vNote"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+# MNEMO Traditional Chinese Translation
+# Copyright 2002 David Chang.±i¨}¤å,¥xÆW
+# David Chang <david@tmv.gov.tw>, 2002.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Mnemo 2.2\n"
+"Report-Msgid-Bugs-To: dev@lists.horde.org\n"
+"POT-Creation-Date: 2008-05-11 18:39+0800\n"
+"PO-Revision-Date: 2008-03-28 12:00+0800\n"
+"Last-Translator: David Chang <david@tmv.gov.tw>\n"
+"Language-Team: Traditional Chinese <i18n@lists.horde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=BIG5\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: templates/memo/memo.inc:53
+#, php-format
+msgid "%s characters"
+msgstr "%s ¦r¤¸"
+
+#: data.php:200
+#, php-format
+msgid "%s file successfully imported"
+msgstr "ÀÉ®× %s ¤w¶×¤J§¹¦¨"
+
+#: lib/Mnemo.php:451 lib/Forms/DeleteNotepad.php:86
+#, php-format
+msgid "%s's Notepad"
+msgstr "%sªº³Æ§Ñ¿ý"
+
+#: memo.php:201
+msgid "Access denied deleting note."
+msgstr "§R°£ºKn®É,¦s¨ú¾D©Ú."
+
+#: memo.php:150 memo.php:153
+msgid "Access denied moving the note."
+msgstr "·h²¾¦¹ºKn®É,¦s¨ú¾D©Ú."
+
+#: memo.php:120
+#, php-format
+msgid "Access denied saving note to %s."
+msgstr "Àx¦sºKn¨ì %s ®É,¦s¨ú¾D©Ú."
+
+#: memo.php:118
+#, php-format
+msgid "Access denied saving note: %s"
+msgstr "Àx¦sºKn: %s ®É,¦s¨ú¾D©Ú."
+
+#: config/prefs.php.dist:70
+msgid "Ascending"
+msgstr "¤É¾"
+
+#: data.php:32 templates/data/import.inc:11
+msgid "CSV"
+msgstr "³rÂI¤À¹j®æ¦¡ .csv"
+
+#: lib/Forms/DeleteNotepad.php:45 lib/Forms/DeleteNotepad.php:51
+msgid "Cancel"
+msgstr "¨ú®ø"
+
+#: data.php:54 templates/view/memo.inc:26
+msgid "Category"
+msgstr "¤ÀÃþ"
+
+#: notepads/index.php:32 templates/notepad_list.php:31
+msgid "Change Permissions"
+msgstr "Åܧó¦s¨ú¼Ò¦¡"
+
+#: config/prefs.php.dist:14
+msgid "Change your note sorting and display options."
+msgstr "Åܧó§AªººKn±Æ§Ç¥H¤ÎÅã¥Ü¿ï¶µ."
+
+#: config/prefs.php.dist:21
+msgid "Choose your default Notepad."
+msgstr "¿ï¾Ü§Aªº¹w³]³Æ§Ñ¿ý."
+
+#: templates/list/header.inc:8
+msgid "Close Search"
+msgstr "Ãö³¬·j´M"
+
+#: lib/Forms/CreateNotepad.php:39
+msgid "Create"
+msgstr "«Ø¥ß"
+
+#: lib/Forms/CreateNotepad.php:34
+msgid "Create Notepad"
+msgstr "«Ø¥ß³Æ§Ñ¿ý"
+
+#: templates/notepad_list.php:8
+msgid "Create a new Notepad"
+msgstr "«Ø¥ß·sªº³Æ§Ñ¿ý"
+
+#: templates/view/memo.inc:32
+msgid "Created"
+msgstr "«Ø¥ß"
+
+#: templates/view/memo.inc:54 templates/memo/memo.inc:23
+msgid "Decrypt"
+msgstr "¸Ñ±K"
+
+#: config/prefs.php.dist:20
+msgid "Default Notepad"
+msgstr "¹w³]³Æ§Ñ¿ý"
+
+#: config/prefs.php.dist:61
+msgid "Default sorting criteria:"
+msgstr "¹w³]ªº±Æ§Çªk«h:"
+
+#: config/prefs.php.dist:72
+msgid "Default sorting direction:"
+msgstr "¹w³]ªº±Æ§Ç¤è¦V:"
+
+#: notepads/index.php:33 templates/notepad_list.php:33
+#: templates/view/memo.inc:16 lib/Forms/DeleteNotepad.php:45
+msgid "Delete"
+msgstr "§R°£"
+
+#: lib/Forms/DeleteNotepad.php:40
+#, php-format
+msgid "Delete %s"
+msgstr "§R°£ %s"
+
+#: config/prefs.php.dist:27
+msgid "Delete Confirmation"
+msgstr "§R°£½T»{"
+
+#: config/prefs.php.dist:28
+msgid "Delete button behaviour"
+msgstr "§R°£«ö¶sªº¦æ¬°"
+
+#: templates/memo/memo.inc:11
+msgid "Delete this note"
+msgstr "§R°£³oÓºKn"
+
+#: config/prefs.php.dist:71
+msgid "Descending"
+msgstr "°¾"
+
+#: lib/Forms/CreateNotepad.php:37 lib/Forms/EditNotepad.php:44
+msgid "Description"
+msgstr "´yz"
+
+#: lib/Driver/kolab.php:556
+#, php-format
+msgid "Did not find note %s"
+msgstr "§ä¤£¨ìºKn %s"
+
+#: config/prefs.php.dist:13
+msgid "Display Options"
+msgstr "Åã¥Ü¿ï¶µ"
+
+#: config/prefs.php.dist:117
+msgid "Do you want to confirm deleting entries?"
+msgstr "§A½T©wn§R°£°O¿ý¶Ü?"
+
+#: notepads/index.php:31 templates/notepad_list.php:29
+#: templates/view/memo.inc:13
+msgid "Edit"
+msgstr "½s¿è"
+
+#: templates/list/memo_summaries.inc:5
+#, php-format
+msgid "Edit \"%s\""
+msgstr "½s¿è \"%s\""
+
+#: lib/Forms/EditNotepad.php:40
+#, php-format
+msgid "Edit %s"
+msgstr "½s¿è %s"
+
+#: templates/list/memo_headers.inc:30 lib/Block/summary.php:74
+msgid "Edit Note"
+msgstr "½s¿èºKn"
+
+#: templates/list/memo_headers.inc:45
+msgid "Edit categories and colors"
+msgstr "½s¿è¤ÀÃþ»PÃC¦â"
+
+#: memo.php:104
+#, php-format
+msgid "Edit: %s"
+msgstr "½s¿è: %s"
+
+#: templates/list/memo_summaries.inc:15 lib/Block/summary.php:93
+msgid "Empty Note"
+msgstr "²MªÅºKn"
+
+#: lib/Driver.php:118
+msgid ""
+"Encryption support has not been configured, please contact your "
+"administrator."
+msgstr "¥[±K¥\¯à©|¥¼³]©w,½Ð³sµ¸§AªººÞ²zû."
+
+#: templates/data/export.inc:16
+msgid "Export"
+msgstr "¶×¥X"
+
+#: templates/data/export.inc:2
+msgid "Export Notes"
+msgstr "¶×¥XºKn"
+
+#: config/prefs.php.dist:12 config/prefs.php.dist:19 config/prefs.php.dist:26
+msgid "General Options"
+msgstr "¤@¯ë¿ï¶µ"
+
+#: templates/data/import.inc:1
+#, php-format
+msgid "Import Notes, Step %d"
+msgstr "¶×¤JºKn, ¨BÆJ %d"
+
+#: data.php:206
+msgid "Import/Export Notes"
+msgstr "¶×¤J/¶×¥XºKn"
+
+#: templates/search/search.inc:17
+msgid "In: "
+msgstr "Äæ¦ì: "
+
+#: templates/view/memo.inc:39
+msgid "Last Modified"
+msgstr "³Ìªñ¤@¦¸§ó·s"
+
+#: notepads/index.php:37 templates/notepad_list.php:2
+msgid "Manage Notepads"
+msgstr "ºÞ²z³Æ§Ñ¿ý"
+
+#: lib/api.php:82
+msgid "Maximum Number of Notes"
+msgstr "ºKn¤W¼Æ¥Ø"
+
+#: data.php:53
+msgid "Memo Text"
+msgstr "ºKn¤º®e"
+
+#: lib/Block/tree_menu.php:3
+msgid "Menu List"
+msgstr "¥\¯àªí"
+
+#: templates/list/header.inc:9
+msgid "More Options..."
+msgstr "§ó¦h¿ï¶µ..."
+
+#: templates/panel.inc:50
+msgid "My Notepads:"
+msgstr "§Úªº³Æ§Ñ¿ý:"
+
+#: list.php:31
+msgid "My Notes"
+msgstr "§ÚªººKn"
+
+#: lib/Forms/CreateNotepad.php:36 lib/Forms/EditNotepad.php:43
+msgid "Name"
+msgstr "¦WºÙ"
+
+#: memo.php:57 lib/Block/tree_menu.php:23
+msgid "New Note"
+msgstr "·s¼WºKn"
+
+#: templates/data/import.inc:34
+msgid "Next"
+msgstr "¤U¤@¨B"
+
+#: lib/api.php:286
+msgid "No iCalendar data was found."
+msgstr "§ä¤£¨ì iCalendar ¸ê®Æ."
+
+#: templates/list/memo_footers.inc:4
+msgid "No notes match"
+msgstr "¨S¦³ºKn²Å¦X"
+
+#: templates/list/empty.inc:1
+msgid "No notes match the current criteria."
+msgstr "¨S¦³ºKn²Å¦X·j´M±ø¥ó."
+
+#: lib/Block/summary.php:101
+msgid "No notes to display"
+msgstr "µLºKn¥i¨ÑÅã¥Ü"
+
+#: templates/list/memo_headers.inc:37
+msgid "No_te"
+msgstr "ºKn_t"
+
+#: lib/Driver/sql.php:195
+msgid "Not found"
+msgstr "§ä¤£¨ì"
+
+#: config/prefs.php.dist:59
+msgid "Note Category"
+msgstr "ºKn¤ÀÃþ"
+
+#: view.php:121
+msgid "Note Details"
+msgstr "ºKn²Ó¸`"
+
+#: config/prefs.php.dist:58
+msgid "Note Text"
+msgstr "ºKn¤º®e"
+
+#: templates/memo/memo.inc:53
+msgid "Note _Text"
+msgstr "ºKn¤º®e_T"
+
+#: memo.php:67 view.php:56 note/pdf.php:57
+msgid "Note not found."
+msgstr "§ä¤£¨ìºKn."
+
+#: templates/memo/memo.inc:59
+msgid "Note_pad"
+msgstr "³Æ§Ñ¿ý_p"
+
+#: templates/notepad_list.php:15 templates/list/memo_headers.inc:33
+#: config/prefs.php.dist:60
+msgid "Notepad"
+msgstr "³Æ§Ñ¿ý"
+
+#: templates/notepad_list.php:12
+msgid "Notepad List"
+msgstr "ÂsÄý"
+
+#: templates/panel.inc:32 templates/panel.inc:33
+msgid "Notepads"
+msgstr "³Æ§Ñ¿ý"
+
+#: lib/Block/summary.php:3
+msgid "Notes Summary"
+msgstr "ºKn¤ÀÃþ"
+
+#: lib/api.php:161 lib/api.php:201 lib/api.php:234 lib/api.php:264
+#: lib/api.php:351 lib/api.php:410 lib/api.php:439
+msgid "Permission Denied"
+msgstr "¦s¨ú¾D©Ú"
+
+#: lib/Forms/DeleteNotepad.php:56
+msgid "Permission denied"
+msgstr "¦s¨ú¾D©Ú"
+
+#: lib/Forms/DeleteNotepad.php:43
+#, php-format
+msgid ""
+"Really delete the notepad \"%s\"? This cannot be undone and all data on this "
+"notepad will be permanently removed."
+msgstr ""
+"¯uªºn§R°£¦¹³Æ§Ñ¿ý \"%s\"¶Ü? ³o¶µ¾Þ§@±NµLªk«ì´_¦Ó¥B¸Ó³Æ§Ñ¿ý¤¤ªººKn¥ç±N¥Ã»·®ø"
+"¥¢."
+
+#: templates/view/memo.inc:16
+msgid "Really delete this note?"
+msgstr "½T©w§R°£¦¹ºKn?"
+
+#: templates/panel.inc:68 templates/memo/memo.inc:57
+#: lib/Forms/EditNotepad.php:46
+msgid "Save"
+msgstr "Àx¦s"
+
+#: templates/view/memo.inc:11
+msgid "Save as PDF"
+msgstr "Àx¦s¬° PDF ÀÉ®×"
+
+#: search.php:17 templates/search/search.inc:4 templates/search/search.inc:27
+#: templates/list/header.inc:4 lib/Block/tree_menu.php:44
+msgid "Search"
+msgstr "·j´M"
+
+#: list.php:54
+msgid "Search Results"
+msgstr "·j´Mµ²ªG"
+
+#: templates/panel.inc:38
+msgid "Search for Notepads:"
+msgstr "·j´M³Æ§Ñ¿ý:"
+
+#: templates/data/export.inc:9
+msgid "Select the export format:"
+msgstr "¿ï¾Ü¶×¥X®æ¦¡:"
+
+#: templates/data/import.inc:31
+msgid "Select the file to import:"
+msgstr "¿ï¾Ü¶×¤JÀÉ®×:"
+
+#: templates/data/import.inc:9
+msgid "Select the format of the source file:"
+msgstr "¿ï¾Ü¨Ó·½Àɮ׮榡:"
+
+#: templates/panel.inc:59
+msgid "Shared Notepads:"
+msgstr "¤w¦@¨Éªº³Æ§Ñ¿ý:"
+
+#: config/prefs.php.dist:39
+msgid "Should the Notepad be shown in its own column in the List view?"
+msgstr "¦b¦C¥XºKnªºµe±¤¤Åã¥Ü³Æ§Ñ¿ý¦WºÙ?"
+
+#: lib/Block/summary.php:34
+msgid "Show action buttons?"
+msgstr "Åã¥Ü§@¥Î«ö¶s?"
+
+#: lib/Block/summary.php:37
+msgid "Show notepad name?"
+msgstr "Åã¥Ü³Æ§Ñ¿ý¦WºÙ?"
+
+#: config/prefs.php.dist:49
+msgid "Show notepad options panel?"
+msgstr "Åã¥Ü¶i¶¥¥\¯à±ªO?"
+
+#: lib/Block/summary.php:40
+msgid "Show notes from these categories"
+msgstr "±q³o¨Ç¤ÀÃþÅã¥ÜºKn"
+
+#: templates/list/memo_headers.inc:41
+msgid "Sort by Category"
+msgstr "¨Ì¤ÀÃþ±Æ§Ç"
+
+#: templates/list/memo_headers.inc:37
+msgid "Sort by Note Text"
+msgstr "¥HºKn¤º®e±Æ§Ç"
+
+#: templates/list/memo_headers.inc:33
+msgid "Sort by Notepad"
+msgstr "¥H³Æ§Ñ¿ý±Æ¦C"
+
+#: memo.php:175
+#, php-format
+msgid "Successfully saved \"%s\"."
+msgstr "\"%s\"¤wÀx¦s§¹¦¨."
+
+#: data.php:194
+#, php-format
+msgid "The %s file didn't contain any notes."
+msgstr "%s Àɮפ¤¥¼¥]§t¥ô¦óºKn."
+
+#: lib/Driver.php:53
+msgid "The Notes backend is not currently available."
+msgstr "¥Ø«e¨S¦³¥i¥Îªº³Æ§Ñ¿ý¦øªAºÝ."
+
+#: lib/Driver.php:227
+#, php-format
+msgid "The Notes backend is not currently available: %s"
+msgstr "¥Ø«e¨S¦³¥i¥Îªº³Æ§Ñ¿ý¦øªAºÝ: %s"
+
+#: memo.php:198
+msgid "The note was deleted."
+msgstr "ºKn¤w§R°£."
+
+#: notepads/create.php:31
+#, php-format
+msgid "The notepad \"%s\" has been created."
+msgstr "¦¹³Æ§Ñ¿ý \"%s\" ¤w³Q«Ø¥ß."
+
+#: notepads/delete.php:48
+#, php-format
+msgid "The notepad \"%s\" has been deleted."
+msgstr "¦¹³Æ§Ñ¿ý \"%s\" ¤w³Q§R°£."
+
+#: notepads/edit.php:42
+#, php-format
+msgid "The notepad \"%s\" has been renamed to \"%s\"."
+msgstr "³Æ§Ñ¿ý \"%s\" ¤w§ó¦W¬° \"%s\"."
+
+#: notepads/edit.php:44
+#, php-format
+msgid "The notepad \"%s\" has been saved."
+msgstr "¦¹³Æ§Ñ¿ý \"%s\" ¤w³QÀx¦s."
+
+#: data.php:197
+#, php-format
+msgid "There was an error importing the data: %s"
+msgstr "¶×¤J³oÓ¸ê®Æ: %s ®Éµo¥Í¤@Ó¿ù»~"
+
+#: lib/api.php:280
+msgid "There was an error importing the iCalendar data."
+msgstr "¶×¤J iCalendar ¸ê®Æ®Éµo¥Í¤@Ó¿ù»~."
+
+#: lib/api.php:458
+msgid "There was an error importing the vNote data."
+msgstr "¶×¤J vNote ¸ê®Æ®Éµo¥Í¤@Ó¿ù»~."
+
+#: memo.php:196
+#, php-format
+msgid "There was an error removing the note: %s"
+msgstr "²¾°£ºKn: %s ®Éµo¥Í¤@Ó¿ù»~."
+
+#: memo.php:173
+#, php-format
+msgid "There was an error saving the note: %s"
+msgstr "Àx¦sºKn: %s ®Éµo¥Í¤@Ó¿ù»~."
+
+#: view.php:45 note/pdf.php:46
+#, php-format
+msgid "There was an error viewing this notepad: %s"
+msgstr "À˵ø¦¹³Æ§Ñ¿ý: %s ®Éµo¥Í¤@Ó¿ù»~."
+
+#: data.php:78
+msgid "There were no memos to export."
+msgstr "¨S¦³ºKn¥i¶×¥X."
+
+#: data.php:105
+msgid "This file format is not supported."
+msgstr "¦¹Àɮ׮榡¨Ã¥¼³Q¤ä´©."
+
+#: memo.php:91 view.php:111
+msgid "This note cannot be decrypted:"
+msgstr "¦¹ºKnµLªk³Q¸Ñ±K:"
+
+#: memo.php:83 view.php:103
+msgid "This note has been encrypted, please provide the password below."
+msgstr "¦¹ºKn¤w³Q¥[±K³B²z, ½Ð©ó¤U¤è¿é¤J±K½X."
+
+#: memo.php:80 memo.php:88 view.php:100 view.php:108 lib/Driver/kolab.php:766
+#: lib/Driver/sql.php:448
+msgid "This note has been encrypted."
+msgstr "¦¹ºKn¤w³Q¥[±K³B²z."
+
+#: notepads/delete.php:24
+msgid "This notepad cannot be deleted"
+msgstr "¦¹³Æ§Ñ¿ýµLªk³Q§R°£"
+
+#: lib/Forms/DeleteNotepad.php:63
+#, php-format
+msgid "Unable to delete \"%s\": %s"
+msgstr "µLªk§R°£ \"%s\": %s"
+
+#: lib/Driver.php:230
+#, php-format
+msgid "Unable to load the definition of %s."
+msgstr "µLªk¸ü¤J %s ªº©w¸q."
+
+#: lib/Forms/EditNotepad.php:55
+#, php-format
+msgid "Unable to save notepad \"%s\": %s"
+msgstr "µLªkÀx¦s³Æ§Ñ¿ý \"%s\": %s"
+
+#: templates/view/memo.inc:27 templates/list/memo_summaries.inc:17
+#: lib/Mnemo.php:267 lib/Mnemo.php:268 lib/Mnemo.php:282 lib/Mnemo.php:283
+#: lib/Block/summary.php:96
+msgid "Unfiled"
+msgstr "¥¼¤ÀÃþ"
+
+#: lib/api.php:316 lib/api.php:373 lib/api.php:466
+#, php-format
+msgid "Unsupported Content-Type: %s"
+msgstr "¥¼¤ä´©ªº¤º®e«¬ºA: %s. (Unsupported Content-Type)"
+
+#: templates/data/import.inc:16
+msgid "Which Notepad should the notes be added to?"
+msgstr "n±NºKn¼W¥[¦Üþ¤@¥»³Æ§Ñ¿ý©O?"
+
+#: notepads/edit.php:28
+msgid "You are not allowed to change this notepad."
+msgstr "§A¨S¦³Åܧ󦹳ƧѿýªºÅv."
+
+#: data.php:42 data.php:129 memo.php:37
+#, php-format
+msgid "You are not allowed to create more than %d notes."
+msgstr "§A¨S¦³«Ø¥ß¶W¹L %d ÓºKnªºÅv."
+
+#: notepads/delete.php:35
+msgid "You are not allowed to delete this notepad."
+msgstr "§A¨S¦³§R°£¦¹³Æ§Ñ¿ýªºÅv."
+
+#: view.php:49 note/pdf.php:50
+#, php-format
+msgid "You do not have permission to view the notepad %s."
+msgstr "§A¨Ã¥¼¾Ö¦³À˵ø³Æ§Ñ¿ý %s ªºÅv."
+
+#: templates/prefs/notepadselect.inc:10
+msgid "Your default notepad:"
+msgstr "§Aªº¹w³]³Æ§Ñ¿ý"
+
+#: templates/panel.inc:45
+msgid "[Manage Notepads]"
+msgstr "[ºÞ²z³Æ§Ñ¿ý]"
+
+#: templates/search/search.inc:21
+msgid "_Body"
+msgstr "¤º®e_B"
+
+#: templates/memo/memo.inc:70 templates/list/memo_headers.inc:41
+msgid "_Category"
+msgstr "¤ÀÃþ_C"
+
+#: templates/view/memo.inc:16
+msgid "_Delete"
+msgstr "§R°£_D"
+
+#: templates/view/memo.inc:13
+msgid "_Edit"
+msgstr "½s¿è_E"
+
+#: templates/memo/memo.inc:74
+msgid "_Encrypt?"
+msgstr "¥[±K_E?"
+
+#: templates/search/search.inc:9
+msgid "_For: "
+msgstr "¤º®e:_F "
+
+#: lib/Mnemo.php:488
+msgid "_Import/Export"
+msgstr "¶×¤J/¶×¥X_I"
+
+#: lib/Mnemo.php:475
+msgid "_List Notes"
+msgstr "¦C¥XºKn_L"
+
+#: lib/Mnemo.php:480
+msgid "_New Note"
+msgstr "·s¼WºKn_N"
+
+#: templates/view/memo.inc:52 templates/memo/memo.inc:21
+#: templates/memo/memo.inc:79
+msgid "_Password"
+msgstr "±K½X_P"
+
+#: lib/Mnemo.php:493
+msgid "_Print"
+msgstr "¦C¦L_P"
+
+#: lib/Mnemo.php:484
+msgid "_Search"
+msgstr "·j´M_S"
+
+#: templates/search/search.inc:20
+msgid "_Title"
+msgstr "¼ÐÃD_T"
+
+#: view.php:74 view.php:83
+#, php-format
+msgid "by %s"
+msgstr "¥Ñ %s"
+
+#: view.php:76 view.php:85
+msgid "by me"
+msgstr "¥Ñ§Ú"
+
+#: lib/Block/tree_menu.php:33
+#, php-format
+msgid "in %s"
+msgstr "©ó %s"
+
+#: data.php:90 templates/data/export.inc:4
+msgid "notes.csv"
+msgstr "notes.csv"
+
+#: data.php:33 templates/data/import.inc:12
+msgid "vNote"
+msgstr "vNote"
--- /dev/null
+Deny from all
--- /dev/null
+#!/usr/bin/php
+<?php
+/**
+ * This script imports vNote data into Mnemo notepads.
+ * The data is read from standard input, the notepad and user name passed as
+ * parameters.
+ *
+ * $Horde: mnemo/scripts/import_text_note.php,v 1.5 2009/07/09 06:08:55 slusarz Exp $
+ *
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jan Schneider <jan@horde.org>
+ */
+
+@define('AUTH_HANDLER', true);
+@define('HORDE_BASE', dirname(__FILE__) . '/../..');
+
+// Do CLI checks and environment setup first.
+require_once HORDE_BASE . '/lib/core.php';
+
+// Make sure no one runs this from the web.
+if (!Horde_Cli::runningFromCLI()) {
+ exit("Must be run from the command line\n");
+}
+
+// Load the CLI environment - make sure there's no time limit, init some
+// variables, etc.
+$cli = &Horde_Cli::singleton();
+$cli->init();
+
+// Read command line parameters.
+if (count($argv) != 4) {
+ $cli->message('Too many or too few parameters.', 'cli.error');
+ usage();
+}
+$notepad = $argv[1];
+$user = $argv[2];
+$file = $argv[3];
+
+// Read standard input.
+if (!file_exists($file)) {
+ $cli>message("$file does not exist", 'cli.error');
+ usage();
+}
+$data = file_get_contents($file);
+if (empty($data)) {
+ $cli->message('No import data provided.', 'cli.error');
+ usage();
+}
+$data = pathinfo($file, PATHINFO_FILENAME) . "\n\n" . $data;
+
+// Registry.
+$registry = Horde_Registry::singleton();
+
+// Set user.
+Horde_Auth::setAuth($user, array());
+
+// Import data.
+$result = $registry->call('notes/import',
+ array($data, 'text/plain', $notepad));
+if (is_a($result, 'PEAR_Error')) {
+ $cli->fatal($result->toString());
+}
+
+$cli->message('Imported successfully ' . count($result) . ' notes', 'cli.success');
+
+function usage()
+{
+ $GLOBALS['cli']->writeln('Usage: import_text_note.php notepad user file');
+ exit;
+}
+
--- /dev/null
+#!/usr/bin/php
+<?php
+/**
+ * This script imports vNote data into Mnemo notepads.
+ * The data is read from standard input, the notepad and user name passed as
+ * parameters.
+ *
+ * $Horde: mnemo/scripts/import_vnotes.php,v 1.11 2009/07/09 06:08:55 slusarz Exp $
+ *
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jan Schneider <jan@horde.org>
+ */
+
+@define('AUTH_HANDLER', true);
+@define('HORDE_BASE', dirname(__FILE__) . '/../..');
+
+// Do CLI checks and environment setup first.
+require_once HORDE_BASE . '/lib/core.php';
+
+// Make sure no one runs this from the web.
+if (!Horde_Cli::runningFromCLI()) {
+ exit("Must be run from the command line\n");
+}
+
+// Load the CLI environment - make sure there's no time limit, init some
+// variables, etc.
+$cli = &Horde_Cli::singleton();
+$cli->init();
+
+// Read command line parameters.
+if (count($argv) != 3) {
+ $cli->message('Too many or too few parameters.', 'cli.error');
+ usage();
+}
+$notepad = $argv[1];
+$user = $argv[2];
+
+// Read standard input.
+$vnote = $cli->readStdin();
+if (empty($vnote)) {
+ $cli->message('No import data provided.', 'cli.error');
+ usage();
+}
+
+// Registry.
+$registry = Horde_Registry::singleton();
+
+// Set user.
+Horde_Auth::setAuth($user, array());
+
+// Import data.
+$result = $registry->call('notes/import',
+ array($vnote, 'text/x-vnote', $notepad));
+if (is_a($result, 'PEAR_Error')) {
+ $cli->fatal($result->toString());
+}
+
+$cli->message('Imported successfully ' . count($result) . ' notes', 'cli.success');
+
+function usage()
+{
+ $GLOBALS['cli']->writeln('Usage: import_vnotes.php notepad user');
+ exit;
+}
+
--- /dev/null
+-- $Horde: mnemo/scripts/sql/mnemo.mssql.sql,v 1.9 2009/10/20 21:28:29 jan Exp $
+
+CREATE TABLE mnemo_memos (
+ memo_owner VARCHAR(255) NOT NULL,
+ memo_id VARCHAR(32) NOT NULL,
+ memo_uid VARCHAR(255) NOT NULL,
+ memo_desc VARCHAR(64) NOT NULL,
+ memo_body VARCHAR(MAX),
+ memo_category VARCHAR(80),
+ memo_private SMALLINT DEFAULT 0 NOT NULL,
+--
+ PRIMARY KEY (memo_owner, memo_id)
+);
+
+CREATE INDEX mnemo_notepad_idx ON mnemo_memos (memo_owner);
+CREATE INDEX mnemo_uid_idx ON mnemo_memos (memo_uid);
+
+CREATE TABLE mnemo_shares (
+ share_id INT NOT NULL,
+ share_name VARCHAR(255) NOT NULL,
+ share_owner VARCHAR(255) NOT NULL,
+ share_flags SMALLINT DEFAULT 0 NOT NULL,
+ perm_creator SMALLINT DEFAULT 0 NOT NULL,
+ perm_default SMALLINT DEFAULT 0 NOT NULL,
+ perm_guest SMALLINT DEFAULT 0 NOT NULL,
+ attribute_name VARCHAR(255) NOT NULL,
+ attribute_desc VARCHAR(255),
+ PRIMARY KEY (share_id)
+);
+
+CREATE INDEX mnemo_shares_share_name_idx ON mnemo_shares (share_name);
+CREATE INDEX mnemo_shares_share_owner_idx ON mnemo_shares (share_owner);
+CREATE INDEX mnemo_shares_perm_creator_idx ON mnemo_shares (perm_creator);
+CREATE INDEX mnemo_shares_perm_default_idx ON mnemo_shares (perm_default);
+CREATE INDEX mnemo_shares_perm_guest_idx ON mnemo_shares (perm_guest);
+
+CREATE TABLE mnemo_shares_groups (
+ share_id INT NOT NULL,
+ group_uid VARCHAR(255) NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_groups_share_id_idx ON mnemo_shares_groups (share_id);
+CREATE INDEX mnemo_shares_groups_group_uid_idx ON mnemo_shares_groups (group_uid);
+CREATE INDEX mnemo_shares_groups_perm_idx ON mnemo_shares_groups (perm);
+
+CREATE TABLE mnemo_shares_users (
+ share_id INT NOT NULL,
+ user_uid VARCHAR(255) NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_users_share_id_idx ON mnemo_shares_users (share_id);
+CREATE INDEX mnemo_shares_users_user_uid_idx ON mnemo_shares_users (user_uid);
+CREATE INDEX mnemo_shares_users_perm_idx ON mnemo_shares_users (perm);
--- /dev/null
+-- $Horde: mnemo/scripts/sql/mnemo.oci8.sql,v 1.10 2009/10/20 21:28:29 jan Exp $
+
+CREATE TABLE mnemo_memos (
+ memo_owner VARCHAR2(255) NOT NULL,
+ memo_id VARCHAR2(32) NOT NULL,
+ memo_uid VARCHAR2(255) NOT NULL,
+ memo_desc VARCHAR2(64) NOT NULL,
+ memo_body VARCHAR2(4000),
+ memo_category VARCHAR2(80),
+ memo_private NUMBER(1) DEFAULT 0 NOT NULL,
+--
+ PRIMARY KEY (memo_owner, memo_id)
+);
+
+CREATE INDEX mnemo_notepad_idx ON mnemo_memos (memo_owner);
+CREATE INDEX mnemo_uid_idx ON mnemo_memos (memo_uid);
+
+CREATE TABLE mnemo_shares (
+ share_id NUMBER(16) NOT NULL,
+ share_name VARCHAR2(255) NOT NULL,
+ share_owner VARCHAR2(255) NOT NULL,
+ share_flags NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_creator NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_default NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_guest NUMBER(8) DEFAULT 0 NOT NULL,
+ attribute_name VARCHAR2(255) NOT NULL,
+ attribute_desc VARCHAR2(255),
+ PRIMARY KEY (share_id)
+);
+
+CREATE INDEX mnemo_shares_name_idx ON mnemo_shares (share_name);
+CREATE INDEX mnemo_shares_owner_idx ON mnemo_shares (share_owner);
+CREATE INDEX mnemo_shares_creator_idx ON mnemo_shares (perm_creator);
+CREATE INDEX mnemo_shares_default_idx ON mnemo_shares (perm_default);
+CREATE INDEX mnemo_shares_guest_idx ON mnemo_shares (perm_guest);
+
+CREATE TABLE mnemo_shares_groups (
+ share_id NUMBER(16) NOT NULL,
+ group_uid VARCHAR2(255) NOT NULL,
+ perm NUMBER(8) NOT NULL
+);
+
+CREATE INDEX mnemo_groups_share_id_idx ON mnemo_shares_groups (share_id);
+CREATE INDEX mnemo_groups_group_uid_idx ON mnemo_shares_groups (group_uid);
+CREATE INDEX mnemo_groups_perm_idx ON mnemo_shares_groups (perm);
+
+CREATE TABLE mnemo_shares_users (
+ share_id NUMBER(16) NOT NULL,
+ user_uid VARCHAR2(255) NOT NULL,
+ perm NUMBER(8) NOT NULL
+);
+
+CREATE INDEX mnemo_users_share_id_idx ON mnemo_shares_users (share_id);
+CREATE INDEX mnemo_users_user_uid_idx ON mnemo_shares_users (user_uid);
+CREATE INDEX mnemo_users_perm_idx ON mnemo_shares_users (perm);
--- /dev/null
+-- $Horde: mnemo/scripts/sql/mnemo.sql,v 1.13 2009/10/20 21:28:29 jan Exp $
+
+CREATE TABLE mnemo_memos (
+ memo_owner VARCHAR(255) NOT NULL,
+ memo_id VARCHAR(32) NOT NULL,
+ memo_uid VARCHAR(255) NOT NULL,
+ memo_desc VARCHAR(64) NOT NULL,
+ memo_body TEXT,
+ memo_category VARCHAR(80),
+ memo_private SMALLINT DEFAULT 0 NOT NULL,
+--
+ PRIMARY KEY (memo_owner, memo_id)
+);
+
+CREATE INDEX mnemo_notepad_idx ON mnemo_memos (memo_owner);
+CREATE INDEX mnemo_uid_idx ON mnemo_memos (memo_uid);
+
+CREATE TABLE mnemo_shares (
+ share_id INT NOT NULL,
+ share_name VARCHAR(255) NOT NULL,
+ share_owner VARCHAR(255) NOT NULL,
+ share_flags SMALLINT DEFAULT 0 NOT NULL,
+ perm_creator SMALLINT DEFAULT 0 NOT NULL,
+ perm_default SMALLINT DEFAULT 0 NOT NULL,
+ perm_guest SMALLINT DEFAULT 0 NOT NULL,
+ attribute_name VARCHAR(255) NOT NULL,
+ attribute_desc VARCHAR(255),
+ PRIMARY KEY (share_id)
+);
+
+CREATE INDEX mnemo_shares_share_name_idx ON mnemo_shares (share_name);
+CREATE INDEX mnemo_shares_share_owner_idx ON mnemo_shares (share_owner);
+CREATE INDEX mnemo_shares_perm_creator_idx ON mnemo_shares (perm_creator);
+CREATE INDEX mnemo_shares_perm_default_idx ON mnemo_shares (perm_default);
+CREATE INDEX mnemo_shares_perm_guest_idx ON mnemo_shares (perm_guest);
+
+CREATE TABLE mnemo_shares_groups (
+ share_id INT NOT NULL,
+ group_uid VARCHAR(255) NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_groups_share_id_idx ON mnemo_shares_groups (share_id);
+CREATE INDEX mnemo_shares_groups_group_uid_idx ON mnemo_shares_groups (group_uid);
+CREATE INDEX mnemo_shares_groups_perm_idx ON mnemo_shares_groups (perm);
+
+CREATE TABLE mnemo_shares_users (
+ share_id INT NOT NULL,
+ user_uid VARCHAR(255) NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_users_share_id_idx ON mnemo_shares_users (share_id);
+CREATE INDEX mnemo_shares_users_user_uid_idx ON mnemo_shares_users (user_uid);
+CREATE INDEX mnemo_shares_users_perm_idx ON mnemo_shares_users (perm);
--- /dev/null
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<database>
+
+ <name><variable>name</variable></name>
+ <create>false</create>
+ <overwrite>false</overwrite>
+
+ <table>
+
+ <name>mnemo_memos</name>
+
+ <declaration>
+
+ <field>
+ <name>memo_owner</name>
+ <type>text</type>
+ <length>255</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
+ <name>memo_id</name>
+ <type>text</type>
+ <length>32</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
+ <name>memo_uid</name>
+ <type>text</type>
+ <length>255</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
+ <name>memo_desc</name>
+ <type>text</type>
+ <length>64</length>
+ <notnull>true</notnull>
+ </field>
+
+ <field>
+ <name>memo_body</name>
+ <type>clob</type>
+ </field>
+
+ <field>
+ <name>memo_category</name>
+ <type>text</type>
+ <length>80</length>
+ </field>
+
+ <field>
+ <name>memo_private</name>
+ <type>integer</type>
+ <length>1</length>
+ <notnull>true</notnull>
+ <default>0</default>
+ </field>
+
+ <index>
+ <name>mnemo_primary</name>
+ <primary>true</primary>
+ <field>
+ <name>memo_owner</name>
+ </field>
+ <field>
+ <name>memo_id</name>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_notepad</name>
+ <field>
+ <name>memo_owner</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_uid</name>
+ <field>
+ <name>memo_uid</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ </declaration>
+
+ </table>
+
+ <table>
+
+ <name>mnemo_shares</name>
+
+ <declaration>
+
+ <field>
+ <name>share_id</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
+ <name>share_name</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
+ <field>
+ <name>share_owner</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
+ <field>
+ <name>share_flags</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <field>
+ <name>perm_creator</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <field>
+ <name>perm_default</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <field>
+ <name>perm_guest</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <field>
+ <name>attribute_name</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
+ <field>
+ <name>attribute_desc</name>
+ <type>text</type>
+ <default></default>
+ <notnull>false</notnull>
+ <length>255</length>
+ </field>
+
+ <index>
+ <name>mnemo_shares_name</name>
+ <field>
+ <name>share_name</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_shares_owner</name>
+ <field>
+ <name>share_owner</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_shares_creator</name>
+ <field>
+ <name>perm_creator</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_shares_default</name>
+ <field>
+ <name>perm_default</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_shares_guest</name>
+ <field>
+ <name>perm_guest</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_shares_pKey</name>
+ <primary>true</primary>
+ <field>
+ <name>share_id</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ </declaration>
+
+ </table>
+
+ <table>
+
+ <name>mnemo_shares_groups</name>
+
+ <declaration>
+
+ <field>
+ <name>share_id</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
+ <name>group_uid</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
+ <field>
+ <name>perm</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <index>
+ <name>mnemo_groups_share_id</name>
+ <field>
+ <name>share_id</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_groups_group_uid</name>
+ <field>
+ <name>group_uid</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_groups_perm</name>
+ <field>
+ <name>perm</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ </declaration>
+
+ </table>
+
+ <table>
+
+ <name>mnemo_shares_users</name>
+
+ <declaration>
+
+ <field>
+ <name>share_id</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
+ <name>user_uid</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
+ <field>
+ <name>perm</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>2</length>
+ </field>
+
+ <index>
+ <name>mnemo_users_share_id</name>
+ <field>
+ <name>share_id</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_users_user_uid</name>
+ <field>
+ <name>user_uid</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ <index>
+ <name>mnemo_users_perm</name>
+ <field>
+ <name>perm</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
+
+ </declaration>
+
+ </table>
+
+</database>
--- /dev/null
+-- $Horde: mnemo/scripts/upgrades/1.1_to_2.0.mysql.sql,v 1.8 2009/10/20 21:28:29 jan Exp $
+--
+-- You can simply execute this file in your database.
+--
+-- Run as:
+--
+-- $ mysql --user=root --password=<MySQL-root-password> <db name> < 1.1_to_2.0.mysql.sql
+
+ALTER TABLE mnemo_memos DROP COLUMN memo_modified;
+
+ALTER TABLE mnemo_memos ADD COLUMN memo_uid VARCHAR(255) NOT NULL;
+
+ALTER TABLE mnemo_memos CHANGE COLUMN memo_id memo_id VARCHAR(32) NOT NULL;
+ALTER TABLE mnemo_memos CHANGE COLUMN memo_category memo_category VARCHAR(80);
+ALTER TABLE mnemo_memos CHANGE COLUMN memo_private memo_private SMALLINT DEFAULT 0 NOT NULL;
+
+CREATE INDEX mnemo_uid_idx ON mnemo_memos (memo_uid);
--- /dev/null
+-- Update script to update mnemo 1.1 data to 2.x data for pgsql
+-- Converted from mysql version by Daniel E. Markle <lexicon@seul.org>
+--
+-- You can simply execute this file in your database.
+--
+-- Run as:
+--
+-- $ psql <db name> -f < 1.1_to_2.0.pgsql.sql
+
+ALTER TABLE mnemo_memos DROP COLUMN memo_modified;
+
+BEGIN;
+ALTER TABLE mnemo_memos ADD COLUMN memo_uid VARCHAR(255);
+UPDATE mnemo_memos SET memo_uid = '';
+ALTER TABLE mnemo_memos ALTER COLUMN memo_uid SET NOT NULL;
+COMMIT;
+
+BEGIN;
+ALTER TABLE mnemo_memos ADD COLUMN memo_id_new VARCHAR(32);
+UPDATE mnemo_memos SET memo_id_new = memo_id;
+ALTER TABLE mnemo_memos DROP memo_id;
+ALTER TABLE mnemo_memos RENAME memo_id_new TO memo_id;
+ALTER TABLE mnemo_memos ALTER COLUMN memo_id SET NOT NULL;
+COMMIT;
+
+BEGIN;
+ALTER TABLE mnemo_memos ADD COLUMN memo_category_new VARCHAR(80);
+UPDATE mnemo_memos SET memo_category_new = memo_category;
+ALTER TABLE mnemo_memos DROP memo_category;
+ALTER TABLE mnemo_memos RENAME memo_category_new TO memo_category;
+COMMIT;
+
+BEGIN;
+ALTER TABLE mnemo_memos ADD COLUMN memo_private_new SMALLINT;
+UPDATE mnemo_memos SET memo_private_new = memo_private;
+ALTER TABLE mnemo_memos DROP memo_private;
+ALTER TABLE mnemo_memos RENAME memo_private_new TO memo_private;
+ALTER TABLE mnemo_memos ALTER COLUMN memo_private SET NOT NULL;
+ALTER TABLE mnemo_memos ALTER COLUMN memo_private SET DEFAULT 0;
+COMMIT;
+
+CREATE INDEX mnemo_uid_idx ON mnemo_memos (memo_uid);
--- /dev/null
+-- $Horde: mnemo/scripts/upgrades/2.1_to_2.2.oci8.sql,v 1.3 2009/10/20 21:28:29 jan Exp $
+
+CREATE TABLE mnemo_shares (
+ share_id NUMBER(16) NOT NULL,
+ share_name VARCHAR2(255) NOT NULL,
+ share_owner VARCHAR2(32) NOT NULL,
+ share_flags NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_creator NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_default NUMBER(8) DEFAULT 0 NOT NULL,
+ perm_guest NUMBER(8) DEFAULT 0 NOT NULL,
+ attribute_name VARCHAR2(255) NOT NULL,
+ attribute_desc VARCHAR2(255),
+ PRIMARY KEY (share_id)
+);
+
+CREATE INDEX mnemo_shares_name_idx ON mnemo_shares (share_name);
+CREATE INDEX mnemo_shares_owner_idx ON mnemo_shares (share_owner);
+CREATE INDEX mnemo_shares_creator_idx ON mnemo_shares (perm_creator);
+CREATE INDEX mnemo_shares_default_idx ON mnemo_shares (perm_default);
+CREATE INDEX mnemo_shares_guest_idx ON mnemo_shares (perm_guest);
+
+CREATE TABLE mnemo_shares_groups (
+ share_id NUMBER(16) NOT NULL,
+ group_uid NUMBER(16) NOT NULL,
+ perm NUMBER(8) NOT NULL
+);
+
+CREATE INDEX mnemo_groups_share_id_idx ON mnemo_shares_groups (share_id);
+CREATE INDEX mnemo_groups_group_uid_idx ON mnemo_shares_groups (group_uid);
+CREATE INDEX mnemo_groups_perm_idx ON mnemo_shares_groups (perm);
+
+CREATE TABLE mnemo_shares_users (
+ share_id NUMBER(16) NOT NULL,
+ user_uid VARCHAR2(32) NOT NULL,
+ perm NUMBER(8) NOT NULL
+);
+
+CREATE INDEX mnemo_users_share_id_idx ON mnemo_shares_users (share_id);
+CREATE INDEX mnemo_users_user_uid_idx ON mnemo_shares_users (user_uid);
+CREATE INDEX mnemo_users_perm_idx ON mnemo_shares_users (perm);
--- /dev/null
+-- $Horde: mnemo/scripts/upgrades/2.1_to_2.2.sql,v 1.5 2009/10/20 21:28:29 jan Exp $
+
+CREATE TABLE mnemo_shares (
+ share_id INT NOT NULL,
+ share_name VARCHAR(255) NOT NULL,
+ share_owner VARCHAR(32) NOT NULL,
+ share_flags SMALLINT DEFAULT 0 NOT NULL,
+ perm_creator SMALLINT DEFAULT 0 NOT NULL,
+ perm_default SMALLINT DEFAULT 0 NOT NULL,
+ perm_guest SMALLINT DEFAULT 0 NOT NULL,
+ attribute_name VARCHAR(255) NOT NULL,
+ attribute_desc VARCHAR(255),
+ PRIMARY KEY (share_id)
+);
+
+CREATE INDEX mnemo_shares_share_name_idx ON mnemo_shares (share_name);
+CREATE INDEX mnemo_shares_share_owner_idx ON mnemo_shares (share_owner);
+CREATE INDEX mnemo_shares_perm_creator_idx ON mnemo_shares (perm_creator);
+CREATE INDEX mnemo_shares_perm_default_idx ON mnemo_shares (perm_default);
+CREATE INDEX mnemo_shares_perm_guest_idx ON mnemo_shares (perm_guest);
+
+CREATE TABLE mnemo_shares_groups (
+ share_id INT NOT NULL,
+ group_uid INT NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_groups_share_id_idx ON mnemo_shares_groups (share_id);
+CREATE INDEX mnemo_shares_groups_group_uid_idx ON mnemo_shares_groups (group_uid);
+CREATE INDEX mnemo_shares_groups_perm_idx ON mnemo_shares_groups (perm);
+
+CREATE TABLE mnemo_shares_users (
+ share_id INT NOT NULL,
+ user_uid VARCHAR(32) NOT NULL,
+ perm SMALLINT NOT NULL
+);
+
+CREATE INDEX mnemo_shares_users_share_id_idx ON mnemo_shares_users (share_id);
+CREATE INDEX mnemo_shares_users_user_uid_idx ON mnemo_shares_users (user_uid);
+CREATE INDEX mnemo_shares_users_perm_idx ON mnemo_shares_users (perm);
--- /dev/null
+ALTER TABLE mnemo_shares_groups MODIFY group_uid VARCHAR2(255);
--- /dev/null
+ALTER TABLE mnemo_shares_groups ALTER group_uid TYPE VARCHAR(255);
--- /dev/null
+ALTER TABLE mnemo_shares_groups CHANGE group_uid group_uid VARCHAR(255);
--- /dev/null
+ALTER TABLE mnemo_shares MODIFY share_owner VARCHAR2(255);
+ALTER TABLE mnemo_shares_users MODIFY user_uid VARCHAR2(255);
--- /dev/null
+ALTER TABLE mnemo_shares ALTER share_owner TYPE VARCHAR(255);
+ALTER TABLE mnemo_shares_users ALTER user_uid TYPE VARCHAR(255);
--- /dev/null
+ALTER TABLE mnemo_shares CHANGE share_owner share_owner VARCHAR(255);
+ALTER TABLE mnemo_shares_users CHANGE user_uid user_uid VARCHAR(255);
--- /dev/null
+ALTER TABLE mnemo_shares CHANGE share_owner share_owner VARCHAR(255);
+ALTER TABLE mnemo_shares_users CHANGE user_uid user_uid VARCHAR(255);
--- /dev/null
+ALTER TABLE mnemo_shares_groups CHANGE group_uid group_uid VARCHAR(255);
--- /dev/null
+#!/usr/bin/env php
+<?php
+/**
+ * This script migrates Mnemo's share data from the datatree Horde_Share
+ * driver to the new SQL Horde_Share driver. You should run the 2.1_to_2.2.sql
+ * upgrade script before executing this script.
+ *
+ * $Horde: mnemo/scripts/upgrades/convert_datatree_shares_to_sql.php,v 1.7 2009/07/20 12:13:06 jan Exp $
+ */
+
+@define('AUTH_HANDLER', true);
+@define('HORDE_BASE', dirname(__FILE__) . '/../../..');
+
+/* Set up the CLI environment */
+require_once HORDE_BASE . '/lib/core.php';
+if (!Horde_Cli::runningFromCli()) {
+ exit("Must be run from the command line\n");
+}
+$cli = &Horde_Cli::singleton();
+$cli->init();
+
+/* Grab what we need to steal the DB config */
+require_once HORDE_BASE . '/config/conf.php';
+require_once 'MDB2.php';
+
+$config = $GLOBALS['conf']['sql'];
+unset($config['charset']);
+$db = MDB2::factory($config);
+$db->setOption('seqcol_name', 'id');
+
+$error_cnt = 0;
+$delete_dt_data = false;
+$answer = $cli->prompt('Do you want to keep your old datatree data or delete it?', array('Keep', 'Delete'));
+if ($answer == 1) {
+ $delete_dt_data = true;
+}
+$answer = $cli->prompt(sprintf("Data will be copied into the new tables, and %s be deleted from the datatree.\n Is this what you want?", (($delete_dt_data) ? 'WILL' : 'WILL NOT')), array('y' => 'Yes', 'n' => 'No'));
+if ($answer != 'y') {
+ exit;
+}
+
+/* Get the share entries */
+$shares_result = $db->query('SELECT datatree_id, datatree_name FROM horde_datatree WHERE group_uid = \'horde.shares.mnemo\'');
+if (is_a($shares_result, 'PEAR_Error')) {
+ die($shares_result->toString());
+}
+
+$query = $db->prepare('SELECT attribute_name, attribute_key, attribute_value FROM horde_datatree_attributes WHERE datatree_id = ?');
+while ($row = $shares_result->fetchRow(MDB2_FETCHMODE_ASSOC)) {
+ $share_id = $row['datatree_id'];
+ $share_name = $row['datatree_name'];
+
+ /* Build an array to hold the new row data */
+ $nextId = $db->nextId('mnemo_shares');
+ if (is_a($nextId, 'PEAR_Error')) {
+ $cli->message($nextId->toString(), 'cli.error');
+ $error_cnt++;
+ continue;
+ }
+ $data = array('share_id' => $nextId,
+ 'share_name' => $share_name);
+
+ $query_result = $query->execute($share_id);
+ $rows = $query_result->fetchAll(MDB2_FETCHMODE_ASSOC);
+ $users = array();
+ $groups = array();
+
+ foreach ($rows as $row) {
+ if ($row['attribute_name'] == 'perm_groups') {
+ /* Group table entry */
+ $groups[] = array('share_id' => $data['share_id'],
+ 'group_uid' => $row['attribute_key'],
+ 'perm' => $row['attribute_value']);
+ } elseif ($row['attribute_name'] == 'perm_users') {
+ /* User table entry */
+ $users[] = array('share_id' => $data['share_id'],
+ 'user_uid' => $row['attribute_key'],
+ 'perm' => $row['attribute_value']);
+ } else {
+ /* Everything else goes in the main share table */
+ switch ($row['attribute_name']) {
+ case 'perm_creator':
+ case 'perm_default':
+ case 'perm_guest':
+ $data[$row['attribute_name']] = $row['attribute_value'];
+ break;
+
+ case 'owner':
+ $data['share_owner'] = $row['attribute_value'];
+ break;
+
+ case 'name':
+ // Note the key to the $data array is not related to
+ // the attribute_name field in the dt_attributes table.
+ $data['attribute_name'] = $row['attribute_value'];
+ break;
+
+ case 'desc':
+ $data['attribute_desc'] = $row['attribute_value'];
+ break;
+ }
+ }
+ }
+
+ /* Set flags */
+ $data['share_flags'] = 0;
+ if (count($users)) {
+ $data['share_flags'] |= 1;
+ }
+ if (count($groups)) {
+ $data['share_flags'] |= 2;
+ }
+
+ /* Insert the new data */
+ $cli->message('Migrating share data for share_id: ' . $share_id, 'cli.message');
+ $error = false;
+ $db->beginTransaction();
+ $result = insertData('mnemo_shares', $data);
+ if (is_a($result, 'PEAR_Error')) {
+ $cli->message($result->toString(), 'cli.error');
+ $error = true;
+ }
+ if (count($groups)) {
+ foreach ($groups as $group) {
+ $result = insertData('mnemo_shares_groups', $group);
+ if (is_a($result, 'PEAR_Error')) {
+ $cli->message($result->toString(), 'cli.error');
+ $error = true;
+ }
+ }
+ }
+ if (count($users)) {
+ foreach ($users as $user) {
+ $result = insertData('mnemo_shares_users', $user);
+ if (is_a($result, 'PEAR_Error')) {
+ $cli->message($result->toString(), 'cli.error');
+ $error = true;
+ }
+ }
+ }
+
+ /* Delete the datatree data, but ONLY if it was requested */
+ if ($delete_dt_data && !$error) {
+ $cli->message('DELETING datatree data for share_id: ' . $share_id, 'cli.message');
+ $delete = $db->prepare('DELETE FROM horde_datatree_attributes WHERE datatree_id = ?', null, MDB2_PREPARE_MANIP);
+ if (is_a($delete, 'PEAR_Error')) {
+ $cli->message($delete->toString(), 'cli.error');
+ $error = true;
+ } else {
+ $delete_result = $delete->execute(array($share_id));
+ if (is_a($delete_result, 'PEAR_Error')) {
+ $cli->message($delete_result->toString(), 'cli.error');
+ $error = true;
+ }
+ }
+ $delete->free();
+
+ $delete = $db->prepare('DELETE FROM horde_datatree WHERE datatree_id = ?', null, MDB2_PREPARE_MANIP);
+ if (is_a($delete, 'PEAR_Error')) {
+ $cli->message($delete->toString(), 'cli.error');
+ $error = true;
+ } else {
+ $delete_result = $delete->execute(array($share_id));
+ if (is_a($delete_result, 'PEAR_Error')) {
+ $cli->message($delete_result->toString(), 'cli.error');
+ $error = true;
+ }
+ }
+ $delete->free();
+ }
+
+ /* Cleanup */
+ $query_result->free();
+ unset($row, $rows, $data, $groups, $users);
+ if ($error) {
+ $db->rollback();
+ $cli->message('Rollback for share data for share_id: ' . $share_id, 'cli.message');
+ ++$error_cnt;
+ } else {
+ $db->commit();
+ $cli->message('Commit for share data for share_id: ' . $share_id, 'cli.message');
+ }
+}
+if ($error_cnt) {
+ $cli->message(sprintf("Encountered %u errors.", $error_cnt));
+}
+echo "\nDone.\n";
+
+/**
+ * Helper function
+ */
+function insertData($table, $data)
+{
+ $fields = array_keys($data);
+ $values = array_values($data);
+
+ $insert = $GLOBALS['db']->prepare('INSERT INTO ' . $table . ' (' . implode(', ', $fields) . ') VALUES (' . str_repeat('?, ', count($values) - 1) . '?)',
+ null, MDB2_PREPARE_MANIP);
+ if (is_a($insert,'PEAR_Error')) {
+ return $insert;
+ }
+ $insert_result = $insert->execute($values);
+ $insert->free();
+ return $insert_result;
+}
--- /dev/null
+#!/usr/bin/php
+<?php
+/**
+ * This script converts the data in an SQL backend from any supported charset
+ * to UTF-8.
+ *
+ * $Horde: mnemo/scripts/upgrades/convert_to_utf8.php,v 1.4 2009/06/10 19:58:01 slusarz Exp $
+ *
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jan Schneider <jan@horde.org>
+ */
+
+@define('AUTH_HANDLER', true);
+@define('HORDE_BASE', dirname(__FILE__) . '/../../..');
+
+// Do CLI checks and environment setup first.
+require_once HORDE_BASE . '/lib/core.php';
+
+// Make sure no one runs this from the web.
+if (!Horde_Cli::runningFromCLI()) {
+ exit("Must be run from the command line\n");
+}
+
+// Load the CLI environment - make sure there's no time limit, init some
+// variables, etc.
+$cli = &Horde_Cli::singleton();
+$cli->init();
+
+// Create driver instance.
+@define('MNEMO_BASE', dirname(__FILE__) . '/../..');
+require_once MNEMO_BASE . '/lib/base.php';
+if ($conf['storage']['driver'] != 'sql') {
+ exit("You must have an SQL backend configured.\n");
+}
+$mnemo = Mnemo_Driver::factory();
+$mnemo->initialize();
+$read_db = &$mnemo->_db;
+$write_db = &$mnemo->_write_db;
+
+// Get current charset.
+$charset = $cli->prompt('Please specify the current charset of the data',
+ null, 'ISO-8859-1');
+
+// Read existing notes.
+$result = $read_db->query(
+ 'SELECT memo_owner, memo_id, memo_desc, memo_body, memo_category FROM '
+ . $mnemo->_params['table']);
+if (is_a($result, 'PEAR_Error')) {
+ $cli->fatal($result->toString());
+}
+$sth = $write_db->prepare(
+ 'UPDATE ' . $mnemo->_params['table']
+ . ' SET memo_desc = ?, memo_body = ?, memo_category = ?'
+ . ' WHERE memo_owner = ? AND memo_id = ?');
+echo 'Converting notes';
+while ($row = $result->fetchRow(DB_FETCHMODE_ASSOC)) {
+ $values = Horde_String::convertCharset(
+ array($row['memo_desc'], $row['memo_body'], $row['memo_category']),
+ $charset, 'UTF-8');
+ $values[] = $row['memo_owner'];
+ $values[] = $row['memo_id'];
+ $executed = $write_db->execute($sth, $values);
+ if (is_a($executed, 'PEAR_Error')) {
+ $cli->fatal($executed->toString());
+ }
+ echo '.';
+}
+$cli->writeln($cli->green('Done'));
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/search.php,v 1.19 2009/01/06 18:01:15 jan Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ *
+ * @author Jon Parise <jon@horde.org>
+ * @since Mnemo 1.0
+ * @package Mnemo
+ */
+
+@define('MNEMO_BASE', dirname(__FILE__));
+require_once MNEMO_BASE . '/lib/base.php';
+$title = _("Search");
+$notification->push('document.getElementById(\'search_pattern\').focus();', 'javascript');
+Horde::addScriptFile('prototype.js', 'horde', true);
+require MNEMO_TEMPLATES . '/common-header.inc';
+require MNEMO_TEMPLATES . '/menu.inc';
+require MNEMO_TEMPLATES . '/search/search.inc';
+require MNEMO_TEMPLATES . '/panel.inc';
+require $registry->get('templates', 'horde') . '/common-footer.inc';
--- /dev/null
+<?php
+if (isset($language)) {
+ header('Content-type: text/html; charset=' . Horde_Nls::getCharset());
+ header('Vary: Accept-Language');
+}
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
+<!-- Mnemo: Copyright 2002-2009 The Horde Project. Mnemo is under a Horde license. -->
+<!-- Horde Project: http://www.horde.org/ | Mnemo: http://www.horde.org/mnemo/ -->
+<!-- Horde Licenses: http://www.horde.org/licenses/ -->
+<?php echo !empty($language) ? '<html lang="' . strtr($language, '_', '-') . '">' : '<html>' ?>
+<head>
+<?php
+
+$page_title = $registry->get('name');
+if (!empty($title)) $page_title .= ' :: ' . $title;
+if (!empty($refresh_time) && ($refresh_time > 0) && !empty($refresh_url)) {
+ echo "<meta http-equiv=\"refresh\" content=\"$refresh_time;url=$refresh_url\">\n";
+}
+
+Horde::includeScriptFiles();
+
+$bc = Horde_Util::nonInputVar('bodyClass');
+if ($prefs->getValue('show_panel')) {
+ if ($bc) {
+ $bc .= ' ';
+ }
+ $bc .= 'rightPanel';
+}
+
+?>
+<title><?php echo htmlspecialchars($page_title) ?></title>
+<link href="<?php echo $GLOBALS['registry']->getImageDir()?>/favicon.ico" rel="SHORTCUT ICON" />
+<?php Horde::includeStylesheetFiles() ?>
+<link href="<?php echo Horde::applicationUrl('themes/categoryCSS.php') ?>" rel="stylesheet" type="text/css" />
+</head>
+
+<body<?php if ($bc) echo ' class="' . $bc . '"' ?><?php if ($bi = Horde_Util::nonInputVar('bodyId')) echo ' id="' . $bi . '"'; ?>>
--- /dev/null
+<br />
+<h1 class="header"><?php echo _("Export Notes") ?></h1>
+
+<form method="post" name="export" action="<?php echo Horde::downloadUrl(_("notes.csv"), null, Horde::applicationUrl('data.php')) ?>">
+<input type="hidden" name="actionID" value="export" />
+
+<div class="item" style="padding:.5em">
+ <p>
+ <?php echo Horde::label('exportID', _("Select the export format:")) ?><br />
+ <select id="exportID" name="exportID">
+ <option value="<?php echo Horde_Data::EXPORT_CSV ?>">CSV</option>
+ </select>
+ </p>
+
+ <p>
+ <input type="submit" value="<?php echo _("Export") ?>" class="button" />
+ </p>
+</div>
+
+</form>
--- /dev/null
+<h1 class="header"><?php printf(_("Import Notes, Step %d"), (int)$import_step) ?></h1>
+
+<form method="post" name="import_form" enctype="multipart/form-data" action="<?php echo Horde::applicationUrl('data.php') ?>">
+<input type="hidden" name="actionID" value="<?php echo htmlspecialchars($next_step) ?>" />
+<input type="hidden" name="import_step" value="<?php echo (int)$import_step ?>" />
+<div class="item" style="padding:.5em">
+
+ <table cellspacing="0"><tr><td>
+ <?php echo Horde::label('import_format', _("Select the format of the source file:")) ?><br />
+ <select id="import_format" name="import_format">
+ <option value="csv"><?php echo _("CSV") ?></option>
+ <option value="vnote"><?php echo _("vNote") ?></option>
+ </select><br />
+
+<?php if (!$prefs->isLocked('default_notepad') && count($notepads = Mnemo::listNotepads(false, Horde_Perms::EDIT)) > 1): ?>
+ <br /><?php echo Horde::label('notepad_target', _("Which Notepad should the notes be added to?")) ?><br />
+ <select id="notepad_target" name="notepad_target">
+ <?php
+ $default = Mnemo::getDefaultNotepad(Horde_Perms::EDIT);
+ foreach (array_keys($notepads) as $id) {
+ $sel = ($id == $default) ? ' selected="selected"' : '';
+ printf('<option value="%s"%s>%s</option>',
+ htmlspecialchars($id), $sel, htmlspecialchars($notepads[$id]->get('name'))) . "\n";
+ } ?>
+ </select><br />
+<?php else: ?>
+ <input type="hidden" name="notepad_target" value="<?php echo htmlspecialchars(Mnemo::getDefaultNotepad(Horde_Perms::EDIT)) ?>" />
+<?php endif; ?>
+ <br />
+
+ <?php echo Horde::label('import_file', _("Select the file to import:")) ?><br />
+ <input type="file" id="import_file" name="import_file" size="40" />
+ <br /><br />
+ <input type="submit" value="<?php echo _("Next") ?>" class="button" />
+ </td></tr></table>
+</div>
+</form>
--- /dev/null
+<p class="text"><em><?php echo _("No notes match the current criteria.") ?></em></p>
--- /dev/null
+<div id="page">
+<div class="header leftAlign">
+ <?php echo htmlspecialchars($title) . ' (' . count($memos) . ')' ?>
+ <a id="quicksearchL" href="<?php echo Horde::applicationUrl('search.php') ?>" title="<?php echo _("Search") ?>" onclick="$('quicksearchL').hide(); $('quicksearch').show(); $('quicksearchT').focus(); return false;"><?php echo Horde::img('search.png', _("Search"), '', $registry->getImageDir('horde')) ?></a>
+ <div id="quicksearch" style="display:none">
+ <input type="text" name="quicksearchT" id="quicksearchT" for="notes_body" empty="notes_empty" />
+ <small>
+ <a title="<?php echo _("Close Search") ?>" href="#" onclick="$('quicksearch').hide(); $('quicksearchT').value = ''; QuickFinder.filter($('quicksearchT')); $('quicksearchL').show(); return false;">X</a>
+ <?php echo Horde::link(Horde::applicationUrl('search.php')) . _("More Options...") ?></a>
+ </small>
+ </div>
+</div>
--- /dev/null
+</tbody>
+</table>
+<div id="notes_empty">
+ <?php echo _("No notes match") ?>
+</div>
+</div>
--- /dev/null
+<?php $sortdirclass = $sortdir ? 'sortup' : 'sortdown' ?>
+
+<script type="text/javascript">
+
+var PREFS_UPDATE_TIMEOUT;
+
+function table_sortCallback(tableId, column, sortDown)
+{
+ if (typeof PREFS_UPDATE_TIMEOUT != "undefined") {
+ window.clearTimeout(PREFS_UPDATE_TIMEOUT);
+ }
+
+ PREFS_UPDATE_TIMEOUT = window.setTimeout('doPrefsUpdate("' + column + '", "' + sortDown + '")', 300);
+}
+
+function doPrefsUpdate(column, sortDown)
+{
+ baseurl = '<?php echo Horde::url($GLOBALS['registry']->get('webroot', 'horde') . '/services/prefs/', true, -1) ?>';
+ try {
+ new Ajax.Request(baseurl, { parameters: { app: 'mnemo', pref: 'sortby', value: encodeURIComponent(column.substring(1)) } });
+ new Ajax.Request(baseurl, { parameters: { app: 'mnemo', pref: 'sortdir', value: encodeURIComponent(sortDown) } });
+ } catch (e) {}
+}
+
+</script>
+
+<table width="100%" id="memos" cellspacing="0" class="sortable linedRow nowrap">
+<thead>
+ <tr class="item leftAlign">
+ <th class="nosort" width="3%"><?php echo Horde::img('edit.png', _("Edit Note"), '', $registry->getImageDir('horde')) ?></th>
+<?php if ($showNotepad): ?>
+ <th id="s<?php echo MNEMO_SORT_NOTEPAD ?>"<?php if ($sortby == MNEMO_SORT_NOTEPAD) echo ' class="' . $sortdirclass . '"' ?> width="2%">
+ <?php echo Horde::widget(Horde::applicationUrl(Horde_Util::addParameter($baseurl, 'sortby', MNEMO_SORT_NOTEPAD)), _("Sort by Notepad"), 'sortlink', '', '', _("Notepad")) ?>
+ </th>
+<?php endif; ?>
+ <th id="s<?php echo MNEMO_SORT_DESC ?>"<?php if ($sortby == MNEMO_SORT_DESC) echo ' class="' . $sortdirclass . '"' ?> width="82%">
+ <?php echo Horde::widget(Horde::applicationUrl(Horde_Util::addParameter('list.php', 'sortby', MNEMO_SORT_DESC)), _("Sort by Note Text"), 'sortlink', '', '', _("No_te")) ?>
+ </th>
+ <th id="s<?php echo MNEMO_SORT_CATEGORY ?>"<?php if ($sortby == MNEMO_SORT_CATEGORY) echo ' class="' . $sortdirclass . '"' ?> width="15%">
+ <?php
+ echo Horde::widget(Horde::applicationUrl(Horde_Util::addParameter('list.php', 'sortby', MNEMO_SORT_CATEGORY)), _("Sort by Category"), 'sortlink', '', '', _("_Category"));
+ if (Horde_Auth::getAuth() && (!$GLOBALS['prefs']->isLocked('categories') ||
+ !$GLOBALS['prefs']->isLocked('category_colors'))) {
+ $categoryUrl = Horde_Util::addParameter(Horde::url($GLOBALS['registry']->get('webroot', 'horde') . '/services/prefs.php'), array('app' => 'horde', 'group' => 'categories'));
+ echo ' ' . Horde::link($categoryUrl, _("Edit categories and colors"), '', '_blank', 'popup(this.href); return false;') . Horde::img('colorpicker.png', _("Edit categories and colors"), '', $GLOBALS['registry']->getImageDir('horde')) . '</a>';
+ }
+ ?>
+ </th>
+ </tr>
+</thead>
+<tbody id="notes_body">
--- /dev/null
+ <tr>
+ <td>
+<?php
+if (!is_a($share, 'PEAR_Error') && $share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::EDIT)) {
+ $label = sprintf(_("Edit \"%s\""), $memo['desc']);
+ echo Horde::link(Horde::applicationUrl(Horde_Util::addParameter($memourl, 'actionID', 'modify_memo')), $label) .
+ Horde::img('edit.png', $label, '', $registry->getImageDir('horde')) . '</a>';
+}
+?>
+ </td>
+<?php if ($showNotepad): ?>
+ <td><?php echo htmlspecialchars($notepad) ?></td>
+<?php endif; ?>
+ <td>
+ <?php echo Horde::linkTooltip(Horde::applicationUrl($viewurl), '', '', '', '', ($memo['body'] != $memo['desc']) ? Mnemo::getNotePreview($memo) : '') . (strlen($memo['desc']) ? htmlspecialchars($memo['desc']) : '<em>' . _("Empty Note") . '</em>') ?></a>
+ </td>
+ <td class="category<?php echo md5($memo['category']) ?>"><?php echo htmlspecialchars($memo['category'] ? $memo['category'] : _("Unfiled")) ?></td>
+ </tr>
--- /dev/null
+<h1 class="header"><?php echo htmlspecialchars($title) ?></h1>
+
+<div class="noteArea">
+<?php
+if ($memo_id):
+ $memourl = Horde_Util::addParameter('memo.php', array('memo' => $memo_id,
+ 'memolist' => $memolist_id));
+
+ $share = &$GLOBALS['mnemo_shares']->getShare($memolist_id);
+ if (!is_a($share, 'PEAR_Error') && $share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::DELETE)): ?>
+ <span class="rightFloat"><input type="button" class="button" value="<?php echo _("Delete this note") ?>" onclick="window.location='<?php echo addslashes(Horde::applicationUrl(Horde_Util::addParameter($memourl, 'actionID', 'delete_memos'))) ?>';" /></span>
+<?php endif; endif; ?>
+
+<?php if ($actionID == 'modify_memo' && $show_passphrase): ?>
+ <div class="notePassword">
+ <form action="memo.php" name="passphrase" method="post">
+ <?php echo Horde_Util::formInput() ?>
+ <input type="hidden" name="actionID" value="modify_memo" />
+ <input type="hidden" name="memolist" value="<?php echo $memolist_id ?>" />
+ <input type="hidden" name="memo" value="<?php echo $memo_id ?>" />
+ <?php echo Horde::label('memo_passphrase', _("_Password")) ?>:
+ <input type="password" id="memo_passphrase" name="memo_passphrase" />
+ <input type="submit" class="button" value="<?php echo _("Decrypt") ?>" />
+ </form>
+ </div>
+ <script type="text/javascript" >
+ document.passphrase.memo_passphrase.focus();
+ </script>
+<?php else: ?>
+ <script type="text/javascript">
+ function updateCharCount()
+ {
+<?php if (($GLOBALS['browser']->isBrowser('msie') &&
+ $GLOBALS['browser']->getMajor() >= 4) ||
+ ($GLOBALS['browser']->isBrowser('mozilla') &&
+ $GLOBALS['browser']->getMajor() >= 5)): ?>
+ if (document.getElementById('memo_body')) {
+ document.getElementById('charcount').innerHTML = document.getElementById('memo_body').value.replace(/[\r\n]/g, '').length;
+ }
+<?php endif; ?>
+ }
+ </script>
+ <?php echo $cManager->getJavaScript('memo', 'memo_category') ?>
+ <form method="post" name="memo" action="memo.php">
+ <?php Horde_Util::pFormInput() ?>
+ <input type="hidden" name="actionID" value="save_memo" />
+ <input type="hidden" name="memo" value="<?php echo htmlspecialchars($memo_id) ?>" />
+ <input type="hidden" name="new_category" value="" />
+ <input type="hidden" name="memolist_original" value="<?php echo htmlspecialchars($memolist_id) ?>" />
+ <?php if ($prefs->isLocked('default_notepad') || count($notepads) <= 1): ?>
+ <input type="hidden" name="notepad_target" value="<?php echo htmlspecialchars($memolist_id) ?>" />
+<?php endif; ?>
+ <p><?php echo Horde::label('memo_body', _("Note _Text")) ?> (<?php printf(_("%s characters"), '<span id="charcount">' . Horde_String::length(str_replace(array("\r", "\n"), '', $memo_body)) . '</span>') ?>):</p>
+ <textarea name="memo_body" id="memo_body" class="fixed" rows="20" onchange="updateCharCount()" onclick="updateCharCount()" onkeypress="setTimeout('updateCharCount()', 1)"><?php echo htmlspecialchars($memo_body) ?></textarea>
+ <?php try { echo Horde::callHook('_mnemo_hook_description_help', array(), 'mnemo', ''); } catch (Horde_Exception_HookNotSet $e) {} ?>
+
+ <p>
+ <input type="submit" class="button" value="<?php echo _("Save") ?>" onclick="return checkCategory();" />
+ </p>
+ <table>
+ <?php if (!$prefs->isLocked('default_notepad') && count($notepads) > 1): ?>
+ <tr>
+ <td class="rightAlign"><?php echo Horde::label('notepad_target', _("Note_pad:")) ?></td>
+ <td>
+ <select id="notepad_target" name="notepad_target">
+ <?php
+ foreach (array_keys($notepads) as $id) {
+ $sel = ($id == $memolist_id) ? ' selected="selected"' : '';
+ printf('<option value="%s"%s>%s</option>',
+ htmlspecialchars($id), $sel, htmlspecialchars($notepads[$id]->get('name'))) . "\n";
+ }
+ ?>
+ </select>
+ </td>
+ </tr>
+ <?php endif; ?>
+ <tr>
+ <td class="rightAlign"><?php echo Horde::label('memo_category', _("_Category:")) ?></td>
+ <td><?php echo $cManager->getSelect('memo_category', $memo_category) ?>
+ </tr>
+ <?php if ($storage->encryptionSupported()): ?>
+ <?php if ($actionID == 'modify_memo' && $memo_encrypted && !$show_passphrase): ?>
+ <tr>
+ <td class="rightAlign"><?php echo Horde::label('memo_encrypt', _("_Encrypt?")) ?></td>
+ <td><input type="checkbox" id="memo_encrypt" name="memo_encrypt" checked="checked" /></td>
+ </tr>
+ <?php endif; ?>
+ <tr>
+ <td class="rightAlign"><?php echo Horde::label('memo_passphrase', _("_Password:")) ?></td>
+ <td><input type="password" id="memo_passphrase" name="memo_passphrase" /></td>
+ </tr>
+ <tr>
+ <td class="rightAlign"><?php echo Horde::label('memo_passphrase2', _("_Repeat:")) ?></td>
+ <td><input type="password" id="memo_passphrase2" name="memo_passphrase2" /></td>
+ </tr>
+ <?php endif; ?>
+ </table>
+</form>
+<script type="text/javascript" >
+document.memo.memo_body.focus();
+</script>
+<?php endif; ?>
+</div>
--- /dev/null
+<div id="menu">
+ <?php echo Mnemo::getMenu('string') ?>
+</div>
+<?php $GLOBALS['notification']->notify(array('listeners' => 'status')) ?>
--- /dev/null
+<h1 class="header">
+ <?php echo _("Manage Notepads") ?>
+</h1>
+
+<?php if (!$prefs->isLocked('default_notepad')): ?>
+<div id="notepad-list-buttons">
+ <form method="get" action="create.php">
+<?php echo Horde_Util::formInput() ?>
+ <input type="submit" class="button" value="<?php echo _("Create a new Notepad") ?>" />
+ </form>
+</div>
+<?php endif; ?>
+
+<table summary="<?php echo _("Notepad List") ?>" cellspacing="0" id="notepad-list" class="striped sortable">
+ <thead>
+ <tr>
+ <th class="sortdown"><?php echo _("Notepad") ?></th>
+ <th class="notepad-list-icon nosort" colspan="<?php echo empty($conf['share']['no_sharing']) ? 3 : 2 ?>"> </th>
+ </tr>
+ </thead>
+
+ <tbody>
+<?php foreach (array_keys($sorted_notepads) as $notepad_id): ?>
+ <?php $notepad = $notepads[$notepad_id] ?>
+ <tr>
+ <td><?php echo htmlspecialchars($notepad->get('name')) ?></td>
+ <td><a href="<?php echo Horde_Util::addParameter($edit_url_base, 'n', $notepad->getName()) ?>" title="<?php echo _("Edit") ?>"><?php echo $edit_img ?></a></td>
+<?php if (empty($conf['share']['no_sharing'])): ?>
+ <td><a onclick="return !popup(this.href);" href="<?php echo Horde_Util::addParameter($perms_url_base, 'share', $notepad->getName()) ?>" target="_blank" title="<?php echo _("Change Permissions") ?>"><?php echo $perms_img ?></a></td>
+<?php endif; ?>
+ <td><a href="<?php echo Horde_Util::addParameter($delete_url_base, 'n', $notepad->getName()) ?>" title="<?php echo _("Delete") ?>"><?php echo $delete_img ?></a></td>
+ </tr>
+<?php endforeach; ?>
+ </tbody>
+</table>
--- /dev/null
+<?php
+$current_user = Horde_Auth::getAuth();
+$my_notepads = array();
+$shared_notepads = array();
+$all_notepads = Mnemo::listNotepads();
+foreach (array_keys($all_notepads) as $id) {
+ if ($all_notepads[$id]->get('owner') &&
+ $all_notepads[$id]->get('owner') == $current_user) {
+ $my_notepads[$id] = &$all_notepads[$id];
+ } else {
+ $shared_notepads[$id] = &$all_notepads[$id];
+ }
+}
+
+?>
+
+<div id="pageControls">
+<script type="text/javascript">
+function sbarToggle()
+{
+ var pref_value;
+ if (Element.hasClassName(document.body, 'rightPanel')) {
+ pref_value = 0;
+ Element.removeClassName(document.body, 'rightPanel');
+ } else {
+ pref_value = 1;
+ Element.addClassName(document.body, 'rightPanel');
+ }
+
+ new Ajax.Request('<?php echo Horde::url($GLOBALS['registry']->get('webroot', 'horde') . '/services/prefs/', true, -1) ?>', { parameters: { app: 'mnemo', pref: 'show_panel', value: pref_value } });
+}
+</script>
+<a id="sbarShow" href="#" onclick="sbarToggle(); return false;"><?php echo _("Notepads") ?></a>
+<a id="sbarHide" href="#" onclick="sbarToggle(); return false;"><?php echo _("Notepads") ?></a>
+
+<div id="pageControlsInner">
+<form action="<?php echo Horde::selfUrl() ?>" method="post">
+<?php echo Horde_Util::formInput() ?>
+ <h4><?php echo _("Search for Notepads:") ?></h4>
+ <p>
+ <input id="notepadSearch" type="text" for="mynotepads,sharednotepads" />
+ </p>
+
+<?php if (Horde_Auth::getAuth()): ?>
+ <p>
+ <a href="<?php echo Horde::applicationUrl('notepads/') ?>"><?php echo _("[Manage Notepads]") ?></a>
+ </p>
+<?php endif; ?>
+
+<?php if ($current_user): ?>
+ <h4><?php echo _("My Notepads:") ?></h4>
+ <ul id="mynotepads">
+<?php foreach (array_keys($my_notepads) as $id): ?>
+ <li><label><input type="checkbox" class="checkbox" name="display_notepad[]" value="<?php echo htmlspecialchars($id) ?>"<?php echo (in_array($id, $display_notepads) ? ' checked="checked"' : '') . ' /> ' . htmlspecialchars($my_notepads[$id]->get('name')) ?></label></li>
+<?php endforeach; ?>
+ </ul>
+<?php endif; ?>
+
+<?php if (count($shared_notepads)): ?>
+ <h4><?php echo _("Shared Notepads:") ?></h4>
+ <ul id="sharednotepads">
+<?php foreach (array_keys($shared_notepads) as $id): ?>
+ <li><label><input type="checkbox" class="checkbox" name="display_notepad[]" value="<?php echo htmlspecialchars($id) ?>"<?php echo (in_array($id, $display_notepads) ? ' checked="checked"' : '') . ' /> ' . ($shared_notepads[$id]->get('owner') ? '[' . htmlspecialchars(Horde_Auth::removeHook($shared_notepads[$id]->get('owner'))) . '] ' : '') . htmlspecialchars($shared_notepads[$id]->get('name')) ?></label></li>
+<?php endforeach; ?>
+ </ul>
+<?php endif; ?>
+
+ <p>
+ <input type="submit" value="<?php echo _("Save") ?>" class="button" />
+ </p>
+</form>
+
+</div>
+</div>
--- /dev/null
+<?php
+if (!$prefs->isLocked('default_notepad')):
+ $notepads = Mnemo::listNotepads();
+ if (($default_notepad = $prefs->getValue('default_notepad')) == null ||
+ !isset($notepads[$default_notepad])) {
+ $default_notepad = Horde_Auth::getAuth();
+ }
+?>
+
+<?php echo Horde::label('default_notepad', _("Your default notepad:")) ?><br />
+<select id="default_notepad" name="default_notepad">
+<?php foreach (array_keys($notepads) as $id): ?>
+ <option value="<?php echo htmlspecialchars($id) ?>"<?php if ($id == $default_notepad) echo ' selected="selected"' ?>><?php echo htmlspecialchars($notepads[$id]->get('name')) ?></option>
+<?php endforeach; ?>
+</select><br /><br />
+<?php endif; ?>
--- /dev/null
+<form method="post" name="memo" enctype="multipart/form-data" action="<?php echo Horde::applicationUrl('list.php') ?>">
+<input type="hidden" name="actionID" value="search_memos" />
+
+<h1 class="header"><?php echo _("Search") ?></h1>
+
+<table cellspacing="2" width="100%" class="item">
+ <tr>
+ <td class="rightAlign nowrap">
+ <strong><?php echo Horde::label('search_pattern', _("_For: ")) ?></strong>
+ </td>
+ <td>
+ <input name="search_pattern" id="search_pattern" type="text" value="" size="50" maxlength="100" />
+ </td>
+ </tr>
+ <tr>
+ <td class="rightAlign" valign="top">
+ <strong><?php echo _("In: ") ?></strong>
+ </td>
+ <td>
+ <input name="search_type" id="search_desc" value="desc" type="radio" checked="checked" /> <?php echo Horde::label('search_desc', _("_Title")) ?><br />
+ <input name="search_type" id="search_body" value="body" type="radio" /> <?php echo Horde::label('search_body', _("_Body")) ?>
+ </td>
+ </tr>
+</table>
+
+<p>
+ <input type="submit" class="button" value="<?php echo _("Search") ?>" />
+</p>
+
+</form>
--- /dev/null
+<?php
+$memourl = Horde_Util::addParameter('memo.php', array('memo' => $memo_id,
+ 'memolist' => $memolist_id));
+
+$share = &$GLOBALS['mnemo_shares']->getShare($memolist_id);
+?>
+<div class="header">
+ <div class="rightFloat">
+<?php
+if (!$print_view) {
+ echo Horde::widget(Horde::applicationUrl(Horde_Util::addParameter('note/pdf.php', array('note' => $memo_id, 'notepad' => $memolist_id))), _("Save as PDF"), 'smallheader');
+ if ($share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::EDIT)) {
+ echo ' | ' . Horde::widget(Horde::applicationUrl(Horde_Util::addParameter($memourl, 'actionID', 'modify_memo')), _("Edit"), 'smallheader', '', '', _("_Edit"));
+ }
+ if ($share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::DELETE)) {
+ echo ' | ' . Horde::widget(Horde::applicationUrl(Horde_Util::addParameter($memourl, 'actionID', 'delete_memos')), _("Delete"), 'smallheader', '', $prefs->getValue('delete_opt') ? 'return window.confirm(\'' . addslashes(_("Really delete this note?")) . '\');' : '', _("_Delete"));
+ }
+}
+?>
+ </div>
+ <?php echo htmlspecialchars($title) ?>
+</div>
+
+<table cellspacing="0" width="100%" class="headerbox striped nowrap">
+<tr>
+ <td class="rightAlign"><strong><?php echo _("Category") ?></strong> </td>
+ <td width="100%"><?php echo htmlspecialchars($memo['category'] ? $memo['category'] : _("Unfiled")) ?></td>
+</tr>
+
+<?php if (isset($created)): ?>
+<tr>
+ <td align="right"><strong><?php echo _("Created") ?></strong> </td>
+ <td><?php echo strftime($prefs->getValue('date_format'), $created) . ' ' . date($prefs->getValue('twentyFour') ? 'G:i' : 'g:i a', $created) . ' ' . @htmlspecialchars($createdby, ENT_COMPAT, Horde_Nls::getCharset()) ?></td>
+</tr>
+<?php endif; ?>
+
+<?php if (isset($modified)): ?>
+<tr>
+ <td align="right"><strong><?php echo _("Last Modified") ?></strong> </td>
+ <td><?php echo strftime($prefs->getValue('date_format'), $modified) . ' ' . date($prefs->getValue('twentyFour') ? 'G:i' : 'g:i a', $modified) . ' ' . @htmlspecialchars($modifiedby, ENT_COMPAT, Horde_Nls::getCharset()) ?></td>
+</tr>
+<?php endif; ?>
+
+ <tr>
+ <td colspan="2">
+<?php if ($show_passphrase): ?>
+ <div class="notePassphrase">
+ <form action="view.php" name="passphrase" method="post">
+ <?php echo Horde_Util::formInput() ?>
+ <input type="hidden" name="memolist" value="<?php echo $memolist_id ?>" />
+ <input type="hidden" name="memo" value="<?php echo $memo_id ?>" />
+ <?php echo Horde::label('memo_passphrase', _("_Password")) ?>:
+ <input type="password" id="memo_passphrase" name="memo_passphrase" />
+ <input type="submit" class="button" value="<?php echo _("Decrypt") ?>" />
+ </form>
+ </div>
+<?php else: ?>
+ <div class="noteBody">
+ <?php $body = Horde_Text_Filter::filter($memo['body'], 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'class' => null)); try { $body = Horde::callHook('_mnemo_hook_format_description', array($body), 'mnemo', $body); } catch (Horde_Exception_HookNotSet $e) {} echo $body; ?>
+ </div>
+<?php endif; ?>
+ </td>
+ </tr>
+</table>
+<?php if ($show_passphrase): ?>
+<script type="text/javascript" >
+document.passphrase.memo_passphrase.focus();
+</script>
+<?php endif; ?>
--- /dev/null
+/**
+ * $Horde: mnemo/themes/bluewhite/screen.css,v 1.1 2007/02/01 20:12:26 chuck Exp $
+ */
+
+#quicksearch a {
+ background: #339;
+}
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/themes/categoryCSS.php,v 1.3 2009/12/04 17:42:25 jan Exp $
+ *
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author Chuck Hagenbuch <chuck@horde.org>
+ */
+
+@define('AUTH_HANDLER', true);
+@define('MNEMO_BASE', dirname(__FILE__) . '/..');
+require_once MNEMO_BASE . '/lib/base.php';
+require_once 'Horde/Image.php';
+
+header('Content-Type: text/css');
+
+$cManager = new Horde_Prefs_CategoryManager();
+
+$colors = $cManager->colors();
+$fgColors = $cManager->fgColors();
+foreach ($colors as $category => $color) {
+ if ($category == '_unfiled_' || $category == '_default_') {
+ continue;
+ }
+
+ $class = '.category' . md5($category);
+
+ echo "$class, .linedRow td$class, .overdue td$class, .closed td$class { "
+ . 'color: ' . (isset($fgColors[$category]) ? $fgColors[$category] : $fgColors['_default_']) . '; '
+ . 'background: ' . $color . '; '
+ . "padding: 0 4px; }\n";
+}
--- /dev/null
+/**
+ * This theme as been written by Roel Gloudemans <roel@gloudemans.info>
+ *
+ * The theme is the basis for the website of the Sales Manager Club
+ * (http://www.clubsmc.nl)
+ */
+
+.sortdown {
+ background-color: #bcc4c2;
+}
+
+.sortup {
+ background-color: #bcc4c2;
+}
+
+.sortable tbody {
+ background-color: #fff;
+}
+
+.sortable td {
+ border-right: 1px solid #d6e2e3;;
+ border-top: 1px solid #d6e2e3;;
+}
+
+
--- /dev/null
+/* Sort arrow styles, added for BC. */
+.sortup, .sortdown {
+ padding-left: 0;
+ padding-right: 10px;
+ background-position: center right;
+}
+
+/* RTL styles, added for BC. */
+.leftAlign {
+ text-align: right;
+}
+.rightAlign {
+ text-align: left;
+}
+.leftFloat {
+ float: right;
+}
+.rightFloat {
+ float: left;
+}
+
+.noteArea p select {
+ margin-right: 0;
+ margin-left: 5px;
+}
+.noteArea .button {
+ margin-right: 0;
+ margin-left: 1em;
+}
+
+body.rightPanel #page {
+ margin-right: 0;
+ margin-left: 10em;
+}
+body #sbarShow, body #sbarHide {
+ padding-left: 0;
+ padding-right: 18px;
+}
+body #sbarShow {
+ background-position: center right;
+}
+body #sbarHide {
+ background-position: center right;
+}
+
+#pageControls {
+ right: auto;
+ left: 0;
+ -moz-border-radius-bottomleft: 0;
+ -moz-border-radius-bottomright: 10px;
+ -webkit-border-bottom-left-radius: 0;
+ -webkit-border-bottom-right-radius: 10px;
+}
+#pageControls #notepadSearch {
+ background-position: 98% center;
+ padding: 2px 20px 2px 0;
+}
+
+#quicksearch input {
+ padding: 1px 20px 1px 0;
+}
+
+/* Tables. */
+table#notepad-list {
+ margin: 0 5px 8px 0;
+ border-left: 0;
+ border-right: 1px solid #ddd;
+}
+table#notepad-list th {
+ border-right: 0;
+ border-left: 1px solid #ccc;
+ text-align: right;
+}
+table#notepad-list td {
+ border-right: 0;
+ border-left: 1px solid #ddd;
+}
+table#notepad-list th.sortup {
+ padding-left: 0;
+ padding-right: 10px;
+ background-position: center right;
+}
+table#notepad-list th.sortdown {
+ padding-left: 0;
+ padding-right: 10px;
+ background-position: center right;
+}
--- /dev/null
+/**
+ * $Horde: mnemo/themes/screen.css,v 1.24 2009/08/05 22:50:05 jan Exp $
+ */
+
+/* Menu bottom margin, added for BC. */
+#menu {
+ margin-bottom: 8px;
+}
+
+/* Added for BC. */
+.hidden {
+ display: none;
+}
+
+/* Image alignment, added for BC. */
+img {
+ vertical-align: middle;
+}
+
+/* Sort arrow styles, added for BC. */
+.sortup {
+ background: #bbcbff url("graphics/za.png") center left no-repeat;
+ padding-left: 10px;
+}
+.sortdown {
+ background: #bbcbff url("graphics/az.png") center left no-repeat;
+ padding-left: 10px;
+}
+
+/* Table CSS, added for BC. */
+th {
+ color: #333;
+ font-size: 90%;
+ border-bottom: 1px solid #999;
+}
+
+/* RTL styles, added for BC. */
+.leftAlign {
+ text-align: left;
+}
+.rightAlign {
+ text-align: right;
+}
+.leftFloat {
+ float: left;
+}
+.rightFloat {
+ float: right;
+}
+
+.notePassphrase {
+ padding: 10px;
+ background: #fff;
+ border-top: 1px solid #ccc;
+}
+
+.noteBody {
+ padding: 10px;
+ background: #fff;
+ border-top: 1px solid #ccc;
+ font-family: "Lucida Console",Courier,"Courier New";
+ white-space: normal;
+ overflow: auto;
+}
+
+.noteArea {
+ padding: 10px;
+ background: #e9e9e9;
+}
+.noteArea p, .noteArea td {
+ font-weight: bold;
+ margin: 5px 0;
+}
+.noteArea textarea {
+ width: 100%;
+}
+
+body.rightPanel #page {
+ margin-right: 10em;
+}
+body #pageControlsInner {
+ display: none;
+}
+body #sbarShow, body #sbarHide {
+ padding-left: 18px;
+ white-space: nowrap;
+}
+body #sbarShow {
+ display: block;
+ background: transparent url("graphics/plus.png") center left no-repeat;
+}
+body #sbarHide {
+ display: none;
+ background: transparent url("graphics/minus.png") center left no-repeat;
+}
+body.rightPanel #pageControlsInner {
+ display: block;
+}
+body.rightPanel #sbarShow {
+ display: none;
+}
+body.rightPanel #sbarHide {
+ display: block;
+}
+body.rightPanel ul {
+ list-style-type: none;
+}
+
+#pageControls {
+ position: absolute;
+ top: 52px;
+ right: 0;
+ background: #eee;
+ border: 1px solid #ccc;
+ padding: 4px;
+ -moz-border-radius-bottomleft: 10px;
+ -webkit-border-bottom-left-radius: 10px;
+}
+#pageControls #notepadSearch {
+ background-image: url("graphics/search.png");
+ background-repeat: no-repeat;
+ background-position: 2px center;
+ border: 1px solid #ccc;
+ padding: 2px 0 2px 20px;
+}
+#pageControls h3 {
+ font-size: 100%;
+ margin-top: 1em;
+}
+#pageControls h4 {
+ font-size: 90%;
+ margin-top: .5em;
+}
+
+.QuickFinderNoMatch {
+ display: none;
+}
+#notes_empty {
+ padding: 4px;
+ font-style: italic;
+}
+
+#quicksearch {
+ display: inline;
+}
+#quicksearch input {
+ background-image: url("graphics/search.png");
+ background-repeat: no-repeat;
+ background-position: 2px center;
+ padding: 1px 0 1px 20px;
+}
+#quicksearch a {
+ display: inline-block;
+ padding: 2px 4px;
+}
+
+/* Tables. */
+table#notepad-list {
+ width: 99%;
+ margin: 0 0 8px 5px;
+ border-top: 1px solid #ddd;
+ border-left: 1px solid #ddd;
+}
+table#notepad-list th {
+ padding: 3px;
+ background: #e9e9e9;
+ border-right: 1px solid #ccc;
+ text-align: left;
+}
+table#notepad-list td {
+ padding: 3px;
+ border-right: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+}
+table#notepad-list th.sortup {
+ background: #bbcbff url("graphics/za.png") center left no-repeat;
+ padding-left: 10px;
+}
+table#notepad-list th.sortdown {
+ background: #bbcbff url("graphics/az.png") center left no-repeat;
+ padding-left: 10px;
+}
+
+#notepad-list-buttons {
+ padding: 1em;
+}
+#notepad-list-buttons form {
+ display: inline;
+}
+.notepad-list-icon {
+ width: 1%;
+}
--- /dev/null
+/**
+ * $Horde: mnemo/themes/silver/screen.css,v 1.2 2008/03/27 17:45:33 jan Exp $
+ */
+
+.sortup {
+ background: #ccc url("graphics/za.png") center left no-repeat;
+}
+.sortdown {
+ background: #ccc url("graphics/az.png") center left no-repeat;
+}
+body #sbarShow {
+ background-image: url("graphics/plus.png");
+}
+body #sbarHide {
+ background-image: url("graphics/minus.png");
+}
+#pageControls {
+ top: 49px;
+ background: #d7d7d7;
+ border-color: #999;
+ border-width: 0 0 1px 1px;
+}
+#pageControls #notepadSearch {
+ background-image: url("graphics/search.png");
+}
--- /dev/null
+<?php
+/**
+ * $Horde: mnemo/view.php,v 1.48 2009/11/24 04:13:44 chuck Exp $
+ *
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file LICENSE for license information (ASL). If you
+ * did not receive this file, see http://www.horde.org/licenses/asl.php.
+ */
+
+@define('MNEMO_BASE', dirname(__FILE__));
+require_once MNEMO_BASE . '/lib/base.php';
+
+/* Check if a passphrase has been sent. */
+$passphrase = Horde_Util::getFormData('memo_passphrase');
+
+/* We can either have a UID or a memo id and a notepad. Check for UID
+ * first. */
+$storage = &Mnemo_Driver::singleton();
+if ($uid = Horde_Util::getFormData('uid')) {
+ $memo = $storage->getByUID($uid, $passphrase);
+ if (is_a($memo, 'PEAR_Error')) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+
+ $memo_id = $memo['memo_id'];
+ $memolist_id = $memo['memolist_id'];
+} else {
+ /* If we aren't provided with a memo and memolist, redirect to
+ * list.php. */
+ $memo_id = Horde_Util::getFormData('memo');
+ $memolist_id = Horde_Util::getFormData('memolist');
+ if (!isset($memo_id) || !$memolist_id) {
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+ }
+
+ /* Get the current memo. */
+ $memo = Mnemo::getMemo($memolist_id, $memo_id, $passphrase);
+}
+
+$share = &$GLOBALS['mnemo_shares']->getShare($memolist_id);
+if (is_a($share, 'PEAR_Error')) {
+ $notification->push(sprintf(_("There was an error viewing this notepad: %s"), $share->getMessage()), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+} elseif (!$share->hasPermission(Horde_Auth::getAuth(), Horde_Perms::READ)) {
+ $notification->push(sprintf(_("You do not have permission to view the notepad %s."), $share->get('name')), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+/* If the requested note doesn't exist, display an error message. */
+if (!$memo || !isset($memo['memo_id'])) {
+ $notification->push(_("Note not found."), 'horde.error');
+ header('Location: ' . Horde::applicationUrl('list.php', true));
+ exit;
+}
+
+/* Get the note's history. */
+$userId = Horde_Auth::getAuth();
+$createdby = '';
+$modifiedby = '';
+if (!empty($memo['uid'])) {
+ $history = &Horde_History::singleton();
+ $log = $history->getHistory('mnemo:' . $memolist_id . ':' . $memo['uid']);
+ if ($log && !is_a($log, 'PEAR_Error')) {
+ foreach ($log->getData() as $entry) {
+ switch ($entry['action']) {
+ case 'add':
+ $created = $entry['ts'];
+ if ($userId != $entry['who']) {
+ $createdby = sprintf(_("by %s"), Mnemo::getUserName($entry['who']));
+ } else {
+ $createdby = _("by me");
+ }
+ break;
+
+ case 'modify':
+ $modified = $entry['ts'];
+ if ($userId != $entry['who']) {
+ $modifiedby = sprintf(_("by %s"), Mnemo::getUserName($entry['who']));
+ } else {
+ $modifiedby = _("by me");
+ }
+ break;
+ }
+ }
+ }
+}
+
+/* Encryption tests. */
+$show_passphrase = false;
+if (is_a($memo['body'], 'PEAR_Error')) {
+ /* Check for secure connection. */
+ $secure_check = Horde::isConnectionSecure();
+ if ($memo['body']->getCode() == MNEMO_ERR_NO_PASSPHRASE) {
+ if ($secure_check) {
+ $notification->push(_("This note has been encrypted, please provide the password below"), 'horde.message');
+ $show_passphrase = true;
+ } else {
+ $notification->push(_("This note has been encrypted, and cannot be decrypted without a secure web connection"), 'horde.error');
+ $memo['body'] = '';
+ }
+ } elseif ($memo['body']->getCode() == MNEMO_ERR_DECRYPT) {
+ if ($secure_check) {
+ $notification->push(_("This note cannot be decrypted:") . ' ' . $memo['body']->getMessage(), 'horde.message');
+ $show_passphrase = true;
+ } else {
+ $notification->push(_("This note has been encrypted, and cannot be decrypted without a secure web connection"), 'horde.error');
+ $memo['body'] = '';
+ }
+ } else {
+ $notification->push($memo['body'], 'horde.error');
+ $memo['body'] = '';
+ }
+}
+
+/* Set the page title to the current note's name, if it exists. */
+$title = $memo ? $memo['desc'] : _("Note Details");
+$print_view = (bool)Horde_Util::getFormData('print');
+if (!$print_view) {
+ Horde::addScriptFile('popup.js', 'horde', true);
+}
+require MNEMO_TEMPLATES . '/common-header.inc';
+
+if ($print_view) {
+ require $registry->get('templates', 'horde') . '/javascript/print.js';
+} else {
+ $print_link = Horde_Util::addParameter('view.php', array('memo' => $memo_id,
+ 'memolist' => $memolist_id,
+ 'print' => 'true'));
+ $print_link = Horde::url($print_link);
+ Horde::addScriptFile('stripe.js', 'horde', true);
+ require MNEMO_TEMPLATES . '/menu.inc';
+}
+
+require MNEMO_TEMPLATES . '/view/memo.inc';
+require $registry->get('templates', 'horde') . '/common-footer.inc';